Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/55/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.update.HardAutoCommitTest.testCommitWithin
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([3CA6006DF6FB34E9:86746F1575D5DAFC]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
at
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
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
FAILED: org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml
Error Message:
expected:<454> but was:<444>
Stack Trace:
java.lang.AssertionError: expected:<454> but was:<444>
at
__randomizedtesting.SeedInfo.seed([D6D4B6DB5D453F6A:7D360F2DDF432607]: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.client.solrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
at
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
at
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
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)
Build Log:
[...truncated 12062 lines...]
[junit4] Suite: org.apache.solr.update.HardAutoCommitTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_3CA6006DF6FB34E9-001/init-core-data-001
[junit4] 2> 1506859 WARN
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=31 numCloses=31
[junit4] 2> 1506859 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1506860 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1506862 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1506863 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1506897 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1506908 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1506975 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1507013 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7faa9e2
[junit4] 2> 1507016 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7faa9e2
[junit4] 2> 1507016 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7faa9e2
[junit4] 2> 1507017 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1507039 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1507053 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1507103 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1507110 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 1507110 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7faa9e2
[junit4] 2> 1507110 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1507110 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_3CA6006DF6FB34E9-001/init-core-data-001/]
[junit4] 2> 1507111 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=19.0498046875,
floorSegmentMB=1.216796875, forceMergeDeletesPctAllowed=26.68908578356183,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8190820393259015
[junit4] 2> 1507235 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1507235 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1507236 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1507236 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1507236 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=0.2626953125,
floorSegmentMB=0.5888671875, forceMergeDeletesPctAllowed=6.521988341521112,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1507237 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@435e90ab[collection1] main]
[junit4] 2> 1507245 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1507303 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1507377 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1507377 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1507377 INFO (coreLoadExecutor-6149-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1573403318744514560
[junit4] 2> 1507383 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1507384 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1507384 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1507384 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1507384 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1507384 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1507384 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1507385 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1507388 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 1507388 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1507401 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1507406 INFO
(searcherExecutor-6150-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@435e90ab[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1507406 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@36553b01[collection1] realtime]
[junit4] 2> 1507407 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
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 18
[junit4] 2> 1507407 ERROR
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 1507407 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1507447 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1507459 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1507531 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1507543 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1
[junit4] 2> 1507556 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7faa9e2
[junit4] 2> 1507556 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_3CA6006DF6FB34E9-001/init-core-data-001/]
[junit4] 2> 1507604 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1507604 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1507609 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@dfb3ae9[collection1]
main]
[junit4] 2> 1507609 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1507610 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1507612 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1507613 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1573403318991978496
[junit4] 2> 1507615 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1507615 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1507615 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1507616 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1507616 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1507616 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1507616 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1507616 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1507617 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1507617 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1507617 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1507618 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@dfb3ae9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1507618 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@17ee2fa8[collection1] main]
[junit4] 2> 1507619 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@61c081d3
[junit4] 2> 1507619 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1640006099
[junit4] 2> 1507629 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1573403319007707136)]} 0 5
[junit4] 2> 1507630 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
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> 1507632 INFO
(searcherExecutor-6155-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@17ee2fa8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1507882 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1573403319274045440)]} 0 258
[junit4] 2> 1507884 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
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> 1507885 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529
(-1573403319277191168)]} 0 260
[junit4] 2> 1507885 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
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> 1507885 ERROR
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
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> 1507886 ERROR
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
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.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
[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> 1507886 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[3CA6006DF6FB34E9]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HardAutoCommitTest
-Dtests.method=testCommitWithin -Dtests.seed=3CA6006DF6FB34E9 -Dtests.slow=true
-Dtests.locale=sv-SE -Dtests.timezone=Asia/Jayapura -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.50s J0 | HardAutoCommitTest.testCommitWithin <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([3CA6006DF6FB34E9:86746F1575D5DAFC]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
[junit4] > at
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
[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> 1507888 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1507888 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1889706181
[junit4] 2> 1507888 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1507889 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1507890 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1507890 INFO
(SUITE-HardAutoCommitTest-seed#[3CA6006DF6FB34E9]-worker) [ x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1507890 INFO
(coreCloseExecutor-6159-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@ed23d8
[junit4] 2> 1507891 INFO
(coreCloseExecutor-6159-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 1507891 INFO
(coreCloseExecutor-6159-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@53e5d2dd commitCommandVersion:0
[junit4] 2> 1507894 INFO
(coreCloseExecutor-6159-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=15541208
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_3CA6006DF6FB34E9-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{range_facet_l_dv=PostingsFormat(name=MockRandom),
field_t=PostingsFormat(name=MockRandom), multiDefault=Lucene50(blocksize=128),
subject=Lucene50(blocksize=128),
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=PostingsFormat(name=MockRandom), range_facet_i_dv=Lucene50(blocksize=128),
text=PostingsFormat(name=LuceneFixedGap),
range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=860,
maxMBSortInHeap=6.148599477400941, sim=RandomSimilarity(queryNorm=false): {},
locale=sv-SE, timezone=Asia/Jayapura
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=69536184,total=492830720
[junit4] 2> NOTE: All tests run in this JVM: [CreateCollectionCleanupTest,
TestCursorMarkWithoutUniqueKey, DistributedFacetExistsSmallTest,
ClusterStateUpdateTest, DistributedVersionInfoTest, HdfsRecoveryZkTest,
TlogReplayBufferedWhileIndexingTest, CdcrBootstrapTest, CSVRequestHandlerTest,
TestQueryWrapperFilter, TestFieldTypeResource, SimpleFacetsTest,
TestSearcherReuse, TestSurroundQueryParser, PreAnalyzedUpdateProcessorTest,
SimplePostToolTest, TestXIncludeConfig, ForceLeaderTest, TestPolicyCloud,
DirectUpdateHandlerTest, TestDistributedSearch, TestMiniSolrCloudCluster,
TestInfoStreamLogging, FieldAnalysisRequestHandlerTest,
TestSchemalessBufferedUpdates, TestCSVResponseWriter,
TestPKIAuthenticationPlugin, TestSolrQueryResponse, TestMacros,
TestAddFieldRealTimeGet, NumericFieldsTest, TestHighFrequencyDictionaryFactory,
HdfsBasicDistributedZkTest, TestDynamicFieldResource, TestCorePropertiesReload,
TestHighlightDedupGrouping, BitVectorTest, OutputWriterTest,
CollectionReloadTest, TestPrepRecovery, TestAtomicUpdateErrorCases,
TestStandardQParsers, HdfsDirectoryTest, SolrSlf4jReporterTest,
TestPayloadCheckQParserPlugin, SolrGraphiteReporterTest, ConnectionReuseTest,
InfixSuggestersTest, TestStreamBody, TestJsonFacets, TestQuerySenderListener,
TestStressLiveNodes, TestRequestStatusCollectionAPI,
CoreAdminRequestStatusTest, RestartWhileUpdatingTest,
CdcrReplicationHandlerTest, MinimalSchemaTest, RegexBoostProcessorTest,
SortByFunctionTest, ResponseLogComponentTest, TestWriterPerf,
TestConfigOverlay, VMParamsZkACLAndCredentialsProvidersTest, TestApiFramework,
ClusterStateTest, TestExceedMaxTermLength, TestHalfAndHalfDocValues,
TestQuerySenderNoQuery, TestConfigSetsAPI, TestNonDefinedSimilarityFactory,
TestSchemaResource, TestDistribIDF, HighlighterConfigTest, V2StandaloneTest,
XmlUpdateRequestHandlerTest, GraphQueryTest, HdfsNNFailoverTest,
TestManagedResourceStorage, BlobRepositoryCloudTest, DistribCursorPagingTest,
BlockDirectoryTest, TestFieldCacheReopen, DateMathParserTest,
TestFoldingMultitermQuery, TestHashQParserPlugin,
TestMultiValuedNumericRangeQuery, TestUniqueKeyFieldResource,
DateRangeFieldTest, TestHdfsBackupRestoreCore,
TestComplexPhraseLeadingWildcard, TestPHPSerializedResponseWriter,
TestReversedWildcardFilterFactory, TestHashPartitioner,
TestGeoJSONResponseWriter, DateFieldTest, TestPointFields,
TestRandomRequestDistribution, ConfigSetsAPITest, PeerSyncTest,
DistanceUnitsTest, HighlighterTest, TestExactStatsCache, SolrXmlInZkTest,
TestSizeLimitedDistributedMap, DistanceFunctionTest, LargeFieldTest,
ShardRoutingTest, TestPhraseSuggestions,
PreAnalyzedFieldManagedSchemaCloudTest, AtomicUpdatesTest,
TestSubQueryTransformer, OverseerTest, RequestLoggingTest,
RecoveryAfterSoftCommitTest, ZkControllerTest, DistributedDebugComponentTest,
TestReplicaProperties, TestSolrConfigHandlerCloud, SolrInfoBeanTest,
DefaultValueUpdateProcessorTest, TestDeleteCollectionOnDownNodes,
TestClusterProperties, EnumFieldTest, HdfsWriteToMultipleCollectionsTest,
TestPseudoReturnFields, TestHdfsCloudBackupRestore, TestDocTermOrds,
TestCloudSchemaless, SolrCoreTest, IndexBasedSpellCheckerTest, HLLUtilTest,
IndexSchemaTest, TestCloudManagedSchema, RecoveryZkTest,
LeaderElectionContextKeyTest, TestBulkSchemaAPI, TestStressReorder,
ScriptEngineTest, InfoHandlerTest, ReturnFieldsTest, TestCloudDeleteByQuery,
AnalyticsQueryTest, XsltUpdateRequestHandlerTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, SuggesterTest,
TestInPlaceUpdatesDistrib, TestCoreContainer, QueryParsingTest,
TestGroupingSearch, TestLMDirichletSimilarityFactory, SolrIndexSplitterTest,
MissingSegmentRecoveryTest, TimeZoneUtilsTest, BJQParserTest, TestNRTOpen,
TestManagedSynonymFilterFactory, BadCopyFieldTest, TestTolerantSearch,
DataDrivenBlockJoinTest, DocValuesTest, TestLeaderElectionZkExpiry,
TestSubQueryTransformerDistrib, LeaderFailureAfterFreshStartTest,
TestSlowCompositeReaderWrapper, SolrCLIZkUtilsTest, TestSystemCollAutoCreate,
TestSolrCLIRunExample, AliasIntegrationTest,
HdfsTlogReplayBufferedWhileIndexingTest, ChangedSchemaMergeTest,
TestLegacyNumericRangeQueryBuilder, SuggestComponentContextFilterQueryTest,
TemplateUpdateProcessorTest, DistributedFacetPivotLongTailTest, TestZkChroot,
TestRandomDVFaceting, DistributedSpellCheckComponentTest, TestRealTimeGet,
TestReload, HardAutoCommitTest]
[junit4] Completed [382/728 (1!)] on J0 in 1.05s, 1 test, 1 error <<<
FAILURES!
[...truncated 1616 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestSolrJErrorHandling
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/init-core-data-001
[junit4] 2> 29035 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 29036 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 29109 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 29109 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 29110 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-002/cores/core
[junit4] 2> 29112 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 29113 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3d10249{/solr,null,AVAILABLE}
[junit4] 2> 29117 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2c7d766c{HTTP/1.1,[http/1.1]}{127.0.0.1:32930}
[junit4] 2> 29117 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.e.j.s.Server Started @32213ms
[junit4] 2> 29117 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32930,
configSetBaseDir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-002/cores}
[junit4] 2> 29118 ERROR
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 29118 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.1.0
[junit4] 2> 29118 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 29118 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 29118 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-20T01:53:05.868Z
[junit4] 2> 29118 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/solr.xml
[junit4] 2> 29175 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001
[junit4] 2> 29175 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 29221 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/extraction/lib
[junit4] 2> 29222 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 29222 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/clustering/lib
[junit4] 2> 29222 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 29223 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/langid/lib
[junit4] 2> 29223 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 29223 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/ltr/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/ltr/lib
[junit4] 2> 29223 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
filtered by solr-ltr-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 29223 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../contrib/velocity/lib
[junit4] 2> 29223 WARN (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 29230 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is
enabled
[junit4] 2> 29231 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 29286 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
[junit4] 2> 29626 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/english
[junit4] 2> 29626 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory$SynonymManager
for path /schema/analysis/synonyms/english
[junit4] 2> 29626 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 29626 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to
existing ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 29627 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid
field id
[junit4] 2> 29627 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 29627 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to
existing ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 29627 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 29627 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymGraphFilterFactory to
existing ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 29805 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1,
trusted=true
[junit4] 2> 29806 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 29806 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/data/]
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
init: current segments file is "segments";
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3d6e6a5f
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
now checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
0 msec to checkpoint
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
init: create=true
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
[junit4] 2> dir=MockDirectoryWrapper(RAMDirectory@23c3236e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d966df4)
[junit4] 2> index=
[junit4] 2> version=7.1.0
[junit4] 2>
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
[junit4] 2> ramBufferSizeMB=100.0
[junit4] 2> maxBufferedDocs=-1
[junit4] 2> mergedSegmentWarmer=null
[junit4] 2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
[junit4] 2> commit=null
[junit4] 2> openMode=CREATE
[junit4] 2>
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
[junit4] 2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1,
maxMergeCount=-1, ioThrottle=true
[junit4] 2> codec=Lucene70
[junit4] 2> infoStream=org.apache.solr.update.LoggingInfoStream
[junit4] 2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10,
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0,
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
[junit4] 2>
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@50ac34ae
[junit4] 2> readerPooling=true
[junit4] 2> perThreadHardLimitMB=1945
[junit4] 2> useCompoundFile=false
[junit4] 2> commitOnClose=true
[junit4] 2> indexSort=null
[junit4] 2> writer=org.apache.solr.update.SolrIndexWriter@6a4eb586
[junit4] 2>
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
MMapDirectory.UNMAP_SUPPORTED=true
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
now flush at close
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
start flush: applyAllDeletes=true
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
index before flush
[junit4] 2> 29808 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
startFullFlush
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
coreLoadExecutor-393-thread-1 finishFullFlush success=true
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-393-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-393-thread-1]:
initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-393-thread-1]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-393-thread-1]:
now merge
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-393-thread-1]:
index:
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-393-thread-1]:
no more merges pending; now return
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
waitForMerges
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
waitForMerges done
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: start
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: enter lock
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: now prepare
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
prepareCommit: flush
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
index before flush
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
startFullFlush
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-393-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
coreLoadExecutor-393-thread-1 finishFullFlush success=true
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
startCommit(): start
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
startCommit index= changeCount=2
[junit4] 2> 29809 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
startCommit: wrote pending segments file "pending_segments_1"
[junit4] 2> 29810 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
done all syncs: []
[junit4] 2> 29810 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: pendingCommit != null
[junit4] 2> 29810 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: done writing segments file "segments_1"
[junit4] 2> 29810 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
now checkpoint "" [0 segments ; isCommit = true]
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
0 msec to checkpoint
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: took 1.3 msec
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
commit: done
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
rollback
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
all running merges have aborted
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
rollback: done finish merges
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
abort
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
done abort success=true
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
rollback: infos=
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
now checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
0 msec to checkpoint
[junit4] 2> 29811 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 29860 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 29860 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 29861 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for
15000ms;
[junit4] 2> 29861 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
init: current segments file is "segments_1";
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3d6e6a5f
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
init: load commit "segments_1"
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
now checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-393-thread-1]:
0 msec to checkpoint
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
init: create=false
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
[junit4] 2> dir=MockDirectoryWrapper(RAMDirectory@23c3236e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d966df4)
[junit4] 2> index=
[junit4] 2> version=7.1.0
[junit4] 2>
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
[junit4] 2> ramBufferSizeMB=100.0
[junit4] 2> maxBufferedDocs=-1
[junit4] 2> mergedSegmentWarmer=null
[junit4] 2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
[junit4] 2> commit=null
[junit4] 2> openMode=APPEND
[junit4] 2>
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
[junit4] 2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1,
maxMergeCount=-1, ioThrottle=true
[junit4] 2> codec=Lucene70
[junit4] 2> infoStream=org.apache.solr.update.LoggingInfoStream
[junit4] 2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10,
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0,
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
[junit4] 2>
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@e93b598
[junit4] 2> readerPooling=true
[junit4] 2> perThreadHardLimitMB=1945
[junit4] 2> useCompoundFile=false
[junit4] 2> commitOnClose=true
[junit4] 2> indexSort=null
[junit4] 2> writer=org.apache.solr.update.SolrIndexWriter@29e454cb
[junit4] 2>
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
MMapDirectory.UNMAP_SUPPORTED=true
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
flush at getReader
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
startFullFlush
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-393-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
incRefDeleter for NRT reader version=2 segments=
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-393-thread-1]:
coreLoadExecutor-393-thread-1 finishFullFlush success=true
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-393-thread-1]:
getReader took 0 msec
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@89a3c7[collection1]
main]
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/conf
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_rest_managed.json using
file:dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/conf
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_schema_analysis_stopwords_english.json using
file:dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/conf
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for
/schema/analysis/stopwords/english
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for
/schema/analysis/stopwords/english
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of
/schema/analysis/stopwords/english
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_schema_analysis_synonyms_english.json using
file:dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/conf
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResource Loaded initArgs
{ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 3 synonym
mappings for /schema/analysis/synonyms/english
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.r.ManagedResource Notified 4 observers of
/schema/analysis/synonyms/english
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
[junit4] 2> 29862 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001/tempDir-001/collection1/conf/elevate.xml
[junit4] 2> 29872 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 29873 INFO
(searcherExecutor-394-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to
Searcher@89a3c7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 29873 INFO (coreLoadExecutor-393-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1573404631758798848
[junit4] 2> 29874 INFO
(searcherExecutor-394-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
hits=0 status=0 QTime=1
[junit4] 2> 29874 INFO
(searcherExecutor-394-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 29874 INFO
(searcherExecutor-394-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 29874 INFO
(searcherExecutor-394-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 29874 INFO
(searcherExecutor-394-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@89a3c7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 30222 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.SolrJettyTestBase Jetty Assigned Port#32930
[junit4] 2> 30226 INFO
(TEST-TestSolrJErrorHandling.testWithXml-seed#[D6D4B6DB5D453F6A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithXml
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: nrtIsCurrent: infoVersion
matches: true; DW changes: true; BD changes: false
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: flush at getReader
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: startFullFlush
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: qtp1126654569-456: flush
naked frozen global deletes
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-456]: compressed 76 to 48 bytes
(63.16%) for deletes/updates; private segment null
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-456]: push new packet (delGen=1
numDeleteQuerys=1 bytesUsed=48), packetCount=1, bytesUsed=0.000 MB
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: flush: push buffered
updates: delGen=1 numDeleteQuerys=1 bytesUsed=48
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-456]: packet matches no segments
[junit4] 2> 30232 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-456]: finished packet delGen=1 now
completedDelGen=1
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-456]: done apply del packet
(delGen=1 numDeleteQuerys=1 bytesUsed=48) to 0 segments; 0 new deletes/updates;
took 0.000 sec; 0 packets remain
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: now apply all deletes for
all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-456]: waitApply: no deletes to
apply
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: incRefDeleter for NRT reader
version=2 segments=
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: return reader version=2
reader=StandardDirectoryReader(segments_1:2:nrt)
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-456]: qtp1126654569-456
finishFullFlush success=true
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: getReader took 1 msec
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-456]: decRefDeleter for NRT reader
version=2 segments=
[junit4] 2> 30233 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1573404632134189056)} 0 2
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: nrtIsCurrent: infoVersion
matches: true; DW changes: true; BD changes: false
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: flush at getReader
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: startFullFlush
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: qtp1126654569-458: flush
naked frozen global deletes
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-458]: compressed 76 to 48 bytes
(63.16%) for deletes/updates; private segment null
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-458]: push new packet (delGen=2
numDeleteQuerys=1 bytesUsed=48), packetCount=1, bytesUsed=0.000 MB
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: flush: push buffered
updates: delGen=2 numDeleteQuerys=1 bytesUsed=48
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-458]: packet matches no segments
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-458]: finished packet delGen=2 now
completedDelGen=2
[junit4] 2> 30237 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-458]: done apply del packet
(delGen=2 numDeleteQuerys=1 bytesUsed=48) to 0 segments; 0 new deletes/updates;
took 0.000 sec; 0 packets remain
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: now apply all deletes for
all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1126654569-458]: waitApply: no deletes to
apply
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: incRefDeleter for NRT reader
version=2 segments=
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: return reader version=2
reader=StandardDirectoryReader(segments_1:2:nrt)
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1126654569-458]: qtp1126654569-458
finishFullFlush success=true
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: getReader took 1 msec
[junit4] 2> 30238 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1126654569-458]: decRefDeleter for NRT reader
version=2 segments=
[junit4] 2> 30239 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1573404632138383360)} 0 4
[junit4] 2> 30320 INFO (qtp1126654569-457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632215977984)]} 0 11
[junit4] 2> 30320 INFO (qtp1126654569-457) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30356 INFO (qtp1126654569-455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632235900928)]} 0 29
[junit4] 2> 30356 INFO (qtp1126654569-455) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30364 INFO (qtp1126654569-457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632271552512)]} 0 2
[junit4] 2> 30365 INFO (qtp1126654569-457) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30405 INFO (qtp1126654569-457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632315592704)]} 0 0
[junit4] 2> 30406 INFO (qtp1126654569-455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632317689856)]} 0 0
[junit4] 2> 30406 INFO (qtp1126654569-455) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30407 INFO (qtp1126654569-457) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30435 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632348098560)]} 0 0
[junit4] 2> 30440 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30470 INFO (qtp1126654569-459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632348098562)]} 0 36
[junit4] 2> 30471 INFO (qtp1126654569-459) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30471 INFO (qtp1126654569-452) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632385847296)]} 0 36
[junit4] 2> 30471 INFO (qtp1126654569-452) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30507 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632422547456)]} 0 71
[junit4] 2> 30507 INFO (qtp1126654569-456) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30522 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632438276096)]} 0 1
[junit4] 2> 30522 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30539 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632457150464)]} 0 0
[junit4] 2> 30539 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30541 INFO (qtp1126654569-459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632459247616)]} 0 0
[junit4] 2> 30542 INFO (qtp1126654569-459) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30589 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632509579264)]} 0 0
[junit4] 2> 30589 INFO (qtp1126654569-458) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[junit4] 2> 30596 INFO (qtp1126654569-481) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[test (1573404632515870720)]} 0 0
[junit4] 2> 30596 INFO (qtp1126654569-481) [ x:collection1]
o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
[jun
[...truncated too long message...]
&fl=count_i&wt=javabin&version=2} hits=1 status=0 QTime=0
[junit4] 2> 55292 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1573404658412552192,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 55293 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 55293 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 55293 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 55294 INFO (qtp1126654569-453) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=id:test&fl=count_i&wt=javabin&version=2} hits=1 status=0 QTime=0
[junit4] 2> 55295 INFO
(TEST-TestSolrJErrorHandling.testWithBinary-seed#[D6D4B6DB5D453F6A]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithBinary
[junit4] 2> 55298 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@2c7d766c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 55298 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1108371252
[junit4] 2> 55298 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 55298 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 55299 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 55299 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 55303 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d884474
[junit4] 2> 55303 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
now flush at close
[junit4] 2> 55303 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
start flush: applyAllDeletes=true
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
index before flush _2(7.1.0):C1000/999:delGen=1
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-399-thread-1]:
startFullFlush
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-399-thread-1]:
coreCloseExecutor-399-thread-1 finishFullFlush success=true
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-399-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-399-thread-1]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-399-thread-1]:
now merge
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-399-thread-1]:
index: _2(7.1.0):C1000/999:delGen=1
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-399-thread-1]:
no more merges pending; now return
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
waitForMerges
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
waitForMerges done
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
commit: start
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
commit: enter lock
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
commit: now prepare
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
prepareCommit: flush
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
index before flush _2(7.1.0):C1000/999:delGen=1
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-399-thread-1]:
startFullFlush
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-399-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-399-thread-1]:
coreCloseExecutor-399-thread-1 finishFullFlush success=true
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
startCommit(): start
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
skip startCommit(): no changes pending
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
commit: pendingCommit == null; skip
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
commit: took 0.3 msec
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
commit: done
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
rollback
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
all running merges have aborted
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
rollback: done finish merges
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-399-thread-1]:
abort
[junit4] 2> 55304 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-399-thread-1]:
done abort success=true
[junit4] 2> 55305 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-399-thread-1]:
rollback: infos=_2(7.1.0):C1000/999:delGen=1
[junit4] 2> 55305 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-399-thread-1]:
now checkpoint "_2(7.1.0):C1000/999:delGen=1" [1 segments ; isCommit = false]
[junit4] 2> 55305 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-399-thread-1]:
0 msec to checkpoint
[junit4] 2> 55306 INFO (coreCloseExecutor-399-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1569211508
[junit4] 2> 55308 INFO
(SUITE-TestSolrJErrorHandling-seed#[D6D4B6DB5D453F6A]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3d10249{/solr,null,UNAVAILABLE}
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_D6D4B6DB5D453F6A-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PA,
timezone=America/Porto_Velho
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=198296840,total=346030080
[junit4] 2> NOTE: All tests run in this JVM: [SolrExampleStreamingTest,
TestBatchUpdate, CollectionAdminRequestRequiredParamsTest, TestSolrProperties,
TestCoreAdmin, CommonParamsTest, FieldEvaluatorTest, TestEmbeddedSolrServer,
TermsResponseTest, TestConfigSetAdminRequest, TestSolrJErrorHandling]
[junit4] Completed [24/135 (1!)] on J0 in 26.30s, 4 tests, 1 failure <<<
FAILURES!
[...truncated 42824 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]