Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/656/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
4 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([237540F834A1B7C4:FC15E129FF86D461]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
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:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">10</int>
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=3966, name=searcherExecutor-1894-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=3966, name=searcherExecutor-1894-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([237540F834A1B7C4]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=3966, name=searcherExecutor-1894-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=3966, name=searcherExecutor-1894-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([237540F834A1B7C4]:0)
FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff
Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but
was:<Was: [4, Now: 5], Delta: 1>
at
__randomizedtesting.SeedInfo.seed([237540F834A1B7C4:E663846324178FA4]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
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:745)
Build Log:
[...truncated 11164 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/init-core-data-001
[junit4] 2> 627601 INFO
(SUITE-TestLazyCores-seed#[237540F834A1B7C4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 627604 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 627623 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 627654 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001
[junit4] 2> 627654 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.c.CorePropertiesLocator Cores are: [core2, badConfig1, badSchema2,
core1, badConfig2, badSchema1]
[junit4] 2> 627665 WARN (coreLoadExecutor-1817-thread-3) [
x:badSchema2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 627666 INFO (coreLoadExecutor-1817-thread-3) [
x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627675 WARN (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 627677 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627687 INFO (coreLoadExecutor-1817-thread-3) [
x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 627690 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 627692 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 627697 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core2
[junit4] 2> 627697 INFO (coreLoadExecutor-1817-thread-2) [
x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 627698 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core2/data/]
[junit4] 2> 627699 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=9.306640625,
floorSegmentMB=1.7529296875, forceMergeDeletesPctAllowed=14.702964047450182,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6687993430796596
[junit4] 2> 627700 INFO (coreLoadExecutor-1817-thread-2) [
x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 627704 WARN (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 627705 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627706 WARN (coreLoadExecutor-1817-thread-2) [
x:badSchema1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 627707 INFO (coreLoadExecutor-1817-thread-2) [
x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627714 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 627715 INFO (coreLoadExecutor-1817-thread-2) [
x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 627720 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 627721 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core1
[junit4] 2> 627721 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core1/data/]
[junit4] 2> 627723 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=9.306640625,
floorSegmentMB=1.7529296875, forceMergeDeletesPctAllowed=14.702964047450182,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6687993430796596
[junit4] 2> 627764 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 627764 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 627764 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=11.2958984375,
floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=5.946217158766797,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 627765 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ceedb66[core2] main]
[junit4] 2> 627765 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core2/conf
[junit4] 2> 627765 INFO (coreLoadExecutor-1817-thread-1) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 627766 INFO
(searcherExecutor-1818-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@5ceedb66[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 627767 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 627767 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 627767 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=11.2958984375,
floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=5.946217158766797,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 627768 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@257c8114[core1] main]
[junit4] 2> 627768 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/core1/conf
[junit4] 2> 627768 INFO (coreLoadExecutor-1817-thread-3) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 627768 INFO
(searcherExecutor-1819-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@257c8114[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 627771 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 627771 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4c4d5fbb
[junit4] 2> 627788 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@115f5ab2[core1] main]
[junit4] 2> 627788 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 627789 INFO (searcherExecutor-1819-thread-1) [ ]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@115f5ab2[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 627789 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 627793 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 627793 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 627794 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 627815 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 627816 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627825 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 627827 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 627829 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig1
[junit4] 2> 627829 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig1/data/]
[junit4] 2> 627831 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=40.76171875,
floorSegmentMB=0.79296875, forceMergeDeletesPctAllowed=8.74719392786738,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 627874 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 627874 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 627875 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 627875 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44c91941[badConfig1]
main]
[junit4] 2> 627875 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig1/conf
[junit4] 2> 627876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 627876 INFO
(searcherExecutor-1832-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@44c91941[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 627876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCores Opening transient core badConfig1
[junit4] 2> 627887 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 627888 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627893 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 627895 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 627897 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig2
[junit4] 2> 627898 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig2/data/]
[junit4] 2> 627900 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2081576292,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 627950 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 627950 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 627950 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=11, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=59.8603515625,
floorSegmentMB=0.8076171875, forceMergeDeletesPctAllowed=5.600337774690397,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 627951 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@400add20[badConfig2]
main]
[junit4] 2> 627951 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badConfig2/conf
[junit4] 2> 627952 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 627952 INFO
(searcherExecutor-1836-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig2] Registered new searcher
Searcher@400add20[badConfig2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 627952 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCores Opening transient core badConfig2
[junit4] 2> 627959 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 627960 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 627969 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
[junit4] 2> 627971 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 627972 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema1
[junit4] 2> 627972 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema1/data/]
[junit4] 2> 627974 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 628020 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628020 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628020 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5155901803668858]
[junit4] 2> 628021 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f1e52a9[badSchema1]
main]
[junit4] 2> 628021 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema1/conf
[junit4] 2> 628022 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628022 INFO
(searcherExecutor-1840-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@6f1e52a9[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628022 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCores Opening transient core badSchema1
[junit4] 2> 628029 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 628029 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628039 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
[junit4] 2> 628041 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628043 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema2
[junit4] 2> 628043 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema2/data/]
[junit4] 2> 628044 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4229360850589444]
[junit4] 2> 628086 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628086 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628086 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.6865234375,
floorSegmentMB=1.2939453125, forceMergeDeletesPctAllowed=9.819494567330846,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 628087 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23362edc[badSchema2]
main]
[junit4] 2> 628087 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-001/badSchema2/conf
[junit4] 2> 628087 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628087 INFO
(searcherExecutor-1844-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema2] Registered new searcher
Searcher@23362edc[badSchema2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628088 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.SolrCores Opening transient core badSchema2
[junit4] 2> 628090 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 628090 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4c4d5fbb
[junit4] 2> 628108 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6439cecf[core1] main]
[junit4] 2> 628108 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 628109 INFO
(searcherExecutor-1819-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@6439cecf[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.5.0):c7)))}
[junit4] 2> 628109 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 628110 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 628111 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 628111 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 628112 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 628112 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@37d48757
[junit4] 2> 628127 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cb2beb9[badConfig1]
main]
[junit4] 2> 628127 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 628127 INFO
(searcherExecutor-1832-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@1cb2beb9[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 628128 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 628134 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 628135 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 628135 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 628136 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 628136 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7a07ae98
[junit4] 2> 628154 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5776922c[badSchema1]
main]
[junit4] 2> 628154 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 628155 INFO
(searcherExecutor-1840-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@5776922c[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 628156 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 628158 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 628158 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 628158 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 628158 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=537790962
[junit4] 2> 628161 INFO
(coreCloseExecutor-1854-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.c.SolrCore [core2] CLOSING SolrCore
org.apache.solr.core.SolrCore@7125e36a
[junit4] 2> 628162 INFO
(coreCloseExecutor-1854-thread-5-processing-x:badConfig1) [ x:badSchema1]
o.a.s.c.SolrCore [badSchema1] CLOSING SolrCore
org.apache.solr.core.SolrCore@743c4111
[junit4] 2> 628164 INFO
(coreCloseExecutor-1854-thread-5-processing-x:badConfig1) [ x:badSchema1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema1
[junit4] 2> 628164 INFO
(coreCloseExecutor-1854-thread-6-processing-x:badConfig1) [ x:badSchema2]
o.a.s.c.SolrCore [badSchema2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2fa76b83
[junit4] 2> 628165 INFO
(coreCloseExecutor-1854-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.c.SolrCore [core1] CLOSING SolrCore
org.apache.solr.core.SolrCore@12f8399b
[junit4] 2> 628166 INFO
(coreCloseExecutor-1854-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 628166 INFO
(coreCloseExecutor-1854-thread-4-processing-x:badConfig1) [ x:badConfig2]
o.a.s.c.SolrCore [badConfig2] CLOSING SolrCore
org.apache.solr.core.SolrCore@22637fc6
[junit4] 2> 628166 INFO
(coreCloseExecutor-1854-thread-3-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3275de27
[junit4] 2> 628168 INFO
(coreCloseExecutor-1854-thread-4-processing-x:badConfig1) [ x:badConfig2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig2
[junit4] 2> 628170 INFO
(coreCloseExecutor-1854-thread-3-processing-x:badConfig1) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig1
[junit4] 2> 628171 INFO
(coreCloseExecutor-1854-thread-6-processing-x:badConfig1) [ x:badSchema2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema2
[junit4] 2> 628175 INFO
(coreCloseExecutor-1854-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 628176 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 628179 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[237540F834A1B7C4]) [
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
[junit4] 2> 628184 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 628209 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 628209 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 628267 WARN
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628268 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628270 WARN
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628277 WARN
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628278 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628283 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 628286 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628288 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection1
[junit4] 2> 628288 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection1/data/]
[junit4] 2> 628318 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628324 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 628326 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628327 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2
[junit4] 2> 628327 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2/data/]
[junit4] 2> 628329 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=9.306640625,
floorSegmentMB=1.7529296875, forceMergeDeletesPctAllowed=14.702964047450182,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6687993430796596
[junit4] 2> 628348 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=9.306640625,
floorSegmentMB=1.7529296875, forceMergeDeletesPctAllowed=14.702964047450182,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6687993430796596
[junit4] 2> 628361 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 628364 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628366 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection5
[junit4] 2> 628366 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection5/data/]
[junit4] 2> 628367 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=9.306640625,
floorSegmentMB=1.7529296875, forceMergeDeletesPctAllowed=14.702964047450182,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6687993430796596
[junit4] 2> 628527 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628527 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628527 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=11.2958984375,
floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=5.946217158766797,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 628528 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@48cf4046[collection1] main]
[junit4] 2> 628528 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection1/conf
[junit4] 2> 628529 INFO
(coreLoadExecutor-1861-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628529 INFO
(searcherExecutor-1862-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@48cf4046[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628535 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628535 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628536 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=11.2958984375,
floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=5.946217158766797,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 628537 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c1465c1[collection5] main]
[junit4] 2> 628537 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection5/conf
[junit4] 2> 628537 INFO
(coreLoadExecutor-1861-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628538 INFO
(searcherExecutor-1864-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@1c1465c1[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628563 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628563 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628564 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=11.2958984375,
floorSegmentMB=1.921875, forceMergeDeletesPctAllowed=5.946217158766797,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 628568 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@121ae745[collection2] main]
[junit4] 2> 628568 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2/conf
[junit4] 2> 628569 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628569 INFO
(searcherExecutor-1863-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@121ae745[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628569 INFO
(coreLoadExecutor-1861-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 628579 WARN
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628580 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628590 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 628593 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628594 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection3
[junit4] 2> 628595 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection3/data/]
[junit4] 2> 628596 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=57.2021484375,
floorSegmentMB=1.26171875, forceMergeDeletesPctAllowed=11.159984383282172,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 628652 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628652 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628653 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.621928188374137]
[junit4] 2> 628654 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@17999a8e[collection3] main]
[junit4] 2> 628654 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection3/conf
[junit4] 2> 628654 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628654 INFO
(searcherExecutor-1874-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@17999a8e[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628654 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 628679 WARN
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628679 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628696 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 628699 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628700 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection6
[junit4] 2> 628700 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection6],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection6/data/]
[junit4] 2> 628702 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=75.265625,
floorSegmentMB=0.2431640625, forceMergeDeletesPctAllowed=4.716327992889458,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 628751 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628751 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628751 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=501894754,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 628752 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@60d2ee3d[collection6] main]
[junit4] 2> 628752 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection6/conf
[junit4] 2> 628752 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628753 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 628753 INFO
(searcherExecutor-1878-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@60d2ee3d[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628768 WARN
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628768 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628781 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 628783 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628785 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection7
[junit4] 2> 628785 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection7],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection7/data/]
[junit4] 2> 628787 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=57.1884765625,
floorSegmentMB=0.6904296875, forceMergeDeletesPctAllowed=5.311901711229202,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4707093817343163
[junit4] 2> 628842 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628842 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628843 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=84.3330078125,
floorSegmentMB=0.90625, forceMergeDeletesPctAllowed=21.794038786999238,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 628843 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7dcc2302[collection7] main]
[junit4] 2> 628844 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection7/conf
[junit4] 2> 628844 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628844 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Opening transient core collection7
[junit4] 2> 628850 INFO
(searcherExecutor-1882-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@7dcc2302[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628856 WARN
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628862 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628868 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 628870 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628872 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection8
[junit4] 2> 628873 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection8],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection8/data/]
[junit4] 2> 628874 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=8.7060546875,
floorSegmentMB=0.5029296875, forceMergeDeletesPctAllowed=8.816664017880669,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1351567332301974
[junit4] 2> 628958 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 628958 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 628959 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=34.25,
floorSegmentMB=1.04296875, forceMergeDeletesPctAllowed=26.635603561660062,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 628960 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d3b4b40[collection8] main]
[junit4] 2> 628960 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection8/conf
[junit4] 2> 628960 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 628961 INFO
(searcherExecutor-1886-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@2d3b4b40[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 628961 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Opening transient core collection8
[junit4] 2> 628961 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Closing transient core [collection2]
[junit4] 2> 628969 WARN
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 628970 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 628979 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 628981 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 628982 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection9
[junit4] 2> 628983 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection9],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection9/data/]
[junit4] 2> 628984 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
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.851198760919752]
[junit4] 2> 629073 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 629073 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 629073 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=79.23828125,
floorSegmentMB=0.6083984375, forceMergeDeletesPctAllowed=23.6791644253129,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5342455652768819
[junit4] 2> 629074 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@40202bfa[collection9] main]
[junit4] 2> 629075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection9/conf
[junit4] 2> 629075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 629075 INFO
(searcherExecutor-1890-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@40202bfa[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 629075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Opening transient core collection9
[junit4] 2> 629075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Closing transient core [collection3]
[junit4] 2> 629076 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@3022fb0f
[junit4] 2> 629077 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 629077 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@3d442e0f
[junit4] 2> 629078 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 629087 WARN
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 629087 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 629097 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 629099 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 629101 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2
[junit4] 2> 629101 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2/data/]
[junit4] 2> 629150 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 629150 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 629151 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.298799289802982]
[junit4] 2> 629152 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e34d9a9[collection2] main]
[junit4] 2> 629152 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_237540F834A1B7C4-001/tempDir-002/collection2/conf
[junit4] 2> 629153 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 629153 INFO
(searcherExecutor-1894-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@3e34d9a9[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 629153 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 629153 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.SolrCores Closing transient core [collection6]
[junit4] 2> 629153 INFO (Thread-803) [ x:badConfig1] o.a.s.c.SolrCore
[collection6] CLOSING SolrCore org.apache.solr.core.SolrCore@432b8752
[junit4] 2> 629174 INFO
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.c.S.Request [collection2] webapp=null path=null params={q=*:*} hits=0
status=0 QTime=10
[junit4] 2> 629174 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2>
[junit4] 2> <lst name="responseHeader">
[junit4] 2> <int name="status">0</int>
[junit4] 2> <int name="QTime">10</int>
[junit4] 2> <lst name="params">
[junit4] 2> <str name="q">*:*</str>
[junit4] 2> </lst>
[junit4] 2> </lst>
[junit4] 2> <result name="response" numFound="0" start="0">
[junit4] 2> </result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=*:*
[junit4] 2> 629175 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[237540F834A1B7C4]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST
FAILED: xpath=//result[@numFound='10']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2>
[junit4] 2> <lst name="responseHeader">
[junit4] 2> <int name="status">0</int>
[junit4] 2> <int name="QTime">10</int>
[junit4] 2> <lst name="params">
[junit4] 2> <str name="q">*:*</str>
[junit4] 2> </lst>
[junit4] 2> </lst>
[junit4] 2> <result name="response" numFound="0" start="0">
[junit4] 2> </result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=*:*
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
[junit4] 2> at
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
[junit4] 2> at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
[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(R
[...truncated too long message...]
hread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1036343 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1036343 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1036343 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1036344 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1036344 INFO (coreLoadExecutor-3874-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1558816608780025856
[junit4] 2> 1036344 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1036344 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1036345 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1036345 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1036346 INFO
(searcherExecutor-3875-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@30df5b65[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1036347 INFO
(SUITE-MBeansHandlerTest-seed#[237540F834A1B7C4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1036350 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[237540F834A1B7C4])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
[junit4] 2> 1036408 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[237540F834A1B7C4])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
[junit4] 2> 1036410 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[237540F834A1B7C4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
[junit4] 2> 1036411 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[237540F834A1B7C4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&wt=xml} status=0 QTime=0
[junit4] 2> 1036417 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[237540F834A1B7C4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=0
[junit4] 2> 1036417 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[237540F834A1B7C4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
[junit4] 2> 1036418 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[237540F834A1B7C4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
[junit4] 2> 1036421 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[237540F834A1B7C4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDiff
[junit4] 2> 1036424 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[237540F834A1B7C4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=2
[junit4] 2> 1036453 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[237540F834A1B7C4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=26
[junit4] 2> 1036457 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[237540F834A1B7C4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDiff
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MBeansHandlerTest
-Dtests.method=testDiff -Dtests.seed=237540F834A1B7C4 -Dtests.slow=true
-Dtests.locale=ja-JP -Dtests.timezone=Pacific/Yap -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 0.04s J1 | MBeansHandlerTest.testDiff <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1,
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
[junit4] > at
__randomizedtesting.SeedInfo.seed([237540F834A1B7C4:E663846324178FA4]:0)
[junit4] > at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1036462 INFO
(SUITE-MBeansHandlerTest-seed#[237540F834A1B7C4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1036462 INFO
(SUITE-MBeansHandlerTest-seed#[237540F834A1B7C4]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=172546442
[junit4] 2> 1036463 INFO (coreCloseExecutor-3880-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b41bad6
[junit4] 2> 1036501 INFO (coreCloseExecutor-3880-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 1036504 INFO
(SUITE-MBeansHandlerTest-seed#[237540F834A1B7C4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_237540F834A1B7C4-001
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=11783, maxDocsPerChunk=70, blockSize=669),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=11783, blockSize=669)),
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ja-JP,
timezone=Pacific/Yap
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=92471592,total=230100992
[junit4] 2> NOTE: All tests run in this JVM:
[TestLMDirichletSimilarityFactory, FileBasedSpellCheckerTest,
URLClassifyProcessorTest, DebugComponentTest, TestExpandComponent,
TestPushWriter, ShardRoutingCustomTest, TestSSLRandomization, TestDocTermOrds,
BasicAuthIntegrationTest, TestMinMaxOnMultiValuedField, TestCodecSupport,
TestConfigSetsAPIZkFailure, TestBadConfig,
TestTolerantUpdateProcessorRandomCloud, TestSchemaResource,
TestClusterProperties, TestDeleteCollectionOnDownNodes, TestTrie,
TestSolrQueryParser, DeleteReplicaTest, TestRestManager, DistanceFunctionTest,
BitVectorTest, TestCloudPseudoReturnFields, TestLuceneMatchVersion,
StressHdfsTest, EnumFieldTest, HLLUtilTest, TestRealTimeGet, TestRestoreCore,
SuggestComponentTest, HighlighterConfigTest, TestCrossCoreJoin,
TestInitQParser, MetricUtilsTest, TestPerFieldSimilarityClassic,
TestPHPSerializedResponseWriter, ScriptEngineTest, TestSolr4Spatial2,
ClusterStateTest, SortByFunctionTest, TestBinaryResponseWriter,
TestCloudInspectUtil, HttpPartitionTest, LoggingHandlerTest,
TestJsonFacetRefinement, SolrCloudExampleTest, TestUtils,
TestSolrCloudSnapshots, TestNumericTerms64, CollectionsAPIDistributedZkTest,
SpellCheckComponentTest, DefaultValueUpdateProcessorTest,
CurrencyFieldOpenExchangeTest, OverriddenZkACLAndCredentialsProvidersTest,
TestSolrDeletionPolicy2, TestDocBasedVersionConstraints, MinimalSchemaTest,
TestIndexSearcher, TestSolrDynamicMBean, TestComplexPhraseQParserPlugin,
JsonLoaderTest, TestConfigSetProperties, InfoHandlerTest,
SimpleCollectionCreateDeleteTest, ReplicationFactorTest, NoCacheHeaderTest,
ExitableDirectoryReaderTest, TestReversedWildcardFilterFactory,
TestCoreAdminApis, TestShortCircuitedRequests, TestQuerySenderListener,
CollectionStateFormat2Test, AssignTest, HdfsUnloadDistributedZkTest,
TestBulkSchemaConcurrent, DistributedFacetPivotSmallAdvancedTest,
RequestLoggingTest, DistributedFacetPivotLargeTest, SolrGraphiteReporterTest,
BinaryUpdateRequestHandlerTest, SolrMetricManagerTest,
ShowFileRequestHandlerTest, TestDynamicFieldResource, ResourceLoaderTest,
TestFieldCacheReopen, TriLevelCompositeIdRoutingTest, IndexSchemaTest,
TestRebalanceLeaders, TestAnalyzeInfixSuggestions, TestMiniSolrCloudClusterSSL,
TestSolrCoreProperties, TestAtomicUpdateErrorCases, JSONWriterTest,
TestPathTrie, TestSolrCloudWithDelegationTokens, HdfsBasicDistributedZk2Test,
SpellingQueryConverterTest, BlockJoinFacetDistribTest, SuggesterTSTTest,
HighlighterMaxOffsetTest, TestSolrCloudWithHadoopAuthPlugin,
SolrIndexSplitterTest, ClassificationUpdateProcessorTest,
TestCollationFieldDocValues, V2ApiIntegrationTest, ActionThrottleTest,
DistributedFacetPivotWhiteBoxTest, DistributedQueueTest,
ConcurrentDeleteAndCreateCollectionTest, NotRequiredUniqueKeyTest,
DateRangeFieldTest, TestShardHandlerFactory, DistributedIntervalFacetingTest,
TestMiniSolrCloudCluster, BlockJoinFacetSimpleTest,
TestSuggestSpellingConverter, CSVRequestHandlerTest,
ClassificationUpdateProcessorFactoryTest, HdfsRestartWhileUpdatingTest,
CoreAdminRequestStatusTest, TestConfigOverlay, TestValueSourceCache,
TestFieldCacheVsDocValues, QueryParsingTest, UpdateRequestProcessorFactoryTest,
DocValuesNotIndexedTest, SolrSlf4jReporterTest, FacetPivotSmallTest,
ReturnFieldsTest, BasicFunctionalityTest, TestLeaderElectionZkExpiry,
UpdateParamsTest, TestSearchPerf, TestDistributedGrouping, MBeansHandlerTest]
[junit4] Completed [663/690 (2!)] on J1 in 0.70s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 62598 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]