Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/235/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
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([CC480704D68B187D:1328A6D51DAC7BD8]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:748)
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:877)
... 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=23808, name=searcherExecutor-9002-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:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=23808, name=searcherExecutor-9002-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:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([CC480704D68B187D]: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=23808, name=searcherExecutor-9002-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:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=23808, name=searcherExecutor-9002-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:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([CC480704D68B187D]:0)
Build Log:
[...truncated 12922 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/init-core-data-001
[junit4] 2> 2628836 WARN
(SUITE-TestLazyCores-seed#[CC480704D68B187D]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=46 numCloses=46
[junit4] 2> 2628836 INFO
(SUITE-TestLazyCores-seed#[CC480704D68B187D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2628837 INFO
(SUITE-TestLazyCores-seed#[CC480704D68B187D]-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> 2628837 INFO
(SUITE-TestLazyCores-seed#[CC480704D68B187D]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2628839 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 2628852 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/solr.xml
[junit4] 2> 2628854 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2628855 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2628855 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2628883 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2628889 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2628889 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2628890 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2628900 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2628900 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2628905 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2628905 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2628907 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2628907 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 2628907 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2628913 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2628913 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection2/data/]
[junit4] 2> 2628915 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2628905 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2628917 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2628918 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2628918 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 2628918 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2628918 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2628918 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection5/data/]
[junit4] 2> 2628920 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2628927 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2628927 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 2628927 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2628927 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2628927 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection1/data/]
[junit4] 2> 2628934 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2628962 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2628962 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2628963 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2628967 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@74b014c0[collection5] main]
[junit4] 2> 2628967 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection5/conf
[junit4] 2> 2628968 INFO (coreLoadExecutor-8880-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2628968 INFO
(searcherExecutor-8882-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@74b014c0[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2628984 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2628984 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2628984 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2628985 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6ab5bb44[collection2] main]
[junit4] 2> 2628985 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection2/conf
[junit4] 2> 2628986 INFO (coreLoadExecutor-8880-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2628986 INFO
(searcherExecutor-8881-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@6ab5bb44[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2628996 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2628996 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2628997 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2628997 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73ada7[collection1]
main]
[junit4] 2> 2628997 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection1/conf
[junit4] 2> 2628998 INFO (coreLoadExecutor-8880-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2628998 INFO
(searcherExecutor-8883-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@73ada7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629007 INFO (Thread-4445) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629011 INFO (Thread-4445) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2629013 INFO (Thread-4445) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629013 INFO (Thread-4445) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection3,
trusted=true
[junit4] 2> 2629013 INFO (Thread-4445) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629013 INFO (Thread-4445) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629013 INFO (Thread-4445) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/./collection3/data/]
[junit4] 2> 2629015 INFO (Thread-4445) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629075 INFO (Thread-4445) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629075 INFO (Thread-4445) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629075 INFO (Thread-4445) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629075 INFO (Thread-4445) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f6d61a4[collection3] main]
[junit4] 2> 2629076 INFO (Thread-4445) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-001/collection3/conf
[junit4] 2> 2629076 INFO (Thread-4445) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629080 INFO
(searcherExecutor-8893-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@2f6d61a4[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629082 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2078669499
[junit4] 2> 2629082 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2629082 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@766de07c: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@59ec3547
[junit4] 2> 2629085 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2629085 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e7521c5: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@77bf2a18
[junit4] 2> 2629088 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2629088 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@16b86b1d: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@6a505c1c
[junit4] 2> 2629088 INFO (coreCloseExecutor-8897-thread-1) [
x:collection5] o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@334f525e
[junit4] 2> 2629088 INFO (coreCloseExecutor-8897-thread-2) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@38977cc1
[junit4] 2> 2629088 INFO (coreCloseExecutor-8897-thread-3) [
x:collection2] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@75fafc63
[junit4] 2> 2629088 INFO (coreCloseExecutor-8897-thread-4) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@af41cf5
[junit4] 2> 2629088 INFO (coreCloseExecutor-8897-thread-1) [
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=860836446
[junit4] 2> 2629088 INFO (coreCloseExecutor-8897-thread-1) [
x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@67f9a9f5: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@569f9a8b
[junit4] 2> 2629092 INFO (coreCloseExecutor-8897-thread-2) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=949451969
[junit4] 2> 2629092 INFO (coreCloseExecutor-8897-thread-2) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bf4de51: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@17839dcf
[junit4] 2> 2629097 INFO (coreCloseExecutor-8897-thread-3) [
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1979382883
[junit4] 2> 2629097 INFO (coreCloseExecutor-8897-thread-3) [
x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3adc5a20: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@1896f320
[junit4] 2> 2629101 INFO (coreCloseExecutor-8897-thread-4) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=183770357
[junit4] 2> 2629101 INFO (coreCloseExecutor-8897-thread-4) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ca5c59b: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@592ae19c
[junit4] 2> 2629107 INFO
(TEST-TestLazyCores.testRace-seed#[CC480704D68B187D]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 2629109 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 2629121 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/solr.xml
[junit4] 2> 2629123 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2629123 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2629124 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2629149 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629155 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629155 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629156 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2629165 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629165 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629165 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629178 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2629178 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2629178 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2629180 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629180 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629180 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 2629180 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection2/data/]
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection5/data/]
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629181 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection1/data/]
[junit4] 2> 2629182 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629183 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629182 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629230 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629230 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629231 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@d65c547[collection2]
main]
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1bb6d55d[collection5] main]
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@50403fd6[collection1] main]
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection2/conf
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection5/conf
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection1/conf
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629232 INFO (coreLoadExecutor-8904-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629233 INFO
(searcherExecutor-8905-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@d65c547[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629233 INFO
(searcherExecutor-8907-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@50403fd6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629233 INFO
(searcherExecutor-8906-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@1bb6d55d[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629240 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629250 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2629252 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629252 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 2629252 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection3' (registry 'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629252 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629252 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection3/data/]
[junit4] 2> 2629254 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629289 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629289 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629290 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=57.873046875,
floorSegmentMB=1.779296875, forceMergeDeletesPctAllowed=8.38753238070078,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22217626184762704
[junit4] 2> 2629290 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6b0e3fc4[collection3] main]
[junit4] 2> 2629290 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection3/conf
[junit4] 2> 2629291 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629291 INFO
(searcherExecutor-8917-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@6b0e3fc4[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629297 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629301 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2629303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection4,
trusted=true
[junit4] 2> 2629303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection4/data/]
[junit4] 2> 2629305 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.625, noCFSRatio=1.0]
[junit4] 2> 2629341 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629341 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629342 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2629343 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6a9f1f36[collection4] main]
[junit4] 2> 2629343 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection4/conf
[junit4] 2> 2629344 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629346 INFO
(searcherExecutor-8921-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@6a9f1f36[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629354 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629358 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 2629360 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629360 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection6,
trusted=true
[junit4] 2> 2629360 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629360 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629361 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection6],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection6/data/]
[junit4] 2> 2629362 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=18.3525390625,
floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=0.8857596460002592,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2629408 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629408 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629408 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=79.5625,
floorSegmentMB=1.87109375, forceMergeDeletesPctAllowed=11.622052910682488,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2629409 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@65f970fc[collection6] main]
[junit4] 2> 2629409 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection6/conf
[junit4] 2> 2629409 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629410 INFO
(searcherExecutor-8925-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@65f970fc[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629416 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629419 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 2629421 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629421 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection7,
trusted=true
[junit4] 2> 2629421 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629421 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629421 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection7],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection7/data/]
[junit4] 2> 2629423 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2629458 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629459 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629459 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1742849382,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629460 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6a3acb3b[collection7] main]
[junit4] 2> 2629460 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection7/conf
[junit4] 2> 2629460 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629461 INFO
(searcherExecutor-8929-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@6a3acb3b[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629467 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629471 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 2629472 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629472 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection8,
trusted=true
[junit4] 2> 2629473 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection8' (registry 'solr.core.collection8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629473 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629473 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection8],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection8/data/]
[junit4] 2> 2629475 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=20.0791015625,
floorSegmentMB=1.2802734375, forceMergeDeletesPctAllowed=8.426584743203792,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2629510 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629510 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629511 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1699932245787273]
[junit4] 2> 2629511 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d3d3692[collection8] main]
[junit4] 2> 2629511 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection8/conf
[junit4] 2> 2629512 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629512 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection3]
[junit4] 2> 2629512 INFO
(searcherExecutor-8933-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@4d3d3692[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629527 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629531 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 2629532 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629533 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection9,
trusted=true
[junit4] 2> 2629533 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection9' (registry 'solr.core.collection9') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629533 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629533 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection9],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/./collection9/data/]
[junit4] 2> 2629535 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629571 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629571 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629572 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=15.0048828125,
floorSegmentMB=1.837890625, forceMergeDeletesPctAllowed=17.644635834295272,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.24172479888311627
[junit4] 2> 2629572 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@27b56e36[collection9] main]
[junit4] 2> 2629572 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-002/collection9/conf
[junit4] 2> 2629573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2629573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 2629573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@276e4e5e
[junit4] 2> 2629573 INFO (Thread-4460) [ ] o.a.s.c.SolrCore
[collection2] CLOSING SolrCore org.apache.solr.core.SolrCore@2627dc18
[junit4] 2> 2629573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=661540446
[junit4] 2> 2629573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@33969a64: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@174e2620
[junit4] 2> 2629575 INFO
(searcherExecutor-8937-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@27b56e36[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2629579 INFO (Thread-4460) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.collection2, tag=640146456
[junit4] 2> 2629580 INFO (Thread-4460) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e629de6:
rootName = null, domain = solr.core.collection2, service url = null, agent id =
null] for registry solr.core.collection2 /
com.codahale.metrics.MetricRegistry@55c0910b
[junit4] 2> 2629580 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=1917613729
[junit4] 2> 2629583 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 2629583 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@410d1249: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@4672508f
[junit4] 2> 2629586 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 2629587 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@d73335e: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@77bf2a18
[junit4] 2> 2629589 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 2629589 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10a5d5a2: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@6a505c1c
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@511cf82f
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@5f33b616
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1360853039
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@18dac444: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3261ad2b
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@170cc588
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@256c77e2
[junit4] 2> 2629589 INFO
(coreCloseExecutor-8941-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@24d220cd
[junit4] 2> 2629590 INFO
(coreCloseExecutor-8941-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@3ebfa88e
[junit4] 2> 2629590 INFO
(coreCloseExecutor-8941-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@773ce8ae
[junit4] 2> 2629593 INFO
(coreCloseExecutor-8941-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1597224470
[junit4] 2> 2629593 INFO
(coreCloseExecutor-8941-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@76558fcc: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@54265e55
[junit4] 2> 2629597 INFO
(coreCloseExecutor-8941-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=386712968
[junit4] 2> 2629597 INFO
(coreCloseExecutor-8941-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6b8a027: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@788e8a17
[junit4] 2> 2629602 INFO
(coreCloseExecutor-8941-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=627865570
[junit4] 2> 2629602 INFO
(coreCloseExecutor-8941-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@69d3251e: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@2b2b1ead
[junit4] 2> 2629606 INFO
(coreCloseExecutor-8941-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=617750733
[junit4] 2> 2629606 INFO
(coreCloseExecutor-8941-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e6abe58: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@3e09c0a9
[junit4] 2> 2629611 INFO
(coreCloseExecutor-8941-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=1052747918
[junit4] 2> 2629611 INFO
(coreCloseExecutor-8941-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6aa7a7ce: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@61f4b15b
[junit4] 2> 2629616 INFO
(coreCloseExecutor-8941-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=2000480430
[junit4] 2> 2629616 INFO
(coreCloseExecutor-8941-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@77fd7291: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@68b63222
[junit4] 2> 2629622 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 2629624 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
[junit4] 2> 2629636 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/solr.xml
[junit4] 2> 2629639 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 2629639 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2629639 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2629671 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629676 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629676 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629677 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[CC480704D68B187D]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 2629692 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629692 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629693 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2629700 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2629700 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2629700 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2629702 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629702 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629702 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2629702 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/./collection5,
trusted=true
[junit4] 2> 2629702 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/./collection2,
trusted=true
[junit4] 2> 2629702 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/./collection1,
trusted=true
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36faf6ba
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/./collection2/data/]
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/./collection5/data/]
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2629703 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/./collection1/data/]
[junit4] 2> 2629705 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629705 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629705 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1498734451,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629758 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2629759 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4583ecf1[collection5] main]
[junit4] 2> 2629759 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@43610860[collection2] main]
[junit4] 2> 2629759 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@34320539[collection1] main]
[junit4] 2> 2629759 INFO
(coreLoadExecutor-8948-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/collection5/conf
[junit4] 2> 2629759 INFO
(coreLoadExecutor-8948-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_CC480704D68B187D-001/tempDir-003/collection2/conf
[junit4] 2> 2629759 INFO
(coreLoadExecutor-8948-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.
[...truncated too long message...]
estLazyCores]
[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:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Oct 11, 2017 4:25:36 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=23808, name=searcherExecutor-9002-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Oct 11, 2017 4:25:39 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=23808, name=searcherExecutor-9002-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:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=pt, timezone=SystemV/AST4
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141
(64-bit)/cpus=3,threads=2,free=147332096,total=530579456
[junit4] 2> NOTE: All tests run in this JVM:
[TestFieldTypeCollectionResource, TestCloudSchemaless, JsonLoaderTest,
TestQueryUtils, DistributedDebugComponentTest, CreateCollectionCleanupTest,
TestPushWriter, DistributedTermsComponentTest, MBeansHandlerTest,
TestAnalyzedSuggestions, DistribJoinFromCollectionTest, TestRandomFaceting,
CdcrUpdateLogTest, OpenCloseCoreStressTest, HdfsRestartWhileUpdatingTest,
TestLuceneIndexBackCompat, QueryEqualityTest, TestSimpleTextCodec,
FullSolrCloudDistribCmdsTest, LeaderElectionContextKeyTest,
TestGraphMLResponseWriter, RecoveryAfterSoftCommitTest, ImplicitSnitchTest,
SpellCheckCollatorWithCollapseTest, HdfsBasicDistributedZk2Test, TestLRUCache,
TestDocBasedVersionConstraints, ManagedSchemaRoundRobinCloudTest,
TestRangeQuery, TestAddFieldRealTimeGet, MultiThreadedOCPTest, TestFastWriter,
DistributedFacetPivotLongTailTest, TestSimpleTrackingShardHandler,
SolrCloudExampleTest, TestCharFilters, ShowFileRequestHandlerTest,
LoggingHandlerTest, TestManagedSynonymGraphFilterFactory,
PeerSyncWithIndexFingerprintCachingTest, OpenExchangeRatesOrgProviderTest,
TestFiltering, CollectionsAPIDistributedZkTest, TestLegacyNumericUtils,
TestSQLHandlerNonCloud, ConfigureRecoveryStrategyTest,
TestBulkSchemaConcurrent, ShardRoutingCustomTest, SolrCmdDistributorTest,
TestImpersonationWithHadoopAuth, TestSolrCloudWithKerberosAlt,
SolrMetricManagerTest, TermVectorComponentDistributedTest, TestRestoreCore,
PreAnalyzedFieldTest, WrapperMergePolicyFactoryTest, TestExactStatsCache,
TestFilteredDocIdSet, SubstringBytesRefFilterTest, TestDistribDocBasedVersion,
SolrPluginUtilsTest, TestFreeTextSuggestions, TestIntervalFaceting,
TestFastOutputStream, BasicAuthIntegrationTest, CloudMLTQParserTest,
TestQueryWrapperFilter, TestCustomStream, PropertiesRequestHandlerTest,
HLLSerializationTest, TestPullReplica, TestManagedSchemaAPI,
DistributedVersionInfoTest, HttpTriggerListenerTest,
UUIDUpdateProcessorFallbackTest, DistributedIntervalFacetingTest,
TestStressCloudBlindAtomicUpdates, TestCollationField,
DeleteInactiveReplicaTest, TestJoin, TestPostingsSolrHighlighter, RulesTest,
SystemInfoHandlerTest, SolrRequestParserTest, TestDistributedGrouping,
TestEmbeddedSolrServerConstructors, HdfsLockFactoryTest,
DistributedFacetPivotSmallTest, TestZkChroot, TestConfigSetImmutable,
InfixSuggestersTest, TestMissingGroups, SpellCheckCollatorTest,
BasicFunctionalityTest, ChaosMonkeySafeLeaderTest, TestLockTree,
TestRTimerTree, TestSubQueryTransformer, BigEndianAscendingWordSerializerTest,
AutoScalingHandlerTest, TestCustomSort, TestSubQueryTransformerDistrib,
AsyncCallRequestStatusResponseTest, SparseHLLTest, UpdateParamsTest,
DebugComponentTest, TestSolrDeletionPolicy1, TestFieldCacheVsDocValues,
TestAuthenticationFramework, TestSchemalessBufferedUpdates,
TestClassicSimilarityFactory, TestExclusionRuleCollectionAccess,
TestBackupRepositoryFactory, TestSearcherReuse, CacheHeaderTest,
TestSchemaSimilarityResource, MissingSegmentRecoveryTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestNamedUpdateProcessors,
ConfigSetsAPITest, TestInPlaceUpdatesStandalone,
AtomicUpdateProcessorFactoryTest, AutoscalingHistoryHandlerTest,
ResponseHeaderTest, FieldMutatingUpdateProcessorTest,
SolrCoreCheckLockOnStartupTest, CollectionsAPISolrJTest,
TestPartialUpdateDeduplication, ZkStateReaderTest, TestInitParams,
OverseerCollectionConfigSetProcessorTest, TestLuceneMatchVersion,
TestCSVLoader, TestHdfsUpdateLog, CollectionReloadTest,
DistributedQueryComponentCustomSortTest, TestStressLiveNodes, ShardSplitTest,
TestTrackingShardHandlerFactory, ExternalFileFieldSortTest,
CurrencyFieldTypeTest, TestCloudInspectUtil, TestIndexSearcher,
HdfsCollectionsAPIDistributedZkTest, TestConfigReload, TestXmlQParserPlugin,
SuggesterTSTTest, TestDistributedMissingSort, TestSha256AuthenticationProvider,
TestTestInjection, TestReload, PKIAuthenticationIntegrationTest,
TestUseDocValuesAsStored2, TestElisionMultitermQuery, ZkNodePropsTest,
TermsComponentTest, SolrGraphiteReporterTest, MoveReplicaHDFSTest,
TestZkAclsWithHadoopAuth, TestBadConfig, BasicZkTest, TestCoreDiscovery,
TestDistributedStatsComponentCardinality, TestDocSet, TestSystemIdResolver,
DocumentAnalysisRequestHandlerTest, SolrIndexConfigTest,
OutOfBoxZkACLAndCredentialsProvidersTest, SolrJmxReporterTest, DeleteShardTest,
TestScoreJoinQPScore, TestSSLRandomization, TestOrdValues, AnalyticsQueryTest,
TestReplicationHandlerBackup, DocumentBuilderTest, TestSolrQueryResponse,
TestClusterProperties, TestCloudRecovery,
ClassificationUpdateProcessorFactoryTest, ClassificationUpdateProcessorTest,
BasicDistributedZkTest, TestDistributedSearch,
DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressVersions,
HardAutoCommitTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest,
SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest,
TestFunctionQuery, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=CC480704D68B187D -Dtests.slow=true -Dtests.locale=pt
-Dtests.timezone=SystemV/AST4 -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J1 | 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=23808, name=searcherExecutor-9002-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:1074)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([CC480704D68B187D]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=23808, name=searcherExecutor-9002-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:1074)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([CC480704D68B187D]:0)
[junit4] Completed [412/744 (1!)] on J1 in 27.68s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 47975 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]