Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/708/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
3 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([7722A61B91A5C59B:A84207CA5A82A63E]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
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">0</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:911)
... 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=12801, name=searcherExecutor-4368-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=12801, name=searcherExecutor-4368-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([7722A61B91A5C59B]: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=12801, name=searcherExecutor-4368-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=12801, name=searcherExecutor-4368-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([7722A61B91A5C59B]:0)
Build Log:
[...truncated 11788 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/init-core-data-001
[junit4] 2> 1311557 INFO
(SUITE-TestLazyCores-seed#[7722A61B91A5C59B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1311561 INFO
(SUITE-TestLazyCores-seed#[7722A61B91A5C59B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1311562 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 1311607 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1311608 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1311707 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1311708 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1311714 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1311715 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1311733 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1311735 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1311737 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1311738 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1311741 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2
[junit4] 2> 1311741 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection1
[junit4] 2> 1311741 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection1/data/]
[junit4] 2> 1311741 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2/data/]
[junit4] 2> 1311745 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1311745 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1311746 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1311747 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection5
[junit4] 2> 1311747 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection5/data/]
[junit4] 2> 1311750 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1311843 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1311843 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1311843 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1311843 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1311844 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1311844 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1311844 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1311844 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1311844 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1311845 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@79ed15e2[collection1] main]
[junit4] 2> 1311845 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ddbed87[collection5] main]
[junit4] 2> 1311845 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection1/conf
[junit4] 2> 1311845 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection5/conf
[junit4] 2> 1311845 INFO (coreLoadExecutor-4335-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1311845 INFO (coreLoadExecutor-4335-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1311846 INFO
(searcherExecutor-4337-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@79ed15e2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1311846 INFO
(searcherExecutor-4338-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@5ddbed87[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1311846 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@455b6250[collection2] main]
[junit4] 2> 1311846 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2/conf
[junit4] 2> 1311846 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1311847 INFO
(searcherExecutor-4336-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@455b6250[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1311847 INFO (coreLoadExecutor-4335-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1311868 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1311887 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1311891 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1311895 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection3
[junit4] 2> 1311895 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection3/data/]
[junit4] 2> 1311899 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=245588557,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1311971 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1311971 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1311971 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=13.5419921875,
floorSegmentMB=1.1259765625, forceMergeDeletesPctAllowed=16.813384267056794,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1311973 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6c60b02e[collection3] main]
[junit4] 2> 1311973 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection3/conf
[junit4] 2> 1311974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1311974 INFO
(searcherExecutor-4348-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@6c60b02e[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1311974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1311991 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1311997 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1312000 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312004 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection6
[junit4] 2> 1312005 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection6],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection6/data/]
[junit4] 2> 1312008 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=391962498,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1312077 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1312078 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1312078 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=30.20703125,
floorSegmentMB=0.71875, forceMergeDeletesPctAllowed=23.555266801414447,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.38028802368675674
[junit4] 2> 1312079 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4065923c[collection6] main]
[junit4] 2> 1312079 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection6/conf
[junit4] 2> 1312080 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1312080 INFO
(searcherExecutor-4352-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@4065923c[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1312080 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 1312097 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312115 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1312118 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312122 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection7
[junit4] 2> 1312123 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection7],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection7/data/]
[junit4] 2> 1312125 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21874680365051732]
[junit4] 2> 1312192 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1312192 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1312192 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=39.1142578125,
floorSegmentMB=1.08203125, forceMergeDeletesPctAllowed=28.997024841124194,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.20863236832066293
[junit4] 2> 1312214 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3cd09ba[collection7] main]
[junit4] 2> 1312215 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection7/conf
[junit4] 2> 1312215 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1312216 INFO
(searcherExecutor-4356-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@3cd09ba[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1312216 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection7
[junit4] 2> 1312233 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312239 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1312243 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312248 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection8
[junit4] 2> 1312248 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection8],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection8/data/]
[junit4] 2> 1312252 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=86.4482421875,
floorSegmentMB=0.982421875, forceMergeDeletesPctAllowed=23.99056942202175,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1312350 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1312350 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1312351 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5840591550504645]
[junit4] 2> 1312353 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f6c353c[collection8] main]
[junit4] 2> 1312353 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection8/conf
[junit4] 2> 1312354 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1312354 INFO
(searcherExecutor-4360-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@4f6c353c[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1312354 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection8
[junit4] 2> 1312355 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Closing transient core [collection2]
[junit4] 2> 1312395 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312400 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1312406 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312412 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection9
[junit4] 2> 1312412 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection9],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection9/data/]
[junit4] 2> 1312416 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=42.25,
floorSegmentMB=1.611328125, forceMergeDeletesPctAllowed=4.471181411558639,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1312504 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1312504 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1312505 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1202254648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1312511 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@42a691f0[collection9] main]
[junit4] 2> 1312512 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection9/conf
[junit4] 2> 1312512 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1312512 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection9
[junit4] 2> 1312512 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Closing transient core [collection3]
[junit4] 2> 1312513 INFO
(searcherExecutor-4364-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@42a691f0[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1312514 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@66534f3b
[junit4] 2> 1312518 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1312519 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@2a491e2c
[junit4] 2> 1312523 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1312545 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312554 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1312560 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312565 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2
[junit4] 2> 1312566 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2/data/]
[junit4] 2> 1312672 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1312672 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1312675 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=55.00390625,
floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=21.42821924146757,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1312688 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@16e9c1ce[collection2] main]
[junit4] 2> 1312688 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-001/collection2/conf
[junit4] 2> 1312688 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1312689 INFO
(searcherExecutor-4368-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@16e9c1ce[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1312689 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1312689 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Closing transient core [collection6]
[junit4] 2> 1312689 INFO (Thread-2192) [ ] o.a.s.c.SolrCore
[collection6] CLOSING SolrCore org.apache.solr.core.SolrCore@72d299ca
[junit4] 2> 1312690 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.S.Request [collection2] webapp=null path=null params={q=*:*} hits=0
status=0 QTime=0
[junit4] 2> 1312696 INFO (Thread-2192) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection6
[junit4] 2> 1312696 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
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">0</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> 1312697 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
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">0</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:911)
[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(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1312697 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=665118468
[junit4] 2> 1312698 INFO
(coreCloseExecutor-4372-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1f1df892
[junit4] 2> 1312698 INFO
(coreCloseExecutor-4372-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@374bc81f
[junit4] 2> 1312699 INFO
(coreCloseExecutor-4372-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1312699 INFO
(coreCloseExecutor-4372-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@77ff7eda
[junit4] 2> 1312699 INFO
(coreCloseExecutor-4372-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1312701 INFO
(coreCloseExecutor-4372-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@1c0b91b
[junit4] 2> 1312703 INFO
(coreCloseExecutor-4372-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@77f60afd
[junit4] 2> 1312717 INFO
(coreCloseExecutor-4372-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
[junit4] 2> 1312717 INFO
(coreCloseExecutor-4372-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
[junit4] 2> 1312719 INFO
(coreCloseExecutor-4372-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
[junit4] 2> 1312721 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1312721 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.method=testNoCommit -Dtests.seed=7722A61B91A5C59B -Dtests.slow=true
-Dtests.locale=ga-IE -Dtests.timezone=Europe/Prague -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 1.16s J0 | TestLazyCores.testNoCommit <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([7722A61B91A5C59B:A84207CA5A82A63E]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
[junit4] > at
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
[junit4] > at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader">
[junit4] > <int name="status">0</int>
[junit4] > <int name="QTime">0</int>
[junit4] > <lst name="params">
[junit4] > <str name="q">*:*</str>
[junit4] > </lst>
[junit4] > </lst>
[junit4] > <result name="response" numFound="0" start="0">
[junit4] > </result>
[junit4] > </response>
[junit4] > request was:q=*:*
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
[junit4] > ... 41 more
[junit4] 2> 1312724 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 1312765 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1312766 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1312873 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312887 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1312897 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312903 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection1
[junit4] 2> 1312903 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312904 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection1/data/]
[junit4] 2> 1312907 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1312947 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1312948 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1312949 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312950 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1312951 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection2
[junit4] 2> 1312951 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection2/data/]
[junit4] 2> 1312952 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1312953 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection5
[junit4] 2> 1312953 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection5/data/]
[junit4] 2> 1312954 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1312959 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1313057 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313057 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313060 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313060 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313061 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313063 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313064 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313064 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313065 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313071 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ee2a5f0[collection5] main]
[junit4] 2> 1313072 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection5/conf
[junit4] 2> 1313072 INFO
(coreLoadExecutor-4379-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313072 INFO
(searcherExecutor-4382-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@4ee2a5f0[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@144e5b7f[collection2] main]
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7f0e63d7[collection1] main]
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection2/conf
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection1/conf
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313073 INFO
(searcherExecutor-4381-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@144e5b7f[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313073 INFO
(coreLoadExecutor-4379-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1313074 INFO
(searcherExecutor-4380-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7f0e63d7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313094 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1313113 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1313116 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1313120 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection3
[junit4] 2> 1313120 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection3/data/]
[junit4] 2> 1313124 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=6.3837890625,
floorSegmentMB=1.609375, forceMergeDeletesPctAllowed=19.423245171357696,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6182546856292015
[junit4] 2> 1313189 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313189 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313189 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=12.625,
floorSegmentMB=1.611328125, forceMergeDeletesPctAllowed=3.6579037649279655,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.20905221946636418
[junit4] 2> 1313208 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@477b2286[collection3] main]
[junit4] 2> 1313208 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection3/conf
[junit4] 2> 1313209 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313209 INFO
(searcherExecutor-4392-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@477b2286[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313209 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1313223 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1313228 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1313231 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1313234 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection4
[junit4] 2> 1313235 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection4/data/]
[junit4] 2> 1313237 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=2.8212890625,
floorSegmentMB=0.9541015625, forceMergeDeletesPctAllowed=26.59081617906382,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.650927035657292
[junit4] 2> 1313299 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313299 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313299 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2504492571482376]
[junit4] 2> 1313300 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@28a1a7f0[collection4] main]
[junit4] 2> 1313300 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-002/collection4/conf
[junit4] 2> 1313301 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313301 INFO
(searcherExecutor-4396-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@28a1a7f0[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313301 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1281943417
[junit4] 2> 1313302 INFO
(coreCloseExecutor-4400-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@40295f41
[junit4] 2> 1313302 INFO
(coreCloseExecutor-4400-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5bf9f9f5
[junit4] 2> 1313303 INFO
(coreCloseExecutor-4400-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@6cb74ed3
[junit4] 2> 1313303 INFO
(coreCloseExecutor-4400-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4bf6e181
[junit4] 2> 1313304 INFO
(coreCloseExecutor-4400-thread-5-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@1270428f
[junit4] 2> 1313304 INFO
(coreCloseExecutor-4400-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1313305 INFO
(coreCloseExecutor-4400-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1313305 INFO
(coreCloseExecutor-4400-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1313305 INFO
(coreCloseExecutor-4400-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1313307 INFO
(coreCloseExecutor-4400-thread-5-processing-x:collection3) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1313308 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1313308 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7722A61B91A5C59B]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 1313309 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1313343 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP
client with params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1313343 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient
cores
[junit4] 2> 1313424 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1313424 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1313424 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1313429 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1313442 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1313444 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1313446 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1313446 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1313449 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1313450 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection5
[junit4] 2> 1313450 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection1
[junit4] 2> 1313451 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection5/data/]
[junit4] 2> 1313451 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection1/data/]
[junit4] 2> 1313453 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection2
[junit4] 2> 1313453 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection2/data/]
[junit4] 2> 1313453 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1313455 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1313455 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.20703125,
floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=13.856087791101036,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1313537 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313537 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313537 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313541 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@45b35535[collection2] main]
[junit4] 2> 1313542 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection2/conf
[junit4] 2> 1313543 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313543 INFO
(searcherExecutor-4410-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@45b35535[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313543 INFO
(coreLoadExecutor-4407-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1313544 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313544 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313544 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313545 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313545 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313545 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313545 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@ad84bf1[collection1] main]
[junit4] 2> 1313546 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection1/conf
[junit4] 2> 1313546 INFO
(coreLoadExecutor-4407-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313546 INFO
(searcherExecutor-4409-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ad84bf1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313547 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@65f73c25[collection5] main]
[junit4] 2> 1313547 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/collection5/conf
[junit4] 2> 1313547 INFO
(coreLoadExecutor-4407-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313548 INFO
(searcherExecutor-4408-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@65f73c25[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313567 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1313589 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1313595 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1313614 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1313617 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/core1
[junit4] 2> 1313618 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/core1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/core1/data/]
[junit4] 2> 1313620 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1313683 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1313683 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1313684 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6574285694957948]
[junit4] 2> 1313684 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d25848[core1] main]
[junit4] 2> 1313685 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001/tempDir-003/core1/conf
[junit4] 2> 1313685 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1313685 INFO
(searcherExecutor-4421-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@6d25848[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1313686 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.c.SolrCores Opening transient core core1
[junit4] 2> 1313686 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1313702 INFO (TEST-TestLaz
[...truncated too long message...]
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 1320369 INFO
(coreCloseExecutor-4656-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
[junit4] 2> 1320371 INFO
(coreCloseExecutor-4656-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1320372 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1320372 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[7722A61B91A5C59B]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 1320372 INFO
(SUITE-TestLazyCores-seed#[7722A61B91A5C59B]-worker) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1320372 INFO
(SUITE-TestLazyCores-seed#[7722A61B91A5C59B]-worker) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1277832677
[junit4] 2> 1320372 INFO
(SUITE-TestLazyCores-seed#[7722A61B91A5C59B]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7722A61B91A5C59B-001
[junit4] 2> Feb 20, 2017 5:46:05 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 20, 2017 5:46:25 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=12801, name=searcherExecutor-4368-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Feb 20, 2017 5:46:25 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=12801, name=searcherExecutor-4368-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 20, 2017 5:46:28 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=12801, name=searcherExecutor-4368-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Lucene62,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ga-IE,
timezone=Europe/Prague
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=2,free=32393176,total=307105792
[junit4] 2> NOTE: All tests run in this JVM: [SolrSlf4jReporterTest,
RequestLoggingTest, SolrMetricsIntegrationTest, TestFieldCollectionResource,
DocumentBuilderTest, SolrPluginUtilsTest,
OverseerCollectionConfigSetProcessorTest, MissingSegmentRecoveryTest,
DateFieldTest, TestCorePropertiesReload, SSLMigrationTest,
SystemInfoHandlerTest, PathHierarchyTokenizerFactoryTest, ConnectionReuseTest,
TestLeaderElectionWithEmptyReplica,
TestOverriddenPrefixQueryForCustomFieldType, ChangedSchemaMergeTest,
TestAddFieldRealTimeGet, HdfsUnloadDistributedZkTest,
HdfsBasicDistributedZk2Test, TestInfoStreamLogging, PluginInfoTest,
CloneFieldUpdateProcessorFactoryTest, TestCloudRecovery, ReplaceNodeTest,
AddBlockUpdateTest, DistributedExpandComponentTest, CheckHdfsIndexTest,
OpenExchangeRatesOrgProviderTest, TestRandomCollapseQParserPlugin,
CollectionsAPISolrJTest, SecurityConfHandlerTest, TestConfigOverlay,
TestSortByMinMaxFunction, TestReplicationHandlerBackup, ClusterStateUpdateTest,
TestTrackingShardHandlerFactory, XmlUpdateRequestHandlerTest,
TestSchemaNameResource, SOLR749Test, TestGroupingSearch, TestBinaryField,
TestReplicationHandler, TolerantUpdateProcessorTest, TestCloudSchemaless,
TestConfigReload, TestFunctionQuery, TestRequestStatusCollectionAPI,
TestStressLucene, LeaderInitiatedRecoveryOnShardRestartTest,
BlockJoinFacetSimpleTest, RulesTest, ZkCLITest, TestCSVLoader,
TestCustomDocTransformer, TestElisionMultitermQuery,
LeaderElectionContextKeyTest, IndexSchemaRuntimeFieldTest, TestExactStatsCache,
BlockDirectoryTest, CollectionTooManyReplicasTest, QueryEqualityTest,
TestConfigSetProperties, TestFieldSortValues, ZkNodePropsTest,
TestFileDictionaryLookup, ManagedSchemaRoundRobinCloudTest,
DistributedSpellCheckComponentTest, TestSchemaManager, OutputWriterTest,
TestCryptoKeys, DistribCursorPagingTest, HLLSerializationTest, TestLockTree,
SolrRequestParserTest, TestSolrCloudWithHadoopAuthPlugin,
TestSolrDeletionPolicy1, RecoveryZkTest, RecoveryAfterSoftCommitTest,
TestPhraseSuggestions, ZkControllerTest, TestComponentsName,
TestFieldCacheSort, TestJavabinTupleStreamParser,
HdfsCollectionsAPIDistributedZkTest, RestartWhileUpdatingTest, DeleteNodeTest,
TestDocBasedVersionConstraints, SolrTestCaseJ4Test, TestStressLiveNodes,
TestDistribIDF, LeaderFailureAfterFreshStartTest, TestAuthorizationFramework,
CleanupOldIndexTest, NumericFieldsTest, LeaderElectionTest,
TestConfigSetsAPIExclusivity, CdcrVersionReplicationTest,
HdfsChaosMonkeyNothingIsSafeTest, TestStressReorder,
TestHighlightDedupGrouping, TestGraphTermsQParserPlugin,
AlternateDirectoryTest, SuggesterFSTTest, PolyFieldTest, BadCopyFieldTest,
SyncSliceTest, TestObjectReleaseTracker, TestCoreAdminApis, VersionInfoTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestDocumentBuilder,
TestOnReconnectListenerSupport, TestDelegationWithHadoopAuth,
TestSolrDynamicMBean, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=7722A61B91A5C59B -Dtests.slow=true -Dtests.locale=ga-IE
-Dtests.timezone=Europe/Prague -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=12801, name=searcherExecutor-4368-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([7722A61B91A5C59B]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=12801, name=searcherExecutor-4368-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([7722A61B91A5C59B]:0)
[junit4] Completed [278/696 (1!)] on J0 in 32.00s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 63996 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]