Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/663/
Java: 64bit/jdk1.8.0 -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([F7692842890275CA:280989934225166F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:882)
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:875)
... 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=7831, name=searcherExecutor-2715-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=7831, name=searcherExecutor-2715-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([F7692842890275CA]: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=7831, name=searcherExecutor-2715-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=7831, name=searcherExecutor-2715-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([F7692842890275CA]:0)
Build Log:
[...truncated 11294 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/init-core-data-001
[junit4] 2> 514718 INFO
(SUITE-TestLazyCores-seed#[F7692842890275CA]-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> 514719 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 514738 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 514738 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 514780 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 514782 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 514808 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 514810 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 514810 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 514813 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 514813 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 514814 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection1
[junit4] 2> 514815 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 514815 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection1/data/]
[junit4] 2> 514817 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 514818 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 514820 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection2
[junit4] 2> 514821 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection2/data/]
[junit4] 2> 514821 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection5
[junit4] 2> 514821 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection5/data/]
[junit4] 2> 514822 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 514823 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 514885 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@247bed8b[collection5] main]
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6f97f78d[collection1] main]
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7b11a8c4[collection2] main]
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection5/conf
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection2/conf
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection1/conf
[junit4] 2> 514887 INFO (coreLoadExecutor-2536-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 514888 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 514888 INFO (coreLoadExecutor-2536-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 514888 INFO (coreLoadExecutor-2536-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 514888 INFO
(searcherExecutor-2538-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@7b11a8c4[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 514888 INFO
(searcherExecutor-2539-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@247bed8b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 514888 INFO
(searcherExecutor-2537-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6f97f78d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 514898 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 514904 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 514907 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 514908 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection4
[junit4] 2> 514909 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection4/data/]
[junit4] 2> 514910 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=54.4541015625,
floorSegmentMB=1.22265625, forceMergeDeletesPctAllowed=11.95785801649768,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 514954 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 514954 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 514955 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.43168611131178014]
[junit4] 2> 514956 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c3e0bf2[collection4] main]
[junit4] 2> 514956 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-001/collection4/conf
[junit4] 2> 514956 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 514956 INFO
(searcherExecutor-2549-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@2c3e0bf2[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 514957 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 514957 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@261aff65
[junit4] 2> 514976 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@611eafb0[collection4] main]
[junit4] 2> 514976 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 514976 INFO
(searcherExecutor-2549-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@611eafb0[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C7)))}
[junit4] 2> 514978 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ 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> 514981 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ 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> 514981 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ 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> 514982 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ 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> 514982 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ 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> 514982 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1958747679
[junit4] 2> 514983 INFO
(coreCloseExecutor-2553-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7eb7912e
[junit4] 2> 514983 INFO
(coreCloseExecutor-2553-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@2d89f3df
[junit4] 2> 514984 INFO
(coreCloseExecutor-2553-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@26a83e3f
[junit4] 2> 514984 INFO
(coreCloseExecutor-2553-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1d2a3ded
[junit4] 2> 514986 INFO
(coreCloseExecutor-2553-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 514988 INFO
(coreCloseExecutor-2553-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 514988 INFO
(coreCloseExecutor-2553-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 514990 INFO
(coreCloseExecutor-2553-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 514990 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 514991 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 514992 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
[junit4] 2> 515010 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 515010 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 515069 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515069 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515073 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515079 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 515079 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 515080 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 515081 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515082 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515083 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection5
[junit4] 2> 515084 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection1
[junit4] 2> 515084 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection5/data/]
[junit4] 2> 515084 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection1/data/]
[junit4] 2> 515085 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515086 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 515086 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 515086 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection2
[junit4] 2> 515086 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection2/data/]
[junit4] 2> 515088 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 515144 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515144 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515144 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515144 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515144 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515144 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515145 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515145 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515145 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@64c48196[collection5] main]
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@27844c31[collection2] main]
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection5/conf
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@248baabf[collection1] main]
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection1/conf
[junit4] 2> 515146 INFO
(coreLoadExecutor-2560-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515147 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection2/conf
[junit4] 2> 515147 INFO
(searcherExecutor-2562-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@248baabf[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515147 INFO
(searcherExecutor-2561-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@64c48196[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515147 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515147 INFO
(coreLoadExecutor-2560-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 515147 INFO
(searcherExecutor-2563-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@27844c31[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515157 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515165 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 515168 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515170 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection4
[junit4] 2> 515170 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection4/data/]
[junit4] 2> 515172 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=99.681640625,
floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=18.007081277214017,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3485818207070319
[junit4] 2> 515217 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515217 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515217 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 515218 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@14df0445[collection4] main]
[junit4] 2> 515218 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection4/conf
[junit4] 2> 515219 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515219 INFO
(searcherExecutor-2574-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@14df0445[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515244 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515250 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 515253 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515254 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection6
[junit4] 2> 515255 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection6],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection6/data/]
[junit4] 2> 515257 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 515301 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515301 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515301 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=58.4267578125,
floorSegmentMB=1.052734375, forceMergeDeletesPctAllowed=2.763740204212896,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515302 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@188dbdf8[collection6] main]
[junit4] 2> 515302 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-002/collection6/conf
[junit4] 2> 515302 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515303 INFO
(searcherExecutor-2578-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@188dbdf8[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515303 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 515310 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 515310 WARN
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 515311 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 515311 WARN
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 515311 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 515311 WARN
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 515311 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 515311 WARN
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 515311 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2105696858
[junit4] 2> 515312 INFO
(coreCloseExecutor-2582-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@700374c8
[junit4] 2> 515313 INFO
(coreCloseExecutor-2582-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@6a54dbcb
[junit4] 2> 515313 INFO
(coreCloseExecutor-2582-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4f19a9f0
[junit4] 2> 515314 INFO
(coreCloseExecutor-2582-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@176224bc
[junit4] 2> 515314 INFO
(coreCloseExecutor-2582-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@18e89eac
[junit4] 2> 515316 INFO
(coreCloseExecutor-2582-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 515317 INFO
(coreCloseExecutor-2582-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 515318 INFO
(coreCloseExecutor-2582-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 515318 INFO
(coreCloseExecutor-2582-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 515318 INFO
(coreCloseExecutor-2582-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
[junit4] 2> 515319 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 515319 INFO
(TEST-TestLazyCores.testCreateSame-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
[junit4] 2> 515322 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
[junit4] 2> 515341 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP
client with params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 515341 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient
cores
[junit4] 2> 515381 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515381 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515383 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 515391 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 515391 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 515393 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 515393 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515396 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection1
[junit4] 2> 515396 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection1/data/]
[junit4] 2> 515399 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515399 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 515399 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 515400 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection2
[junit4] 2> 515400 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection2/data/]
[junit4] 2> 515400 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection5
[junit4] 2> 515400 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection5/data/]
[junit4] 2> 515402 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 515402 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515474 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515473 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7765e1d8[collection2] main]
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3f1f09e0[collection1] main]
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a53d4a3[collection5] main]
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection2/conf
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection1/conf
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-003/collection5/conf
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 515475 INFO
(coreLoadExecutor-2589-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 515476 INFO
(searcherExecutor-2592-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@4a53d4a3[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515476 INFO
(searcherExecutor-2591-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@7765e1d8[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515476 INFO
(searcherExecutor-2590-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3f1f09e0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 515478 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 515478 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 515587 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 515688 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 515788 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 515888 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 515940 INFO (Thread-2211) [ x:collection4]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7388e8ca
[junit4] 2> 515941 INFO (Thread-2211) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 515988 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=960888049
[junit4] 2> 515989 INFO
(coreCloseExecutor-2603-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1bce91b1
[junit4] 2> 515989 INFO
(coreCloseExecutor-2603-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@382b15bc
[junit4] 2> 515990 INFO
(coreCloseExecutor-2603-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 515990 INFO
(coreCloseExecutor-2603-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 515990 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 515990 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[F7692842890275CA]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 515992 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 516010 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 516010 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 516049 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516049 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516049 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516058 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 516058 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 516058 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 516061 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516061 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516061 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516063 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection2
[junit4] 2> 516063 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection1
[junit4] 2> 516063 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection5
[junit4] 2> 516063 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection1/data/]
[junit4] 2> 516064 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection2/data/]
[junit4] 2> 516064 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection5/data/]
[junit4] 2> 516065 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 516066 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 516066 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528012822635,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.491679922066665
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 516125 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@40843b2c[collection1] main]
[junit4] 2> 516125 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@10a5e23[collection5] main]
[junit4] 2> 516125 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection1/conf
[junit4] 2> 516125 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection5/conf
[junit4] 2> 516124 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=12.708984375,
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=12.351622053195792,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 516125 INFO
(coreLoadExecutor-2610-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 516125 INFO
(coreLoadExecutor-2610-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 516126 INFO
(searcherExecutor-2613-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@10a5e23[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 516126 INFO
(searcherExecutor-2612-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@40843b2c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 516126 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@19be3646[collection2] main]
[junit4] 2> 516126 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection2/conf
[junit4] 2> 516127 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 516127 INFO
(searcherExecutor-2611-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@19be3646[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 516127 INFO
(coreLoadExecutor-2610-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 516136 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516158 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 516160 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516161 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection3
[junit4] 2> 516162 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection3/data/]
[junit4] 2> 516164 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 516206 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 516206 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 516207 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=8.8525390625,
floorSegmentMB=0.4287109375, forceMergeDeletesPctAllowed=17.110760037205583,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.47083526275604315
[junit4] 2> 516208 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@56074788[collection3] main]
[junit4] 2> 516208 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection3/conf
[junit4] 2> 516208 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 516208 INFO
(searcherExecutor-2623-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@56074788[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 516209 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 516217 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516223 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 516225 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516227 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection4
[junit4] 2> 516227 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection4/data/]
[junit4] 2> 516229 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=46.7998046875,
floorSegmentMB=1.0205078125, forceMergeDeletesPctAllowed=17.846993166778844,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 516270 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 516270 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 516271 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=52.2783203125,
floorSegmentMB=1.05078125, forceMergeDeletesPctAllowed=1.4080831352154233,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.693039000575702
[junit4] 2> 516272 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7f22358[collection4] main]
[junit4] 2> 516272 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-004/collection4/conf
[junit4] 2> 516272 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 516272 INFO
(searcherExecutor-2627-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@7f22358[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 516273 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=939728159
[junit4] 2> 516273 INFO
(coreCloseExecutor-2631-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@28d775e7
[junit4] 2> 516273 INFO
(coreCloseExecutor-2631-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@fb5e533
[junit4] 2> 516274 INFO
(coreCloseExecutor-2631-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@21d95318
[junit4] 2> 516275 INFO
(coreCloseExecutor-2631-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@55618ebb
[junit4] 2> 516275 INFO
(coreCloseExecutor-2631-thread-5-processing-x:collection4) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@31725a22
[junit4] 2> 516277 INFO
(coreCloseExecutor-2631-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 516277 INFO
(coreCloseExecutor-2631-thread-5-processing-x:collection4) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 516278 INFO
(coreCloseExecutor-2631-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 516278 INFO
(coreCloseExecutor-2631-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 516278 INFO
(coreCloseExecutor-2631-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 516279 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 516279 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 516281 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F7692842890275CA]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 516297 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F7692842890275CA]) [
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP
client with params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 516329 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions
underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-005
[junit4] 2> 516329 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F7692842890275CA]) [
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1,
badConfig2, badSchema2, badConfig1, core2, core1]
[junit4] 2> 516341 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:badSchema1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516354 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:badSchema2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516357 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:badSchema1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 516360 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:badConfig1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 516360 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:badSchema2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 516365 INFO
(coreLoadExecutor-2638-thread-2-processing-x:collection4) [ x:badConfig2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 516367 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516383 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 516387 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 516390 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 516393 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516393 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 516395 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-005/core1
[junit4] 2> 516395 INFO
(coreLoadExecutor-2638-thread-1-processing-x:collection4) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-005/core2
[junit4] 2> 516395 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-005/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001/tempDir-005/core1/data/]
[junit4] 2> 516396 INFO
(coreLoadExecutor-2638-thread-3-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=82.4580078125,
floorSegmentMB=2.181640625, forceMergeDeletesPctAllowed=23.84528
[...truncated too long message...]
e.SolrCore@629da9d2
[junit4] 2> 520937 INFO
(coreCloseExecutor-2857-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@564d550b
[junit4] 2> 520937 INFO
(coreCloseExecutor-2857-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@62bebb3f
[junit4] 2> 520938 INFO
(coreCloseExecutor-2857-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c621910
[junit4] 2> 520939 INFO
(coreCloseExecutor-2857-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 520940 INFO
(coreCloseExecutor-2857-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 520940 INFO
(coreCloseExecutor-2857-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 520941 INFO
(coreCloseExecutor-2857-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 520942 INFO
(TEST-TestLazyCores.testRace-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 520942 INFO
(TEST-TestLazyCores.testRace-seed#[F7692842890275CA]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 520943 INFO
(SUITE-TestLazyCores-seed#[F7692842890275CA]-worker) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 520943 INFO
(SUITE-TestLazyCores-seed#[F7692842890275CA]-worker) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=170777935
[junit4] 2> 520943 INFO
(SUITE-TestLazyCores-seed#[F7692842890275CA]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F7692842890275CA-001
[junit4] 2> Feb 12, 2017 5:30:55 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 12, 2017 5:31:15 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=7831, name=searcherExecutor-2715-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 12, 2017 5:31:15 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=7831, name=searcherExecutor-2715-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 12, 2017 5:31:18 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=7831, name=searcherExecutor-2715-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=LuceneVarGapDocFreqInterval),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
v_s=Lucene50(blocksize=128), v_f=PostingsFormat(name=LuceneFixedGap)},
docValues:{}, maxPointsInLeafNode=609, maxMBSortInHeap=6.4687997077499935,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=sv,
timezone=Israel
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=2,free=301035440,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [ZkNodePropsTest,
AnalyticsMergeStrategyTest, InfixSuggestersTest, TestNamedUpdateProcessors,
DistributedSpellCheckComponentTest, AliasIntegrationTest,
TestSolrCloudWithHadoopAuthPlugin, RequiredFieldsTest, TestXmlQParser,
TestSweetSpotSimilarityFactory, TestClusterStateMutator, TestCSVResponseWriter,
TestDistribIDF, AsyncCallRequestStatusResponseTest,
TestComplexPhraseQParserPlugin, StatelessScriptUpdateProcessorFactoryTest,
LeaderFailureAfterFreshStartTest, DistributedQueryComponentCustomSortTest,
TestSolrConfigHandlerCloud, TestComponentsName, TestCursorMarkWithoutUniqueKey,
TestPivotHelperCode, SolrXmlInZkTest, TestDocumentBuilder, TestApiFramework,
TestExclusionRuleCollectionAccess, TestRawTransformer, TestChildDocTransformer,
TestSchemaManager, TestSubQueryTransformerCrossCore, AddBlockUpdateTest,
TestDefaultSearchFieldResource, DeleteNodeTest, TestHdfsUpdateLog,
RuleEngineTest, TestCollationFieldDocValues, TestGroupingSearch,
TestGraphTermsQParserPlugin, TestHashPartitioner, FullHLLTest,
UUIDUpdateProcessorFallbackTest, TestLegacyFieldCache, TestSolrDeletionPolicy1,
WrapperMergePolicyFactoryTest, TestSurroundQueryParser, EnumFieldTest,
TestReplicaProperties, TestDelegationWithHadoopAuth, DirectUpdateHandlerTest,
TestPseudoReturnFields, TestSortByMinMaxFunction, TestCloudRecovery,
TestCharFilters, TestFieldCacheReopen, TestFastOutputStream, TestFunctionQuery,
BooleanFieldTest, LeaderElectionTest, TestSolrXml, TestFieldResource,
SimpleFacetsTest, TestSolrFieldCacheMBean, TestCollectionAPI,
ClassificationUpdateProcessorFactoryTest, TestFieldSortValues, CursorMarkTest,
OpenExchangeRatesOrgProviderTest, TimeZoneUtilsTest,
TestDistribDocBasedVersion, TestFaceting, HardAutoCommitTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=F7692842890275CA -Dtests.slow=true -Dtests.locale=sv
-Dtests.timezone=Israel -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=7831, name=searcherExecutor-2715-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([F7692842890275CA]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=7831, name=searcherExecutor-2715-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([F7692842890275CA]:0)
[junit4] Completed [143/691 (1!)] on J0 in 29.44s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 64383 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]