Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/42/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED: org.apache.solr.update.AutoCommitTest.testCommitWithin
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([CADDD516A7788B00:700FBA6E24566515]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:529&qt=&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
... 40 more
FAILED: org.apache.solr.update.HardAutoCommitTest.testCommitWithin
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([CADDD516A7788B00:700FBA6E24566515]: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.update.TestInPlaceUpdatesDistrib.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([CADDD516A7788B00:4289EACC0984E6F8]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at org.junit.Assert.assertFalse(Assert.java:79)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.delayedReorderingFetchesMissingUpdateFromLeaderTest(TestInPlaceUpdatesDistrib.java:915)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:145)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
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 12001 lines...]
[junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_CADDD516A7788B00-001/init-core-data-001
[junit4] 2> 1875839 WARN
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=232 numCloses=232
[junit4] 2> 1875839 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1875840 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1875841 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1875841 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-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> 1875870 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1875887 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1876009 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1876050 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30941e24
[junit4] 2> 1876053 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30941e24
[junit4] 2> 1876053 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30941e24
[junit4] 2> 1876055 INFO (coreLoadExecutor-6632-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> 1876081 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1876108 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1876199 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1876208 INFO (coreLoadExecutor-6632-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> 1876209 INFO (coreLoadExecutor-6632-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@30941e24
[junit4] 2> 1876209 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1876209 INFO (coreLoadExecutor-6632-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/J1/temp/solr.update.AutoCommitTest_CADDD516A7788B00-001/init-core-data-001/]
[junit4] 2> 1876211 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1876277 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1876284 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1876285 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1876285 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1876286 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=98.447265625,
floorSegmentMB=1.6474609375, forceMergeDeletesPctAllowed=8.066297445533309,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.15326136282876687
[junit4] 2> 1876286 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3c147864[collection1] main]
[junit4] 2> 1876286 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1876289 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1876311 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1876311 INFO (coreLoadExecutor-6632-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1573015431668563968
[junit4] 2> 1876312 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1876313 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1876316 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1876316 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1876316 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1876319 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
[junit4] 2> 1876319 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1876320 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@49761067[collection1] realtime]
[junit4] 2> 1876320 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 1
[junit4] 2> 1876321 ERROR
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
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> 1876322 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
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> 1876325 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1876326 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1876330 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1876330 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1876330 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1876332 INFO
(searcherExecutor-6633-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3c147864[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1876360 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1876386 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1876500 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1876510 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ ]
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> 1876524 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ 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@30941e24
[junit4] 2> 1876524 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ 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/J1/temp/solr.update.AutoCommitTest_CADDD516A7788B00-001/init-core-data-001/]
[junit4] 2> 1876589 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1876589 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1876590 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@78eb7cd5[collection1] main]
[junit4] 2> 1876591 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1876591 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1876593 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1876594 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1876594 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1573015431965310976
[junit4] 2> 1876594 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1876594 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1876594 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1876594 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1876594 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1876595 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1876595 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1876596 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1876596 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1876596 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1876598 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@78eb7cd5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1876598 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1bd5f7f0[collection1] main]
[junit4] 2> 1876598 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@45328b06
[junit4] 2> 1876599 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1160940294
[junit4] 2> 1876600 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1bd5f7f0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1876607 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1573015431977893888)]} 0 1
[junit4] 2> 1876607 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ 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> 1878110 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1878113 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@633ad707[collection1] main]
[junit4] 2> 1878114 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1878115 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@633ad707[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
[junit4] 2> 1878362 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1573015433818144768)]} 0 1756
[junit4] 2> 1878362 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 1878363 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ 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> 1878363 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{delete=[529 (-1573015433820241920)]} 0 0
[junit4] 2> 1878364 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 1879864 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1879865 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2520ef31[collection1] main]
[junit4] 2> 1879865 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1879866 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2520ef31[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):C1)))}
[junit4] 2> 1879867 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550
(1573015435397300224)]} 0 3262
[junit4] 2> 1879867 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ 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> 1879868 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435398348800)]} 0 3263
[junit4] 2> 1879868 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435398348801)]} 0 3263
[junit4] 2> 1879868 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435398348802)]} 0 3263
[junit4] 2> 1879868 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435398348803)]} 0 3264
[junit4] 2> 1879868 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435398348804)]} 0 3264
[junit4] 2> 1879869 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435399397376)]} 0 3264
[junit4] 2> 1879869 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435399397377)]} 0 3264
[junit4] 2> 1879869 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435399397378)]} 0 3264
[junit4] 2> 1879869 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435399397379)]} 0 3264
[junit4] 2> 1879869 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1573015435399397380)]} 0 3264
[junit4] 2> 1879869 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 1881368 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1881370 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7f1818db[collection1] main]
[junit4] 2> 1881370 INFO (commitScheduler-6641-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1881371 INFO
(searcherExecutor-6638-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7f1818db[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):C1)
Uninverting(_2(7.1.0):C11/9:delGen=1)))}
[junit4] 2> 1881381 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531
(1573015436984844288)]} 0 4777
[junit4] 2> 1881381 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 1881382 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
[junit4] 2> 1881385 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 1881385 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
DOCUMENTS FROM INDEX
[junit4] 2> 1881385 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@50d1514a[collection1] realtime]
[junit4] 2> 1881386 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 0
[junit4] 2> 1881386 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] 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> 1881387 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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> 1881416 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1881431 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1881560 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1881567 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] 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> 1881575 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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@30941e24
[junit4] 2> 1881575 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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/J1/temp/solr.update.AutoCommitTest_CADDD516A7788B00-001/init-core-data-001/]
[junit4] 2> 1881638 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1881639 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1881639 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@68f6787f[collection1] main]
[junit4] 2> 1881640 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1881640 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1881643 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1881643 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1881643 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1881643 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1881643 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1881643 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1881644 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1881644 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1881644 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1881645 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1881646 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@68f6787f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1881699 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1348281694,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1881700 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1881700 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7ac6d15d[collection1] main]
[junit4] 2> 1881700 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3d08d9e1
[junit4] 2> 1881701 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1023990241
[junit4] 2> 1881703 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1573015437321437184)]} 0 0
[junit4] 2> 1881703 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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> 1881704 INFO
(searcherExecutor-6642-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7ac6d15d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1881956 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1573015437587775488)]} 0 254
[junit4] 2> 1881957 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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> 1881957 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529
(-1573015437588824064)]} 0 254
[junit4] 2> 1881957 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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> 1881957 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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> 1881958 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST
FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=id:529&qt=&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
[junit4] 2> at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1881958 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testCommitWithin -Dtests.seed=CADDD516A7788B00 -Dtests.slow=true
-Dtests.locale=ar-QA -Dtests.timezone=Indian/Christmas -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.58s J1 | AutoCommitTest.testCommitWithin <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([CADDD516A7788B00:700FBA6E24566515]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request was:q=id:529&qt=&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
[junit4] > ... 40 more
[junit4] 2> 1881962 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
[junit4] 2> 1881962 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1881962 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a557ff3[collection1] realtime]
[junit4] 2> 1881962 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 0
[junit4] 2> 1881962 ERROR
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
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> 1881963 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ 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> 1881991 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1882004 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1882074 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1882082 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
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> 1882090 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ 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@30941e24
[junit4] 2> 1882090 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ 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/J1/temp/solr.update.AutoCommitTest_CADDD516A7788B00-001/init-core-data-001/]
[junit4] 2> 1882132 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1882132 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1882132 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@66f9ac9f[collection1] main]
[junit4] 2> 1882133 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1882133 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1882136 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1882136 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1882136 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1882136 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1882136 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1882136 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1882136 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1882137 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1882137 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1882137 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1882137 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=56.47265625,
floorSegmentMB=1.3369140625, forceMergeDeletesPctAllowed=1.9645510651327525,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6456142463239488
[junit4] 2> 1882138 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1882139 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66f9ac9f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1882139 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@38106405[collection1] main]
[junit4] 2> 1882139 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@724fce4c
[junit4] 2> 1882140 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1917832780
[junit4] 2> 1882140 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@38106405[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1882144 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1573015437784907776)]} 0 0
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1
(1573015437785956352)]} 0 0
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2
(1573015437785956353)]} 0 0
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3
(1573015437785956354)]} 0 0
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4
(1573015437785956355)]} 0 0
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5
(1573015437785956356)]} 0 1
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6
(1573015437785956357)]} 0 1
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7
(1573015437785956358)]} 0 1
[junit4] 2> 1882145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8
(1573015437785956359)]} 0 1
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9
(1573015437785956360)]} 0 1
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10
(1573015437787004928)]} 0 1
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11
(1573015437787004929)]} 0 1
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12
(1573015437787004930)]} 0 1
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13
(1573015437787004931)]} 0 1
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 1882146 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14
(1573015437787004932)]} 0 2
[junit4] 2> 1882148 INFO (commitScheduler-6649-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1882151 INFO (commitScheduler-6649-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@62c89901[collection1] main]
[junit4] 2> 1882152 INFO
(searcherExecutor-6646-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@62c89901[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.1.0):C15)))}
[junit4] 2> 1882152 INFO (commitScheduler-6649-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1882397 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15
(1573015438050197504)]} 0 253
[junit4] 2> 1882397 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 1882398 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 1882398 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[CADDD516A7788B00]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> 1882398 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1882398 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=536448535
[junit4] 2> 1882398 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1882399 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1882400 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1882400 INFO
(SUITE-AutoCommitTest-seed#[CADDD516A7788B00]-worker) [ x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1882400 INFO
(coreCloseExecutor-6650-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@125d56e3
[junit4] 2> 1882401 INFO
(coreCloseExecutor-6650-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=308106979
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_CADDD516A7788B00-001
[junit4] 2> Jul 15, 2017 6:47:02 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{field_t=Lucene50(blocksize=128),
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
subject=PostingsFormat(name=LuceneVarGapFixedInterval),
id=Lucene50(blocksize=128), text=BlockTreeOrds(blocksize=128)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=675,
maxMBSortInHeap=7.138136935879366, sim=RandomSimilarity(queryNorm=false): {},
locale=ar-QA, timezone=Indian/Christmas
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=239928680,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestCrossCoreJoin,
TestManagedResource, TestLeaderElectionWithEmptyReplica, TestCloudInspectUtil,
TestOnReconnectListenerSupport, ParsingFieldUpdateProcessorsTest,
TriLevelCompositeIdRoutingTest, TestConfigSetsAPIExclusivity,
HdfsRestartWhileUpdatingTest, TestShortCircuitedRequests, VersionInfoTest,
TestComponentsName, DistributedFacetPivotLargeTest,
TestBlendedInfixSuggestions, TestRestManager, TestConfig, CustomCollectionTest,
TestFiltering, TestMaxScoreQueryParser, DistributedQueryElevationComponentTest,
CursorMarkTest, TestWordDelimiterFilterFactory, SecurityConfHandlerTest,
TermVectorComponentDistributedTest, BufferStoreTest,
DistributedFacetPivotWhiteBoxTest, AssignTest, DocValuesNotIndexedTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestLRUStatsCache,
SolrCloudReportersTest, CollectionStateFormat2Test, TestLegacyFieldReuse,
TestTolerantUpdateProcessorRandomCloud, TestRandomFlRTGCloud,
TestDistributedMissingSort, PingRequestHandlerTest, TestUnifiedSolrHighlighter,
TestCollectionAPI, ConcurrentDeleteAndCreateCollectionTest,
PeerSyncReplicationTest, ActionThrottleTest, TestIndexSearcher,
BasicFunctionalityTest, CheckHdfsIndexTest, TestReRankQParserPlugin,
SuggesterTSTTest, BlockJoinFacetSimpleTest, SearchHandlerTest,
LukeRequestHandlerTest, TestFieldCollectionResource, TestGraphMLResponseWriter,
CdcrUpdateLogTest, TestDelegationWithHadoopAuth, HdfsBasicDistributedZk2Test,
TestExportWriter, TestRTGBase, TestDistribDocBasedVersion, SolrIndexConfigTest,
TestBM25SimilarityFactory, OverseerStatusTest, TestMacroExpander,
ShardRoutingCustomTest, TestSuggestSpellingConverter, MigrateRouteKeyTest,
TestPerFieldSimilarity, SpellPossibilityIteratorTest, DeleteStatusTest,
TestSSLRandomization, TestFastOutputStream,
TestManagedSynonymGraphFilterFactory, DistribDocExpirationUpdateProcessorTest,
TestSolrIndexConfig, TestPostingsSolrHighlighter, TestCollationFieldDocValues,
TestRecovery, TestPayloadScoreQParserPlugin, TestCloudPivotFacet, DOMUtilTest,
TestReloadDeadlock, SubstringBytesRefFilterTest, TermsComponentTest,
PluginInfoTest, TestFastWriter, TestExclusionRuleCollectionAccess,
TestCharFilters, CloudExitableDirectoryReaderTest, HdfsDirectoryFactoryTest,
ExplicitHLLTest, TestRangeQuery, TestFreeTextSuggestions, TestCloudRecovery,
TestFieldTypeCollectionResource, DeleteLastCustomShardedReplicaTest,
DistributedExpandComponentTest, TestAuthorizationFramework,
LeaderInitiatedRecoveryOnCommitTest, DistributedFacetPivotSmallAdvancedTest,
SimpleMLTQParserTest, TestXmlQParser, TestInitParams, TestSolr4Spatial2,
SpellCheckCollatorWithCollapseTest, TestManagedSchema,
TestReplicationHandlerBackup, FileUtilsTest, SolrMetricReporterTest,
LeaderFailoverAfterPartitionTest, MergeStrategyTest,
CdcrReplicationDistributedZkTest, TestElisionMultitermQuery,
ReplicaListTransformerTest, TestAnalyzedSuggestions,
LeaderElectionIntegrationTest, StatelessScriptUpdateProcessorFactoryTest,
SolrCmdDistributorTest, TestNamedUpdateProcessors,
TestSubQueryTransformerCrossCore, TestSolrCloudWithDelegationTokens,
StatsComponentTest, TestLegacyTerms, SearchHandlerTest, TestBadConfig,
TestLMJelinekMercerSimilarityFactory, TestSchemaManager,
HdfsChaosMonkeyNothingIsSafeTest, ReplicationFactorTest, MoveReplicaHDFSTest,
RemoteQueryErrorTest, SolrCoreCheckLockOnStartupTest, DistributedQueueTest,
CdcrRequestHandlerTest, TestQueryUtils, DocValuesMissingTest,
V2ApiIntegrationTest, JSONWriterTest, TestDocumentBuilder,
PeerSyncWithIndexFingerprintCachingTest, DeleteReplicaTest,
SimpleCollectionCreateDeleteTest, TestGraphTermsQParserPlugin,
DistributedIntervalFacetingTest, TestCollectionAPIs, TestRemoteStreaming,
DebugComponentTest, ZkNodePropsTest, ShowFileRequestHandlerTest, TestSolrJ,
HLLSerializationTest, TestFieldCacheSort, TestSolrXml, TestCSVLoader,
HdfsRecoverLeaseTest, SpellCheckComponentTest, TestDFISimilarityFactory,
PolyFieldTest, TestHdfsUpdateLog, QueryEqualityTest, TestReload,
MoveReplicaTest, NodeMutatorTest, CopyFieldTest, TestCollationField,
UUIDUpdateProcessorFallbackTest, CollectionsAPIAsyncDistributedZkTest,
HdfsLockFactoryTest, TestMergePolicyConfig, TestLockTree, TestStressLucene,
TestFieldCache, BasicDistributedZk2Test, ConvertedLegacyTest, BasicZkTest,
TestSolrConfigHandlerConcurrent, SuggestComponentTest,
ManagedSchemaRoundRobinCloudTest, TestRealTimeGet,
ClassificationUpdateProcessorFactoryTest, BasicDistributedZkTest,
TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot,
TestRandomDVFaceting, AutoCommitTest]
[junit4] Completed [376/728 (1!)] on J1 in 6.83s, 3 tests, 1 error <<<
FAILURES!
[...truncated 20 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/J1/temp/solr.update.HardAutoCommitTest_CADDD516A7788B00-001/init-core-data-001
[junit4] 2> 1898575 WARN
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=94 numCloses=94
[junit4] 2> 1898575 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1898576 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1898576 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1898577 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-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> 1898599 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1898613 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1898765 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1898851 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30941e24
[junit4] 2> 1898853 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30941e24
[junit4] 2> 1898854 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@30941e24
[junit4] 2> 1898855 INFO (coreLoadExecutor-6786-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> 1898998 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1899050 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1899221 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1899229 INFO (coreLoadExecutor-6786-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> 1899229 INFO (coreLoadExecutor-6786-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@30941e24
[junit4] 2> 1899229 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1899229 INFO (coreLoadExecutor-6786-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/J1/temp/solr.update.HardAutoCommitTest_CADDD516A7788B00-001/init-core-data-001/]
[junit4] 2> 1899230 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=3.5751953125,
floorSegmentMB=0.728515625, forceMergeDeletesPctAllowed=9.007812898007415,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.677121944296208
[junit4] 2> 1899274 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1899274 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1899274 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1899274 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1899275 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=2.66796875,
floorSegmentMB=1.822265625, forceMergeDeletesPctAllowed=9.557656141624363,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1899275 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@35a5c34e[collection1] main]
[junit4] 2> 1899276 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1899280 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1899325 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1899325 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1899325 INFO (coreLoadExecutor-6786-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1573015455800492032
[junit4] 2> 1899325 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1899325 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1899325 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1899328 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1899328 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1899329 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1899330 INFO
(SUITE-HardAutoCommitTest-seed#[CADDD516A7788B00]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1899331 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1899331 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1899333 INFO
(searcherExecutor-6787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@35a5c34e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1899337 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 1899337 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1899337 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@79e81a18[collection1] realtime]
[junit4] 2> 1899338 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 0
[junit4] 2> 1899338 ERROR
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
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> 1899339 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
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> 1899401 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1899416 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1899637 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1899655 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [ ]
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> 1899682 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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@30941e24
[junit4] 2> 1899682 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
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/J1/temp/solr.update.HardAutoCommitTest_CADDD516A7788B00-001/init-core-data-001/]
[junit4] 2> 1899748 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1899748 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1899749 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@46c1a4c6[collection1] main]
[junit4] 2> 1899750 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1899750 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1899752 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1899753 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1899753 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1573015456249282560
[junit4] 2> 1899753 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1899753 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1899753 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1899753 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1899753 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1899754 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1899754 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1899755 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1348281694,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1899755 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1899755 INFO
(TEST-HardAutoCommitTest.testCommitWithin-seed#[CADDD516A7788B00]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 1899757 INFO
(searcherExecutor-6792-thread-1-processing-x:collection1) [
[...truncated too long message...]
iting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{id_i=PostingsFormat(name=Asserting),
title_s=PostingsFormat(name=LuceneVarGapFixedInterval), id=FSTOrd50,
id_field_copy_that_does_not_support_in_place_update_s=Lucene50(blocksize=128)},
docValues:{inplace_updatable_float=DocValuesFormat(name=Lucene70),
id_i=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting),
id=DocValuesFormat(name=Memory),
inplace_updatable_int_with_default=DocValuesFormat(name=Lucene70),
inplace_updatable_int=DocValuesFormat(name=Direct),
inplace_updatable_float_with_default=DocValuesFormat(name=Direct)},
maxPointsInLeafNode=1629, maxMBSortInHeap=6.176860273648142,
sim=RandomSimilarity(queryNorm=true): {}, locale=nl, timezone=Europe/Bucharest
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=208538360,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [SolrInfoBeanTest,
TestRawResponseWriter, TestDeleteCollectionOnDownNodes, SolrXmlInZkTest,
TestLeaderElectionZkExpiry, PreAnalyzedUpdateProcessorTest,
TestStressLiveNodes, TestCloudPseudoReturnFields, HdfsBasicDistributedZkTest,
TestRandomRequestDistribution, AddSchemaFieldsUpdateProcessorFactoryTest,
RankQueryTest, DistributedDebugComponentTest, TestDocTermOrds,
TestSolrQueryResponse, RequestHandlersTest, DeleteInactiveReplicaTest,
TestCustomSort, TestLFUCache, DistributedSpellCheckComponentTest,
TestSchemalessBufferedUpdates, TestReversedWildcardFilterFactory,
XmlUpdateRequestHandlerTest, TestTrackingShardHandlerFactory,
TestFieldCacheWithThreads, DistributedFacetPivotLongTailTest,
AsyncCallRequestStatusResponseTest, ForceLeaderTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, PKIAuthenticationIntegrationTest,
SolrShardReporterTest, CollectionReloadTest, TestLegacyNumericUtils,
TestSolrCloudWithKerberosAlt, TestMiniSolrCloudCluster,
TestCursorMarkWithoutUniqueKey, TestSolrDeletionPolicy2,
TestCloudJSONFacetJoinDomain, ConfigSetsAPITest, RecoveryAfterSoftCommitTest,
AliasIntegrationTest, TestFilteredDocIdSet, AnalysisAfterCoreReloadTest,
TestSearcherReuse, BlockDirectoryTest, TestScoreJoinQPScore,
ResponseLogComponentTest, TestSolrConfigHandlerCloud,
TestManagedResourceStorage, TestCSVResponseWriter, SoftAutoCommitTest,
DirectSolrConnectionTest, VMParamsZkACLAndCredentialsProvidersTest,
SmileWriterTest, TestQueryWrapperFilter, TestConfigSetsAPI,
TestExceedMaxTermLength, TestLMDirichletSimilarityFactory, OverseerTest,
TestStreamBody, ShardRoutingTest, TestHighFrequencyDictionaryFactory,
MoveReplicaHDFSUlogDirTest, TestFileDictionaryLookup, DistribCursorPagingTest,
TestPullReplicaErrorHandling, SimplePostToolTest, TestSchemaResource,
DistribJoinFromCollectionTest, TestLazyCores, WrapperMergePolicyFactoryTest,
TestCloudManagedSchema, TestSolrCoreParser, TestNoOpRegenerator, SyncSliceTest,
DateMathParserTest, TestStandardQParsers, SimpleFacetsTest,
HighlighterConfigTest, CachingDirectoryFactoryTest, TestObjectReleaseTracker,
ClusterStateTest, TestConfigSetsAPIZkFailure, TestTolerantSearch,
ClusterStateUpdateTest, AlternateDirectoryTest, FullHLLTest, TestRecoveryHdfs,
TestFieldCacheReopen, TestCloudDeleteByQuery, TestBulkSchemaAPI,
DeleteNodeTest, TestConfigsApi, TestSha256AuthenticationProvider,
MissingSegmentRecoveryTest, DistributedFacetExistsSmallTest,
TestIBSimilarityFactory, DistanceFunctionTest, TestCoreContainer,
TestSurroundQueryParser, TestAnalyzeInfixSuggestions, TestCloudSchemaless,
CSVRequestHandlerTest, DistanceUnitsTest, SolrMetricsIntegrationTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestUseDocValuesAsStored2,
CdcrVersionReplicationTest, SpatialFilterTest, QueryElevationComponentTest,
HdfsDirectoryTest, LeaderFailureAfterFreshStartTest,
TemplateUpdateProcessorTest, TestAtomicUpdateErrorCases,
TolerantUpdateProcessorTest, TestPHPSerializedResponseWriter,
TestReplicaProperties, TestDistributedStatsComponentCardinality,
TestMultiValuedNumericRangeQuery, SpatialRPTFieldTypeTest, TestXIncludeConfig,
RAMDirectoryFactoryTest, TestSweetSpotSimilarityFactory, TestManagedSchemaAPI,
ZkCLITest, ReplaceNodeTest, MultiThreadedOCPTest, RecoveryZkTest,
ExitableDirectoryReaderTest, DistributedVersionInfoTest,
ChaosMonkeyNothingIsSafeTest, TestPseudoReturnFields, ChangedSchemaMergeTest,
TestHdfsBackupRestoreCore, TestWriterPerf, TestDistributedSearch,
SolrIndexSplitterTest, DeleteShardTest, SharedFSAutoReplicaFailoverUtilsTest,
TestExtendedDismaxParser, DisMaxRequestHandlerTest, InfoHandlerTest,
TestFaceting, TestApiFramework, TestTolerantUpdateProcessorCloud,
XsltUpdateRequestHandlerTest, TestXmlQParserPlugin, HLLUtilTest,
AnalysisErrorHandlingTest, TestNRTOpen, TestSolrCloudSnapshots,
TestPolicyCloud, SuggestComponentContextFilterQueryTest,
TestNonDefinedSimilarityFactory, MultiTermTest, TestIndexingPerformance,
UUIDFieldTest, TestSort, OutOfBoxZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, TestManagedSynonymFilterFactory,
TestBinaryField, UniqFieldsUpdateProcessorFactoryTest,
CollectionTooManyReplicasTest, TestNumericTerms32, TestCorePropertiesReload,
TestHashPartitioner, SortByFunctionTest, TestUninvertingReader,
CdcrBootstrapTest, CursorPagingTest, CdcrReplicationHandlerTest,
TestBlobHandler, TestHttpShardHandlerFactory, EnumFieldTest, TestSmileRequest,
ClassificationUpdateProcessorIntegrationTest, ChaosMonkeySafeLeaderTest,
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest,
OpenCloseCoreStressTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler,
ZkControllerTest, TestStressReorder, TestStressVersions, TestSolr4Spatial,
TestGroupingSearch, PeerSyncTest, SignatureUpdateProcessorFactoryTest,
SpellCheckCollatorTest, CoreAdminHandlerTest, SuggesterTest, TestTrie,
SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, TestUpdate,
FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest,
DefaultValueUpdateProcessorTest, DocValuesMultiTest, TestSolrDeletionPolicy1,
CacheHeaderTest, IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest,
TestQueryTypes, TestOmitPositions, DocumentBuilderTest,
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest,
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest,
SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest,
QueryParsingTest, BinaryUpdateRequestHandlerTest, TestQuerySenderListener,
UpdateParamsTest, TestStressRecovery, TestSolrCoreProperties,
TestPhraseSuggestions, SynonymTokenizerTest, EchoParamsTest,
TestDFRSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest,
URLClassifyProcessorTest, PreAnalyzedFieldTest, PrimUtilsTest,
SpellingQueryConverterTest, TestLRUCache, SliceStateTest,
DistributedMLTComponentTest, TestSimpleTrackingShardHandler,
CollectionsAPISolrJTest, LeaderElectionContextKeyTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
OverseerRolesTest, OverseerTaskQueueTest, RestartWhileUpdatingTest,
RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest,
SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest,
TestAuthenticationFramework, TestClusterProperties, TestCryptoKeys,
TestDownShardTolerantSearch, TestHdfsCloudBackupRestore,
TestLeaderInitiatedRecoveryThread, TestLocalFSCloudBackupRestore,
TestMiniSolrCloudClusterSSL, TestPrepRecovery, TestRebalanceLeaders,
TestRequestForwarding, TestSegmentSorting, TestSizeLimitedDistributedMap,
TestTlogReplica, TlogReplayBufferedWhileIndexingTest, AutoScalingHandlerTest,
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest,
HdfsNNFailoverTest, HdfsSyncSliceTest, HdfsThreadLeakTest,
TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest,
ImplicitSnitchTest, RuleEngineTest, RulesTest, BlobRepositoryCloudTest,
ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest,
QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigOverlay,
TestConfigSetImmutable, TestConfigSetProperties, TestCustomStream,
TestImplicitCoreProperties, TestInfoStreamLogging, TestReloadAndDeleteDocs,
TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler,
RequestLoggingTest, TestConfigReload, TestSQLHandlerNonCloud,
TestSystemCollAutoCreate, V2StandaloneTest, CoreAdminCreateDiscoverTest,
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest,
MetricsHandlerTest, PropertiesRequestHandlerTest,
SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, TestCoreAdminApis,
DistributedFacetPivotSmallTest, DistributedSuggestComponentTest,
ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest,
TestIntervalFaceting, TestMacros, TestBinaryResponseWriter,
TestGeoJSONResponseWriter, TestRawTransformer, TestSubQueryTransformer,
TestClassNameShortening, TestCopyFieldCollectionResource,
TestDynamicFieldCollectionResource, TestDynamicFieldResource,
TestFieldResource, TestFieldTypeResource, TestSchemaNameResource,
TestSchemaSimilarityResource, TestSchemaVersionResource,
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource,
TestManagedStopFilterFactory, BadCopyFieldTest, BooleanFieldTest,
CurrencyFieldTypeTest, TestBulkSchemaConcurrent, TestUseDocValuesAsStored,
AnalyticsMergeStrategyTest, TestJsonFacetRefinement,
TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction,
BJQParserTest, BlockJoinFacetDistribTest, BlockJoinFacetRandomTest,
GraphQueryTest, TestCloudNestedDocsSort, TestNestedDocsSort,
TestScoreJoinQPNoScore, TestJsonRequest, CloudMLTQParserTest,
TestClassicSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride,
TestDefaultStatsCache, TestDistribIDF, BasicAuthStandaloneTest,
TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin,
TestImpersonationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin,
TestLegacyFieldCache, TestNumericTerms64, TestDocBasedVersionConstraints,
TestInPlaceUpdatesDistrib]
[junit4] Completed [728/728 (3!)] on J0 in 119.94s, 1 test, 1 failure <<<
FAILURES!
[...truncated 43330 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]