Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/678/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([DD45476DCD64221D:225E6BC064341B8]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=21493, name=searcherExecutor-7195-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=21493, name=searcherExecutor-7195-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([DD45476DCD64221D]: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=21493, name=searcherExecutor-7195-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=21493, name=searcherExecutor-7195-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([DD45476DCD64221D]:0)
Build Log:
[...truncated 12108 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_DD45476DCD64221D-001/init-core-data-001
[junit4] 2> 1843546 INFO
(SUITE-TestLazyCores-seed#[DD45476DCD64221D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1843547 INFO
(SUITE-TestLazyCores-seed#[DD45476DCD64221D]-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> 1843549 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1843568 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1843569 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1843608 WARN (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1843609 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1843610 WARN (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1843611 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1843615 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1843616 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1843617 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1843629 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1843630 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection1
[junit4] 2> 1843630 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection5
[junit4] 2> 1843630 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/collection1/data/]
[junit4] 2> 1843630 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/collection5/data/]
[junit4] 2> 1843631 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6204645109458138]
[junit4] 2> 1843634 WARN (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1843635 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1843640 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1843641 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1843643 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection2
[junit4] 2> 1843643 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/collection2/data/]
[junit4] 2> 1843644 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6204645109458138]
[junit4] 2> 1843645 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6204645109458138]
[junit4] 2> 1843715 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1843715 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1843716 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1523826863,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1843728 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1843728 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1843729 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1523826863,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1843729 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@46d6a6a4[collection5] main]
[junit4] 2> 1843730 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection5/conf
[junit4] 2> 1843730 INFO (coreLoadExecutor-6878-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1843730 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@38a123d4[collection2] main]
[junit4] 2> 1843731 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection2/conf
[junit4] 2> 1843731 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1843731 INFO (coreLoadExecutor-6878-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1843731 INFO
(searcherExecutor-6880-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@46d6a6a4[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1843739 INFO
(searcherExecutor-6881-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@38a123d4[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1843743 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1843743 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1843744 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1523826863,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1843793 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2ed0473c[collection1] main]
[junit4] 2> 1843793 INFO (coreLoadExecutor-6878-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_DD45476DCD64221D-001/tempDir-001/collection1/conf
[junit4] 2> 1843793 INFO (coreLoadExecutor-6878-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1843793 INFO
(searcherExecutor-6879-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2ed0473c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1843805 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1843814 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1843814 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1843819 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1843821 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1843823 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
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_DD45476DCD64221D-001/tempDir-001/core1
[junit4] 2> 1843823 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
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_DD45476DCD64221D-001/tempDir-001/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core1/data/]
[junit4] 2> 1843825 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=97.611328125,
floorSegmentMB=1.3623046875, forceMergeDeletesPctAllowed=6.576314671883176,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1843885 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1843885 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1843886 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5788343323874453]
[junit4] 2> 1843886 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cdd6026[core1] main]
[junit4] 2> 1843886 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core1/conf
[junit4] 2> 1843887 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1843887 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core1
[junit4] 2> 1843892 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1843896 INFO
(searcherExecutor-6892-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@5cdd6026[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1843901 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1843901 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1843908 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1843910 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1843912 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] 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_DD45476DCD64221D-001/tempDir-001/core2
[junit4] 2> 1843912 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core2/data/]
[junit4] 2> 1843929 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=59.3544921875,
floorSegmentMB=0.595703125, forceMergeDeletesPctAllowed=9.798031487117001,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.239705935674846
[junit4] 2> 1843976 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1843977 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1843977 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=55.1640625,
floorSegmentMB=1.5791015625, forceMergeDeletesPctAllowed=26.951409681672757,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.47381276532004646
[junit4] 2> 1843977 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e2981fa[core2] main]
[junit4] 2> 1843978 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core2/conf
[junit4] 2> 1843978 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1843978 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core2
[junit4] 2> 1843978 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 1843988 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1843988 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1843994 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1843996 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1843998 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration
from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3
[junit4] 2> 1843998 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3/data/]
[junit4] 2> 1844000 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1844001 INFO
(searcherExecutor-6897-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@3e2981fa[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844050 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844050 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844050 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.19367655834113365]
[junit4] 2> 1844051 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@39de48b5[core3] main]
[junit4] 2> 1844051 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3/conf
[junit4] 2> 1844051 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844052 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core3
[junit4] 2> 1844052 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
[junit4] 2> 1844058 INFO
(searcherExecutor-6902-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@39de48b5[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844068 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844069 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844093 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1844096 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844098 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration
from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4
[junit4] 2> 1844099 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4/data/]
[junit4] 2> 1844101 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.19131864546448496]
[junit4] 2> 1844187 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844187 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844188 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21794097461709994]
[junit4] 2> 1844188 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2db1fa01[core4] main]
[junit4] 2> 1844189 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4/conf
[junit4] 2> 1844189 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844189 INFO
(searcherExecutor-6907-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@2db1fa01[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844190 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core4
[junit4] 2> 1844190 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [collection2]
[junit4] 2> 1844190 INFO (Thread-9777) [ ] o.a.s.c.SolrCore
[collection2] CLOSING SolrCore org.apache.solr.core.SolrCore@c20cd99
[junit4] 2> 1844190 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
[junit4] 2> 1844191 INFO (Thread-9777) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection2
[junit4] 2> 1844203 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844203 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844211 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 1844214 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844217 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration
from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5
[junit4] 2> 1844218 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5/data/]
[junit4] 2> 1844220 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=93.2255859375,
floorSegmentMB=0.9501953125, forceMergeDeletesPctAllowed=21.97129625278244,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1844298 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844298 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844298 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13540786077158629]
[junit4] 2> 1844299 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d1c4e64[core5] main]
[junit4] 2> 1844299 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5/conf
[junit4] 2> 1844300 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844300 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core5
[junit4] 2> 1844301 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core1]
[junit4] 2> 1844301 INFO (Thread-9777) [ ] o.a.s.c.SolrCore [core1]
CLOSING SolrCore org.apache.solr.core.SolrCore@1de0328b
[junit4] 2> 1844301 INFO
(searcherExecutor-6912-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@1d1c4e64[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844302 INFO (Thread-9777) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core1
[junit4] 2> 1844310 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844311 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844316 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1844329 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844331 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
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_DD45476DCD64221D-001/tempDir-001/core1
[junit4] 2> 1844332 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
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_DD45476DCD64221D-001/tempDir-001/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core1/data/]
[junit4] 2> 1844379 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844379 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844380 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1844381 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67b4ea1f[core1] main]
[junit4] 2> 1844381 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core1/conf
[junit4] 2> 1844381 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844381 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core1
[junit4] 2> 1844381 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core2]
[junit4] 2> 1844382 INFO (Thread-9777) [ ] o.a.s.c.SolrCore [core2]
CLOSING SolrCore org.apache.solr.core.SolrCore@10c6ba76
[junit4] 2> 1844382 INFO
(searcherExecutor-6916-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@67b4ea1f[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844383 INFO (Thread-9777) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core2
[junit4] 2> 1844391 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844391 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844397 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1844399 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844401 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] 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_DD45476DCD64221D-001/tempDir-001/core2
[junit4] 2> 1844401 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core2/data/]
[junit4] 2> 1844447 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844447 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844448 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=0.806640625,
floorSegmentMB=2.0234375, forceMergeDeletesPctAllowed=18.437883408374596,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1844449 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b48a398[core2] main]
[junit4] 2> 1844449 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core2/conf
[junit4] 2> 1844449 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844449 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core2
[junit4] 2> 1844449 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core3]
[junit4] 2> 1844449 INFO
(searcherExecutor-6920-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@2b48a398[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844450 INFO (Thread-9777) [ ] o.a.s.c.SolrCore [core3]
CLOSING SolrCore org.apache.solr.core.SolrCore@69b727a4
[junit4] 2> 1844451 INFO (Thread-9777) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core3
[junit4] 2> 1844460 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844461 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844466 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1844469 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844471 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration
from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3
[junit4] 2> 1844471 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3/data/]
[junit4] 2> 1844525 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844525 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844526 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1438922908,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1844527 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@187e6178[core3] main]
[junit4] 2> 1844527 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core3/conf
[junit4] 2> 1844527 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844527 INFO
(searcherExecutor-6924-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@187e6178[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844528 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core3
[junit4] 2> 1844528 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core4]
[junit4] 2> 1844528 INFO (Thread-9777) [ ] o.a.s.c.SolrCore [core4]
CLOSING SolrCore org.apache.solr.core.SolrCore@69e760ad
[junit4] 2> 1844530 INFO (Thread-9777) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core4
[junit4] 2> 1844550 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844551 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844556 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1844558 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844560 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration
from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4
[junit4] 2> 1844560 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4/data/]
[junit4] 2> 1844610 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844611 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844611 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=98.1484375,
floorSegmentMB=1.4609375, forceMergeDeletesPctAllowed=27.998583064533264,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5951708874838646
[junit4] 2> 1844612 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bd7c71a[core4] main]
[junit4] 2> 1844612 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core4/conf
[junit4] 2> 1844613 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844613 INFO
(searcherExecutor-6928-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@4bd7c71a[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844613 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core4
[junit4] 2> 1844613 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core5]
[junit4] 2> 1844613 INFO (Thread-9777) [ ] o.a.s.c.SolrCore [core5]
CLOSING SolrCore org.apache.solr.core.SolrCore@1d852b4
[junit4] 2> 1844614 INFO (Thread-9777) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core5
[junit4] 2> 1844622 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1844623 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1844628 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 1844630 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1844632 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration
from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5
[junit4] 2> 1844632 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5/data/]
[junit4] 2> 1844689 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1844689 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1844690 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=90.1123046875,
floorSegmentMB=0.9375, forceMergeDeletesPctAllowed=2.3606762869338036,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1844691 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74cf9043[core5] main]
[junit4] 2> 1844691 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-001/core5/conf
[junit4] 2> 1844692 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1844692 INFO
(searcherExecutor-6932-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@74cf9043[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1844692 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Opening transient core core5
[junit4] 2> 1844692 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core1]
[junit4] 2> 1844695 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 1844695 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1844795 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1844888 INFO (Thread-9778) [ x:core1] o.a.s.c.SolrCore
[core1] CLOSING SolrCore org.apache.solr.core.SolrCore@5d74d729
[junit4] 2> 1844890 INFO (Thread-9778) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 1844890 INFO (Thread-9778) [ x:core1] o.a.s.c.SolrCore
[core2] CLOSING SolrCore org.apache.solr.core.SolrCore@5772c51b
[junit4] 2> 1844901 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
[junit4] 2> 1844901 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore Core core3 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1844902 INFO (Thread-9778) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 1844902 INFO (Thread-9778) [ x:core1] o.a.s.c.SolrCore
[core3] CLOSING SolrCore org.apache.solr.core.SolrCore@47755f51
[junit4] 2> 1844914 INFO (Thread-9778) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
[junit4] 2> 1845002 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
[junit4] 2> 1845002 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [core4] CLOSING SolrCore
org.apache.solr.core.SolrCore@12b12ea0
[junit4] 2> 1845002 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
[junit4] 2> 1845003 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
[junit4] 2> 1845003 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.SolrCore [core5] CLOSING SolrCore
org.apache.solr.core.SolrCore@6705e2b3
[junit4] 2> 1845003 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
[junit4] 2> 1845004 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1117146000
[junit4] 2> 1845004 INFO
(coreCloseExecutor-6941-thread-1-processing-x:core1) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@118b155e
[junit4] 2> 1845004 INFO
(coreCloseExecutor-6941-thread-2-processing-x:core1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3828afe0
[junit4] 2> 1845006 INFO
(coreCloseExecutor-6941-thread-1-processing-x:core1) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1845006 INFO
(coreCloseExecutor-6941-thread-2-processing-x:core1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1845006 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1845006 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[DD45476DCD64221D]) [
x:core1] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
[junit4] 2> 1845008 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 1845029 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1845029 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1845080 WARN
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845080 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845081 WARN
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845081 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845087 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1845088 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1845089 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1845090 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1845091 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection5
[junit4] 2> 1845091 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection1
[junit4] 2> 1845091 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-002/collection5/data/]
[junit4] 2> 1845091 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-002/collection1/data/]
[junit4] 2> 1845093 WARN
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845093 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6204645109458138]
[junit4] 2> 1845093 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845095 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6204645109458138]
[junit4] 2> 1845099 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1845101 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1845102 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection2
[junit4] 2> 1845102 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-002/collection2/data/]
[junit4] 2> 1845104 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6204645109458138]
[junit4] 2> 1845151 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1845151 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1845151 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1523826863,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1845171 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1afb7180[collection2] main]
[junit4] 2> 1845174 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection2/conf
[junit4] 2> 1845174 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1845175 INFO
(coreLoadExecutor-6948-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1845176 INFO
(searcherExecutor-6951-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1afb7180[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1845198 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1845198 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1845199 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1523826863,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1845199 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@58cabe8b[collection5] main]
[junit4] 2> 1845200 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection5/conf
[junit4] 2> 1845200 INFO
(coreLoadExecutor-6948-thread-3-processing-x:core1) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1845200 INFO
(searcherExecutor-6949-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@58cabe8b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1845210 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1845210 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1845210 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1523826863,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1845211 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@9f80d0d[collection1] main]
[junit4] 2> 1845211 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-002/collection1/conf
[junit4] 2> 1845211 INFO
(coreLoadExecutor-6948-thread-1-processing-x:core1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1845212 INFO
(searcherExecutor-6950-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@9f80d0d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1845222 WARN
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845222 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845228 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1845235 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1845237 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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_DD45476DCD64221D-001/tempDir-002/collection4
[junit4] 2> 1845237 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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_DD45476DCD64221D-001/tempDir-002/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-002/collection4/data/]
[junit4] 2> 1845240 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=31.1484375,
floorSegmentMB=0.728515625, forceMergeDeletesPctAllowed=1.338596626587334,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1845296 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1845296 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1845296 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1845297 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2619d924[collection4] main]
[junit4] 2> 1845297 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-002/collection4/conf
[junit4] 2> 1845298 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1845299 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1845299 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@46b077e3
[junit4] 2> 1845300 INFO
(searcherExecutor-6961-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@2619d924[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1845315 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@659c847b[collection4] main]
[junit4] 2> 1845315 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1845318 INFO
(searcherExecutor-6961-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@659c847b[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 1845319 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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> 1845325 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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> 1845325 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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> 1845326 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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> 1845327 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
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> 1845328 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1686355983
[junit4] 2> 1845331 INFO
(coreCloseExecutor-6965-thread-1-processing-x:core1) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@3b9c2c81
[junit4] 2> 1845335 INFO
(coreCloseExecutor-6965-thread-1-processing-x:core1) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1845336 INFO
(coreCloseExecutor-6965-thread-3-processing-x:core1) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@2750c2af
[junit4] 2> 1845337 INFO
(coreCloseExecutor-6965-thread-2-processing-x:core1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@cdb2fb1
[junit4] 2> 1845337 INFO
(coreCloseExecutor-6965-thread-3-processing-x:core1) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1845337 INFO
(coreCloseExecutor-6965-thread-4-processing-x:core1) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@75bb6b3d
[junit4] 2> 1845351 INFO
(coreCloseExecutor-6965-thread-2-processing-x:core1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1845356 INFO
(coreCloseExecutor-6965-thread-4-processing-x:core1) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1845356 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1845356 INFO
(TEST-TestLazyCores.testLazySearch-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 1845361 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
[junit4] 2> 1845381 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1845382 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[DD45476DCD64221D]) [ x:core1]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1845428 WARN
(coreLoadExecutor-6972-thread-3-processing-x:core1) [ x:collection5]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845428 WARN
(coreLoadExecutor-6972-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845428 INFO
(coreLoadExecutor-6972-thread-3-processing-x:core1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845428 WARN
(coreLoadExecutor-6972-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1845428 INFO
(coreLoadExecutor-6972-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845429 INFO
(coreLoadExecutor-6972-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1845446 INFO
(coreLoadExecutor-6972-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1845446 INFO
(coreLoadExecutor-6972-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1845446 INFO
(coreLoadExecutor-6972-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1845448 INFO
(coreLoadExecutor-6972-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1845449 INFO
(coreLoadExecutor-6972-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1845450 INFO
(coreLoadExecutor-6972-thread-3-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-003/collection5
[junit4] 2> 1845450 INFO
(coreLoadExecutor-6972-thread-1-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-003/collection1
[junit4] 2> 1845451 INFO
(coreLoadExecutor-6972-thread-3-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-003/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-003/collection5/data/]
[junit4] 2> 1845451 INFO
(coreLoadExecutor-6972-thread-1-processing-x:core1) [ 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_DD45476DCD64221D-001/tempDir-003/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DD45476DCD64221D-001/tempDir-003/collection1/data/]
[junit4] 2> 1845452 INFO
(coreLoadExecutor-6972-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.Ind
[...truncated too long message...]
ks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 20, 2017 8:34:23 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=21493, name=searcherExecutor-7195-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Feb 20, 2017 8:34:23 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=21493, name=searcherExecutor-7195-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 20, 2017 8:34:26 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=21493, name=searcherExecutor-7195-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),
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sk,
timezone=America/St_Vincent
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=2,free=20882608,total=410214400
[junit4] 2> NOTE: All tests run in this JVM: [NumericFieldsTest,
TestWordDelimiterFilterFactory, TestReplicaProperties,
TestDistribDocBasedVersion, TestUseDocValuesAsStored, TestCoreAdminApis,
DOMUtilTest, TestPartialUpdateDeduplication, SparseHLLTest,
TestFieldSortValues, TestRTGBase, PreAnalyzedUpdateProcessorTest,
LeaderFailureAfterFreshStartTest, TestSolrQueryResponse,
TestExclusionRuleCollectionAccess, TestRandomDVFaceting,
TestConfigSetProperties, CdcrBootstrapTest, TestStressVersions,
TestIBSimilarityFactory, OverseerCollectionConfigSetProcessorTest,
ConnectionReuseTest, TestOverriddenPrefixQueryForCustomFieldType,
TestDocTermOrds, DistribCursorPagingTest, TestSortByMinMaxFunction,
SystemInfoHandlerTest, TestCoreContainer, CloneFieldUpdateProcessorFactoryTest,
TestNRTOpen, TestCloudRecovery, DistributedSpellCheckComponentTest,
TestExpandComponent, BlockJoinFacetSimpleTest, TestInPlaceUpdatesStandalone,
TestSchemaManager, TestGeoJSONResponseWriter, TestAnalyzedSuggestions,
XmlUpdateRequestHandlerTest, TestStressRecovery, AlternateDirectoryTest,
TestBulkSchemaAPI, DocumentAnalysisRequestHandlerTest,
TestHighFrequencyDictionaryFactory, TestSubQueryTransformer,
QueryElevationComponentTest, SpatialRPTFieldTypeTest, PrimUtilsTest,
TimeZoneUtilsTest, TestSlowCompositeReaderWrapper, TestSchemaNameResource,
TestSweetSpotSimilarityFactory, TestSimpleQParserPlugin, TestRawResponseWriter,
CollectionReloadTest, TestSolrConfigHandlerConcurrent, ReplaceNodeTest,
SolrMetricsIntegrationTest, DocValuesMissingTest, TestJsonRequest,
TestAuthorizationFramework, TestJavabinTupleStreamParser,
AsyncCallRequestStatusResponseTest, IndexBasedSpellCheckerTest, UtilsToolTest,
SolrRequestParserTest, TestBM25SimilarityFactory, TestSolrQueryParserResource,
ReplicaListTransformerTest, TestDistribIDF, TestCloudDeleteByQuery,
TestStressReorder, TestFieldCacheVsDocValues, SpatialFilterTest,
ResponseHeaderTest, TestHashPartitioner, OutputWriterTest, VersionInfoTest,
TestMissingGroups, TestManagedSchemaThreadSafety, FileUtilsTest,
DistanceUnitsTest, ForceLeaderTest, DistributedMLTComponentTest, ZkCLITest,
TestExactStatsCache, DocValuesTest, TestAnalyzeInfixSuggestions,
TestManagedResourceStorage, CheckHdfsIndexTest, TestCustomDocTransformer,
OverseerTaskQueueTest, CdcrVersionReplicationTest, SolrSlf4jReporterTest,
TestSolrIndexConfig, BasicAuthIntegrationTest, QueryResultKeyTest,
MultiTermTest, StressHdfsTest, TestCryptoKeys, TestExtendedDismaxParser,
PeerSyncWithIndexFingerprintCachingTest, TestShardHandlerFactory,
DistributedFacetPivotLargeTest, TestCorePropertiesReload, SimpleFacetsTest,
OverseerRolesTest, TestBinaryResponseWriter, CdcrReplicationHandlerTest,
TestComponentsName, TestSubQueryTransformerDistrib, MissingSegmentRecoveryTest,
TestSizeLimitedDistributedMap, TestDistributedSearch, TestCloudPivotFacet,
TestLFUCache, ExitableDirectoryReaderTest, ZkNodePropsTest,
TestFieldTypeCollectionResource, TestRequestStatusCollectionAPI,
TestFileDictionaryLookup, SubstringBytesRefFilterTest, PolyFieldTest,
TestFieldCollectionResource, ClusterStateUpdateTest, SolrGraphiteReporterTest,
DeleteNodeTest, TestSolrCloudWithHadoopAuthPlugin, HighlighterMaxOffsetTest,
CollectionTooManyReplicasTest, TestSQLHandlerNonCloud,
LeaderInitiatedRecoveryOnShardRestartTest, TestRandomRequestDistribution,
TestAddFieldRealTimeGet, HdfsRestartWhileUpdatingTest, PeerSyncTest,
HdfsChaosMonkeyNothingIsSafeTest, XsltUpdateRequestHandlerTest,
CursorPagingTest, TestFieldCacheReopen, AnalyticsMergeStrategyTest,
TriLevelCompositeIdRoutingTest, ShardRoutingTest, TestObjectReleaseTracker,
DirectUpdateHandlerTest, TestXIncludeConfig, TestCSVResponseWriter,
BlockDirectoryTest, SolrCoreTest, TestConfigOverlay,
TestSolrCloudWithKerberosAlt, TestElisionMultitermQuery, HdfsRecoverLeaseTest,
AtomicUpdatesTest, TestDynamicFieldCollectionResource, ZkStateReaderTest,
TestGroupingSearch, TestLeaderElectionWithEmptyReplica,
TestDelegationWithHadoopAuth, TestDocumentBuilder, TestCharFilters,
TestSolrDynamicMBean, TestCSVLoader, TestPerFieldSimilarityClassic,
TestStressCloudBlindAtomicUpdates, SOLR749Test,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestGraphTermsQParserPlugin,
TestHdfsUpdateLog, CollectionsAPISolrJTest, SmileWriterTest,
StandardRequestHandlerTest, BasicZkTest, RecoveryZkTest,
TestReplicationHandler, TestDistributedGrouping,
TermVectorComponentDistributedTest, StatsComponentTest, BadIndexSchemaTest,
TestFiltering, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=DD45476DCD64221D -Dtests.slow=true -Dtests.locale=sk
-Dtests.timezone=America/St_Vincent -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=21493, name=searcherExecutor-7195-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([DD45476DCD64221D]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=21493, name=searcherExecutor-7195-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([DD45476DCD64221D]:0)
[junit4] Completed [397/696 (1!)] on J0 in 31.20s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 63671 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]