Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/727/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseG1GC
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([6F7DBA0C9377C86F:B01D1BDD5850ABCA]: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=17996, name=searcherExecutor-7270-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=17996, name=searcherExecutor-7270-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([6F7DBA0C9377C86F]: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=17996, name=searcherExecutor-7270-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=17996, name=searcherExecutor-7270-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([6F7DBA0C9377C86F]:0)
Build Log:
[...truncated 12230 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\init-core-data-001
[junit4] 2> 1984178 INFO
(SUITE-TestLazyCores-seed#[6F7DBA0C9377C86F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1984183 INFO
(SUITE-TestLazyCores-seed#[6F7DBA0C9377C86F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1984185 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
[junit4] 2> 1984255 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1984256 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1984398 WARN (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1984398 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1984406 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1984413 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1984421 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection1
[junit4] 2> 1984422 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection1\data\]
[junit4] 2> 1984429 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1984442 WARN (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1984442 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1984470 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1984474 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1984475 WARN (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1984475 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1984476 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection5
[junit4] 2> 1984476 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection5\data\]
[junit4] 2> 1984483 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1984486 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1984488 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection2
[junit4] 2> 1984488 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection2\data\]
[junit4] 2> 1984494 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1984496 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1984615 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1984615 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1984615 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1984631 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1984631 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1984631 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1984631 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1984631 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1984633 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1984634 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@8391ff7[collection2]
main]
[junit4] 2> 1984635 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@444bcdd6[collection5] main]
[junit4] 2> 1984635 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection2\conf
[junit4] 2> 1984635 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1984635 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection5\conf
[junit4] 2> 1984635 INFO
(searcherExecutor-7029-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@8391ff7[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1984635 INFO (coreLoadExecutor-7026-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1984636 INFO
(searcherExecutor-7028-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@444bcdd6[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1984636 INFO (coreLoadExecutor-7026-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1984638 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@359eb97c[collection1] main]
[junit4] 2> 1984638 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-001\collection1\conf
[junit4] 2> 1984638 INFO (coreLoadExecutor-7026-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1984638 INFO
(searcherExecutor-7027-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@359eb97c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1984645 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1984645 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1984750 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1984870 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1984975 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985078 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985179 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985280 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985380 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985481 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985581 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985682 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985782 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985883 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1985984 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986084 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986184 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986285 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986385 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986486 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986586 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986687 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986787 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986888 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1986988 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987088 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987188 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987289 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987390 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987490 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987591 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987691 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987792 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987893 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1987993 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988093 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988194 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988295 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988395 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988496 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988596 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988697 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988797 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988898 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1988998 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1989002 INFO (Thread-3755) [ ] o.a.s.c.SolrCore
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@4a16c8ae
[junit4] 2> 1989002 INFO (Thread-3755) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection1
[junit4] 2> 1989100 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1096060177
[junit4] 2> 1989102 INFO (coreCloseExecutor-7040-thread-1) [
x:collection5] o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@11362d56
[junit4] 2> 1989109 INFO (coreCloseExecutor-7040-thread-2) [
x:collection2] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1fa8ad06
[junit4] 2> 1989110 INFO (coreCloseExecutor-7040-thread-1) [
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection5
[junit4] 2> 1989111 INFO (coreCloseExecutor-7040-thread-2) [
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection2
[junit4] 2> 1989112 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1989112 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 1989116 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 1989183 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1989184 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1989340 WARN (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1989340 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1989340 WARN (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1989342 WARN (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1989342 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1989342 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1989363 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1989364 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1989365 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1989370 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1989370 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1989373 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1989379 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection2
[junit4] 2> 1989379 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection1
[junit4] 2> 1989379 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection5
[junit4] 2> 1989380 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection1\data\]
[junit4] 2> 1989380 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection2\data\]
[junit4] 2> 1989380 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection5\data\]
[junit4] 2> 1989388 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1989388 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1989389 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1989539 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1989539 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1989540 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1989543 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1989543 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1989544 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1989544 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4eb45be2[collection5] main]
[junit4] 2> 1989545 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection5\conf
[junit4] 2> 1989545 INFO (coreLoadExecutor-7047-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1989546 INFO
(searcherExecutor-7050-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@4eb45be2[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1989546 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1280fea2[collection1] main]
[junit4] 2> 1989547 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection1\conf
[junit4] 2> 1989547 INFO (coreLoadExecutor-7047-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1989548 INFO
(searcherExecutor-7049-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1280fea2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1989560 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1989560 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1989561 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1989562 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1869274[collection2]
main]
[junit4] 2> 1989563 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection2\conf
[junit4] 2> 1989564 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1989564 INFO
(searcherExecutor-7048-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1869274[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1989564 INFO (coreLoadExecutor-7047-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1989595 WARN
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1989595 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1989604 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1989610 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1989618 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection4
[junit4] 2> 1989619 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection4\data\]
[junit4] 2> 1989629 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4986406036703013]
[junit4] 2> 1989803 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1989803 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1989804 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=9.6650390625,
floorSegmentMB=2.0859375, forceMergeDeletesPctAllowed=14.541963192565554,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1989805 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3058e939[collection4] main]
[junit4] 2> 1989806 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-002\collection4\conf
[junit4] 2> 1989806 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1989807 INFO
(searcherExecutor-7060-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@3058e939[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1989809 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1989809 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b55eece
[junit4] 2> 1989837 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@43bbdd31[collection4] main]
[junit4] 2> 1989838 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1989838 INFO
(searcherExecutor-7060-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@43bbdd31[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 1989839 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1989851 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1989852 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1989852 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1989852 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1989852 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1914183186
[junit4] 2> 1989853 INFO
(coreCloseExecutor-7064-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6646e606
[junit4] 2> 1989853 INFO
(coreCloseExecutor-7064-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@632440d4
[junit4] 2> 1989855 INFO
(coreCloseExecutor-7064-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@497501bd
[junit4] 2> 1989856 INFO
(coreCloseExecutor-7064-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@29bef81f
[junit4] 2> 1989857 INFO
(coreCloseExecutor-7064-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1989858 INFO
(coreCloseExecutor-7064-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1989858 INFO
(coreCloseExecutor-7064-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1989861 INFO
(coreCloseExecutor-7064-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1989862 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1989862 INFO
(TEST-TestLazyCores.testLazySearch-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 1989866 INFO
(TEST-TestLazyCores.testRace-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 1989943 INFO
(TEST-TestLazyCores.testRace-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1989945 INFO
(TEST-TestLazyCores.testRace-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1990128 WARN
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1990128 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1990129 WARN
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1990130 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1990154 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1990161 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1990166 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1990167 WARN
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1990168 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1990173 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection1
[junit4] 2> 1990173 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection1\data\]
[junit4] 2> 1990179 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1990181 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1990182 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1990184 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection5
[junit4] 2> 1990184 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection5\data\]
[junit4] 2> 1990185 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1990188 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection2
[junit4] 2> 1990189 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection2\data\]
[junit4] 2> 1990197 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1990279 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1990335 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1990335 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1990337 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1990370 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1990370 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1990371 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1990401 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@a566efb[collection1] main]
[junit4] 2> 1990402 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection1\conf
[junit4] 2> 1990402 INFO
(coreLoadExecutor-7071-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1990403 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@76b54a3b[collection2] main]
[junit4] 2> 1990404 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection2\conf
[junit4] 2> 1990404 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1990404 INFO
(coreLoadExecutor-7071-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1990412 INFO
(searcherExecutor-7072-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@a566efb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1990412 INFO
(searcherExecutor-7074-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@76b54a3b[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1990446 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1990446 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1990447 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1990453 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@13d962f6[collection5] main]
[junit4] 2> 1990472 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection5\conf
[junit4] 2> 1990473 INFO
(coreLoadExecutor-7071-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1990473 INFO
(searcherExecutor-7073-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@13d962f6[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1990516 WARN (Thread-3758) [ x:collection3] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1990517 INFO (Thread-3758) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1990525 INFO (Thread-3758) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1990532 INFO (Thread-3758) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1990541 INFO (Thread-3758) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection3
[junit4] 2> 1990541 INFO (Thread-3758) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection3\data\]
[junit4] 2> 1990547 INFO (Thread-3758) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1990717 INFO (Thread-3758) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1990717 INFO (Thread-3758) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1990718 INFO (Thread-3758) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1990719 INFO (Thread-3758) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3de9ac6a[collection3] main]
[junit4] 2> 1990720 INFO (Thread-3758) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-003\collection3\conf
[junit4] 2> 1990720 INFO (Thread-3758) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1990720 INFO (Thread-3758) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1990722 INFO
(searcherExecutor-7084-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@3de9ac6a[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1990726 INFO
(TEST-TestLazyCores.testRace-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1271154180
[junit4] 2> 1990727 INFO
(coreCloseExecutor-7088-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3b12dcbd
[junit4] 2> 1990728 INFO
(coreCloseExecutor-7088-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@8c0a1e0
[junit4] 2> 1990729 INFO
(coreCloseExecutor-7088-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@31664250
[junit4] 2> 1990729 INFO
(coreCloseExecutor-7088-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b800f89
[junit4] 2> 1990730 INFO
(coreCloseExecutor-7088-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1990731 INFO
(coreCloseExecutor-7088-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1990732 INFO
(coreCloseExecutor-7088-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1990733 INFO
(coreCloseExecutor-7088-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1990736 INFO
(TEST-TestLazyCores.testRace-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1990736 INFO
(TEST-TestLazyCores.testRace-seed#[6F7DBA0C9377C86F]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 1990743 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1990819 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP
client with params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1990820 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient
cores
[junit4] 2> 1990975 WARN
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1990975 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1990987 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1990987 WARN
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1990987 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1990996 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1990999 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1991002 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1991006 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection5
[junit4] 2> 1991006 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection5\data\]
[junit4] 2> 1991009 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection1
[junit4] 2> 1991009 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection1\data\]
[junit4] 2> 1991012 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1991015 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1991132 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1991132 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1991135 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1991154 WARN
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1991154 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1991164 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1991170 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1991179 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection2
[junit4] 2> 1991179 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection2\data\]
[junit4] 2> 1991186 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.0810546875,
floorSegmentMB=0.8193359375, forceMergeDeletesPctAllowed=7.76995870637238,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.9892578125, noCFSRatio=0.0
[junit4] 2> 1991193 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@59349170[collection1] main]
[junit4] 2> 1991193 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection1\conf
[junit4] 2> 1991194 INFO
(coreLoadExecutor-7095-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1991248 INFO
(searcherExecutor-7097-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@59349170[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1991289 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1991289 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1991290 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1991301 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5897bc31[collection5] main]
[junit4] 2> 1991303 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection5\conf
[junit4] 2> 1991303 INFO
(coreLoadExecutor-7095-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1991304 INFO
(searcherExecutor-7096-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@5897bc31[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1991310 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1991310 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1991310 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3428950379635808]
[junit4] 2> 1991311 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@152598e5[collection2] main]
[junit4] 2> 1991312 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\collection2\conf
[junit4] 2> 1991312 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1991312 INFO
(coreLoadExecutor-7095-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1991325 INFO
(searcherExecutor-7101-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@152598e5[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1991353 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1991384 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1991385 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1991403 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1991409 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1991417 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core1
[junit4] 2> 1991418 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core1\data\]
[junit4] 2> 1991424 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=23.615234375,
floorSegmentMB=1.4033203125, forceMergeDeletesPctAllowed=3.587760841540668,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1991531 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1991532 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1991532 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1991552 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@19ef547c[core1] main]
[junit4] 2> 1991553 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core1\conf
[junit4] 2> 1991554 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1991554 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrCores Opening transient core core1
[junit4] 2> 1991555 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1991568 INFO
(searcherExecutor-7109-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@19ef547c[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1991601 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1991602 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1991610 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1991617 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1991625 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core2
[junit4] 2> 1991626 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core2\data\]
[junit4] 2> 1991643 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.796835925780869]
[junit4] 2> 1991775 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1991775 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1991776 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8131055800929992]
[junit4] 2> 1991776 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@700f2862[core2] main]
[junit4] 2> 1991777 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core2\conf
[junit4] 2> 1991777 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1991778 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrCores Opening transient core core2
[junit4] 2> 1991778 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 1991789 INFO
(searcherExecutor-7114-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@700f2862[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1991811 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1991811 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1991820 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1991826 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1991835 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core3' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core3
[junit4] 2> 1991836 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_6F7DBA0C9377C86F-001\tempDir-004\core3\data\]
[junit4] 2> 1991843 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[6F7DBA0C9377C86F]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1991955 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed
[...truncated too long message...]
rotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=17996, name=searcherExecutor-7270-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 14, 2017 9:53:54 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=17996, name=searcherExecutor-7270-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 14, 2017 9:53:57 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=17996, name=searcherExecutor-7270-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=Asserting(Lucene62):
{v_t=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
v_s=PostingsFormat(name=Memory doPackFST= false),
v_f=PostingsFormat(name=LuceneFixedGap)}, docValues:{},
maxPointsInLeafNode=1373, maxMBSortInHeap=7.985104952638211,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar-BH,
timezone=Antarctica/Macquarie
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=2,free=272307760,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestCSVLoader,
TermsComponentTest, ZkCLITest, ForceLeaderTest, SolrRequestParserTest,
PrimitiveFieldTypeTest, TestUpdate, TestStandardQParsers, TestDocumentBuilder,
SOLR749Test, DeleteShardTest, TestCloudPivotFacet, TestJmxIntegration,
TestDistribDocBasedVersion, TestOnReconnectListenerSupport,
TestClusterStateMutator, TestSolrQueryParserDefaultOperatorResource,
TestFieldCacheSanityChecker, TestHashPartitioner,
ConjunctionSolrSpellCheckerTest, HdfsSyncSliceTest, TestFilteredDocIdSet,
MissingSegmentRecoveryTest, MergeStrategyTest, TestCustomStream,
QueryElevationComponentTest, SuggestComponentContextFilterQueryTest,
TolerantUpdateProcessorTest, TestStressRecovery, TestImplicitCoreProperties,
XsltUpdateRequestHandlerTest, CdcrVersionReplicationTest, TestJsonFacets,
TlogReplayBufferedWhileIndexingTest, TestFieldResource,
TestDistributedStatsComponentCardinality, UniqFieldsUpdateProcessorFactoryTest,
TestHdfsBackupRestoreCore, UnloadDistributedZkTest, SimplePostToolTest,
HighlighterTest, DistributedDebugComponentTest, SolrCLIZkUtilsTest,
TestClassicSimilarityFactory, TestUninvertingReader, SolrXmlInZkTest,
AnalysisErrorHandlingTest, TestDynamicFieldResource, BasicDistributedZkTest,
TestSort, TestTrieFacet, StatelessScriptUpdateProcessorFactoryTest,
TestSolrConfigHandler, TestSolrCLIRunExample, SolrCoreMetricManagerTest,
TestUseDocValuesAsStored2, PathHierarchyTokenizerFactoryTest,
AnalysisAfterCoreReloadTest, SolrCoreTest, SystemInfoHandlerTest,
TestTolerantSearch, DateRangeFieldTest, PeerSyncTest, TestAnalyzedSuggestions,
TestSchemaResource, TestDefaultStatsCache, TestFastOutputStream,
HdfsWriteToMultipleCollectionsTest, TestRemoteStreaming,
TestReplicationHandler, TestEmbeddedSolrServerConstructors, SpatialFilterTest,
TestHighlightDedupGrouping, TestOrdValues, TestSha256AuthenticationProvider,
JSONWriterTest, TestCloudDeleteByQuery, DeleteNodeTest,
XmlUpdateRequestHandlerTest, TestXmlQParserPlugin, TestDistributedSearch,
TestGraphMLResponseWriter, DistributedFacetExistsSmallTest, TestApiFramework,
DistributedSuggestComponentTest, DistributedQueryComponentCustomSortTest,
TestCloudRecovery, TestFieldCacheSortRandom, TestNumericTerms32,
TestCSVResponseWriter, JSONWriterTest, PKIAuthenticationIntegrationTest,
FileUtilsTest, BJQParserTest, ConfigSetsAPITest, TestSolrConfigHandlerCloud,
BlockCacheTest, TestPseudoReturnFields, TestLFUCache,
TestTolerantUpdateProcessorCloud, TestSolrXml, DocValuesMultiTest,
TestBlendedInfixSuggestions, TestXIncludeConfig, TestSegmentSorting,
TestSweetSpotSimilarityFactory, CloneFieldUpdateProcessorFactoryTest,
BlobRepositoryCloudTest, TestUniqueKeyFieldResource, SynonymTokenizerTest,
AsyncCallRequestStatusResponseTest, TestCollationFieldDocValues,
ZkNodePropsTest, AtomicUpdatesTest, TestSQLHandler,
LeaderElectionContextKeyTest, CoreAdminCreateDiscoverTest,
DirectSolrSpellCheckerTest, TestRestManager, JavabinLoaderTest,
TestExceedMaxTermLength, CursorPagingTest, TestConfigsApi,
DistributedMLTComponentTest, CachingDirectoryFactoryTest,
CreateCollectionCleanupTest, TestFunctionQuery, BufferStoreTest,
ShardRoutingTest, TestSubQueryTransformerCrossCore, DeleteInactiveReplicaTest,
TestLockTree, TestImpersonationWithHadoopAuth, OverseerTest, TestCryptoKeys,
LeaderElectionTest, DirectoryFactoryTest, ShufflingReplicaListTransformerTest,
SSLMigrationTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
OpenExchangeRatesOrgProviderTest, TestStressLucene, DocumentBuilderTest,
SuggesterFSTTest, CollectionTooManyReplicasTest, HdfsNNFailoverTest,
TestNoOpRegenerator, TestSystemCollAutoCreate, TestRTGBase,
TestRandomDVFaceting, DOMUtilTest, CdcrReplicationHandlerTest,
TestMaxScoreQueryParser, VersionInfoTest, DistributedFacetPivotLongTailTest,
SchemaVersionSpecificBehaviorTest, QueryEqualityTest, PrimUtilsTest,
TestComplexPhraseLeadingWildcard, TestBulkSchemaConcurrent,
IndexSchemaRuntimeFieldTest, TestCharFilters, TestBackupRepositoryFactory,
TestIBSimilarityFactory, IndexBasedSpellCheckerTest,
DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder,
TestStressVersions, TestRangeQuery, TestCoreContainer, TestGroupingSearch,
SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=6F7DBA0C9377C86F -Dtests.slow=true -Dtests.locale=ar-BH
-Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[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=17996, name=searcherExecutor-7270-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([6F7DBA0C9377C86F]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=17996, name=searcherExecutor-7270-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([6F7DBA0C9377C86F]:0)
[junit4] Completed [383/692 (1!)] on J0 in 39.35s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 63636 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]