Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/776/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC
3 tests failed.
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=9143, name=searcherExecutor-3814-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=9143, name=searcherExecutor-3814-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([FBE8D11CA199A2F2]: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=9143, name=searcherExecutor-3814-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=9143, name=searcherExecutor-3814-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([FBE8D11CA199A2F2]:0)
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([FBE8D11CA199A2F2:248870CD6ABEC157]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
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:894)
... 41 more
Build Log:
[...truncated 12586 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> 1009619 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/init-core-data-001
[junit4] 2> 1009620 WARN
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=616 numCloses=616
[junit4] 2> 1009620 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1009621 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1009622 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 1009631 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/solr.xml
[junit4] 2> 1009635 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1009635 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1009647 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1009679 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1009687 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1009687 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1009690 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1009697 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009697 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009697 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009713 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1009713 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1009713 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-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@745a900b
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-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@745a900b
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-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@745a900b
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009716 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009715 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009716 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection1/data/]
[junit4] 2> 1009716 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection2/data/]
[junit4] 2> 1009716 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection5/data/]
[junit4] 2> 1009717 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009717 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009717 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009753 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009753 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009753 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009754 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7c9169ec[collection5] main]
[junit4] 2> 1009754 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection5/conf
[junit4] 2> 1009755 INFO (coreLoadExecutor-3497-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009756 INFO
(searcherExecutor-3500-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@7c9169ec[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009758 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009758 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009758 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009759 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7b672fe8[collection2] main]
[junit4] 2> 1009759 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection2/conf
[junit4] 2> 1009759 INFO (coreLoadExecutor-3497-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009760 INFO
(searcherExecutor-3498-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@7b672fe8[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009764 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009764 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009765 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009765 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17f1eda[collection1]
main]
[junit4] 2> 1009765 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection1/conf
[junit4] 2> 1009766 INFO (coreLoadExecutor-3497-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009766 INFO
(searcherExecutor-3499-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@17f1eda[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009773 INFO (Thread-2499) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009789 INFO (Thread-2499) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1009790 INFO (Thread-2499) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009790 INFO (Thread-2499) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection3,
trusted=true
[junit4] 2> 1009790 INFO (Thread-2499) [ 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@745a900b
[junit4] 2> 1009790 INFO (Thread-2499) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009791 INFO (Thread-2499) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/./collection3/data/]
[junit4] 2> 1009792 INFO (Thread-2499) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009822 INFO (Thread-2499) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009822 INFO (Thread-2499) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009822 INFO (Thread-2499) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009823 INFO (Thread-2499) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@56ee42a3[collection3] main]
[junit4] 2> 1009823 INFO (Thread-2499) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-001/collection3/conf
[junit4] 2> 1009823 INFO (Thread-2499) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009825 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=424754665
[junit4] 2> 1009825 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1009825 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@45024fa0: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@5e06b764
[junit4] 2> 1009830 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1009830 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5394f82a: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@37debcab
[junit4] 2> 1009832 INFO
(searcherExecutor-3510-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@56ee42a3[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009834 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1009834 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ef9732f: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@33e13e88
[junit4] 2> 1009834 INFO (coreCloseExecutor-3514-thread-1) [
x:collection5] o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@609d4c5b
[junit4] 2> 1009834 INFO (coreCloseExecutor-3514-thread-2) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@58c11637
[junit4] 2> 1009834 INFO (coreCloseExecutor-3514-thread-1) [
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1620921435
[junit4] 2> 1009834 INFO (coreCloseExecutor-3514-thread-1) [
x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@a8ea6b4: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@107c53ad
[junit4] 2> 1009834 INFO (coreCloseExecutor-3514-thread-3) [
x:collection2] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@6a5584b7
[junit4] 2> 1009834 INFO (coreCloseExecutor-3514-thread-4) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@42eef4fc
[junit4] 2> 1009840 INFO (coreCloseExecutor-3514-thread-2) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1489049143
[junit4] 2> 1009840 INFO (coreCloseExecutor-3514-thread-2) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bc8ecb8: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@597b31b2
[junit4] 2> 1009847 INFO (coreCloseExecutor-3514-thread-3) [
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1783989431
[junit4] 2> 1009847 INFO (coreCloseExecutor-3514-thread-3) [
x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@692c5cec: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@461aeaf5
[junit4] 2> 1009852 INFO (coreCloseExecutor-3514-thread-4) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1122956540
[junit4] 2> 1009852 INFO (coreCloseExecutor-3514-thread-4) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@67177527: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@4ffcd3da
[junit4] 2> 1009859 INFO
(TEST-TestLazyCores.testRace-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 1009861 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 1009867 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/solr.xml
[junit4] 2> 1009870 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1009870 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1009871 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1009889 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1009894 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1009894 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1009895 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1009902 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009902 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009902 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1009919 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1009919 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1009919 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-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@745a900b
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-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@745a900b
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-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@745a900b
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection2/data/]
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection1/data/]
[junit4] 2> 1009922 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection5/data/]
[junit4] 2> 1009924 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009925 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009925 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1009980 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009980 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009981 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009982 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7bbf81e9[collection2] main]
[junit4] 2> 1009982 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection2/conf
[junit4] 2> 1009982 INFO (coreLoadExecutor-3521-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009983 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009983 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009983 INFO
(searcherExecutor-3522-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@7bbf81e9[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009984 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009984 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6ec5c341[collection1] main]
[junit4] 2> 1009984 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection1/conf
[junit4] 2> 1009985 INFO (coreLoadExecutor-3521-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009985 INFO
(searcherExecutor-3524-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6ec5c341[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009988 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1009988 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1009989 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1009989 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ee9428b[collection5] main]
[junit4] 2> 1009990 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection5/conf
[junit4] 2> 1009990 INFO (coreLoadExecutor-3521-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1009991 INFO
(searcherExecutor-3523-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@5ee9428b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1009997 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010001 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1010003 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010003 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 1010003 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
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@745a900b
[junit4] 2> 1010003 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010003 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection3/data/]
[junit4] 2> 1010005 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=31.990234375,
floorSegmentMB=1.625, forceMergeDeletesPctAllowed=21.990131509944266,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1010039 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010039 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010040 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8990992813469514]
[junit4] 2> 1010040 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@ae004b0[collection3]
main]
[junit4] 2> 1010040 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection3/conf
[junit4] 2> 1010041 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010041 INFO
(searcherExecutor-3534-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@ae004b0[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010046 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010050 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1010064 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010064 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection4,
trusted=true
[junit4] 2> 1010065 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
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@745a900b
[junit4] 2> 1010065 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010065 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection4/data/]
[junit4] 2> 1010066 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=50.7626953125,
floorSegmentMB=0.40625, forceMergeDeletesPctAllowed=3.7541238624348248,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1010100 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010100 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010101 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1010101 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6862d007[collection4] main]
[junit4] 2> 1010102 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection4/conf
[junit4] 2> 1010102 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010103 INFO
(searcherExecutor-3538-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@6862d007[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010109 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010113 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1010115 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010115 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection6,
trusted=true
[junit4] 2> 1010116 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
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@745a900b
[junit4] 2> 1010116 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010116 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection6/data/]
[junit4] 2> 1010118 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6053766229614705]
[junit4] 2> 1010157 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010157 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010157 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1010158 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@2488b66[collection6]
main]
[junit4] 2> 1010158 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection6/conf
[junit4] 2> 1010159 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010159 INFO
(searcherExecutor-3542-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@2488b66[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010165 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010185 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1010187 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010187 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection7,
trusted=true
[junit4] 2> 1010187 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
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@745a900b
[junit4] 2> 1010187 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010187 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection7],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection7/data/]
[junit4] 2> 1010189 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1010223 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010223 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010224 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=11, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=95.748046875,
floorSegmentMB=2.005859375, forceMergeDeletesPctAllowed=3.0902486262942084,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.15834301522104577
[junit4] 2> 1010224 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1890d5ac[collection7] main]
[junit4] 2> 1010225 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection7/conf
[junit4] 2> 1010225 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010226 INFO
(searcherExecutor-3546-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@1890d5ac[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010233 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010238 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1010240 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010240 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection8,
trusted=true
[junit4] 2> 1010240 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
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@745a900b
[junit4] 2> 1010240 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010240 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection8],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection8/data/]
[junit4] 2> 1010242 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21942896475533047]
[junit4] 2> 1010290 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010291 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010292 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1010292 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4f586762[collection8] main]
[junit4] 2> 1010293 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection8/conf
[junit4] 2> 1010294 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010294 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection3]
[junit4] 2> 1010294 INFO
(searcherExecutor-3550-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@4f586762[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010326 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1010328 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010328 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection9,
trusted=true
[junit4] 2> 1010328 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
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@745a900b
[junit4] 2> 1010328 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010328 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection9],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/./collection9/data/]
[junit4] 2> 1010331 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1461237407,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1010389 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010389 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010391 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.1357421875, noCFSRatio=0.0]
[junit4] 2> 1010391 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3f0cdb5e[collection9] main]
[junit4] 2> 1010391 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-002/collection9/conf
[junit4] 2> 1010392 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010393 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 1010393 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@38a95af7
[junit4] 2> 1010393 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=950622967
[junit4] 2> 1010393 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@434c6135: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@7000f934
[junit4] 2> 1010405 INFO
(searcherExecutor-3554-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@3f0cdb5e[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010412 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@7cd982a7
[junit4] 2> 1010412 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=2094629543
[junit4] 2> 1010413 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d91cc5c: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@6074f6ad
[junit4] 2> 1010429 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=296729862
[junit4] 2> 1010429 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1010429 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@c6e0b7a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@f80f6dc
[junit4] 2> 1010434 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1010434 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@33b34380: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@37debcab
[junit4] 2> 1010439 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1010439 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@18c3ff53: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@33e13e88
[junit4] 2> 1010440 INFO
(coreCloseExecutor-3558-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6ceeaec2
[junit4] 2> 1010440 INFO
(coreCloseExecutor-3558-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1827581634
[junit4] 2> 1010440 INFO
(coreCloseExecutor-3558-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e1bbca9: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@9b9037a
[junit4] 2> 1010440 INFO
(coreCloseExecutor-3558-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@4e988d6
[junit4] 2> 1010455 INFO
(coreCloseExecutor-3558-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@5edeab1a
[junit4] 2> 1010455 INFO
(coreCloseExecutor-3558-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1591651098
[junit4] 2> 1010455 INFO
(coreCloseExecutor-3558-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4a74c652: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@cb8d0d7
[junit4] 2> 1010470 INFO
(coreCloseExecutor-3558-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@93a7bca
[junit4] 2> 1010470 INFO
(coreCloseExecutor-3558-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=154827722
[junit4] 2> 1010470 INFO
(coreCloseExecutor-3558-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7feecb18: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@7a794c51
[junit4] 2> 1010477 INFO
(coreCloseExecutor-3558-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@158fe028
[junit4] 2> 1010477 INFO
(coreCloseExecutor-3558-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@3860ee77
[junit4] 2> 1010477 INFO
(coreCloseExecutor-3558-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c30021
[junit4] 2> 1010482 INFO
(coreCloseExecutor-3558-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=82413782
[junit4] 2> 1010482 INFO
(coreCloseExecutor-3558-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72ca6808: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@23a5c27
[junit4] 2> 1010488 INFO
(coreCloseExecutor-3558-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=361750568
[junit4] 2> 1010488 INFO
(coreCloseExecutor-3558-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7cb0dcc4: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@6a65b360
[junit4] 2> 1010499 INFO
(coreCloseExecutor-3558-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=945876599
[junit4] 2> 1010512 INFO
(coreCloseExecutor-3558-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2278e823: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@6d4478fc
[junit4] 2> 1010530 INFO
(coreCloseExecutor-3558-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=46333985
[junit4] 2> 1010530 INFO
(coreCloseExecutor-3558-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f75ed5e: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@586610b9
[junit4] 2> 1010552 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 1010554 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1010569 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/solr.xml
[junit4] 2> 1010575 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1010575 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1010575 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1010627 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1010635 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1010635 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@745a900b
[junit4] 2> 1010637 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[FBE8D11CA199A2F2]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 1010645 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010662 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1010665 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010665 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/./collection1,
trusted=true
[junit4] 2> 1010665 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010665 INFO
(coreLoadExecutor-3565-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@745a900b
[junit4] 2> 1010665 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010665 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/./collection1/data/]
[junit4] 2> 1010667 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1010670 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1010672 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010672 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/./collection2,
trusted=true
[junit4] 2> 1010672 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1010675 INFO
(coreLoadExecutor-3565-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@745a900b
[junit4] 2> 1010676 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010676 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/./collection2/data/]
[junit4] 2> 1010677 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1010680 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1010680 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/./collection5,
trusted=true
[junit4] 2> 1010681 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1010681 INFO
(coreLoadExecutor-3565-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@745a900b
[junit4] 2> 1010681 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1010681 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/./collection5/data/]
[junit4] 2> 1010683 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7945006229953441]
[junit4] 2> 1010720 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010720 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010720 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010720 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1010721 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1010721 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=44.4365234375,
floorSegmentMB=0.8720703125, forceMergeDeletesPctAllowed=29.775322485036586,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1010721 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ee21426[collection2] main]
[junit4] 2> 1010721 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a8c1e68[collection1] main]
[junit4] 2> 1010722 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/collection2/conf
[junit4] 2> 1010722 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001/tempDir-003/collection1/conf
[junit4] 2> 1010722 INFO
(coreLoadExecutor-3565-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010722 INFO
(coreLoadExecutor-3565-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1010723 INFO
(searcherExecutor-3566-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4a8c1e68[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010723 INFO
(searcherExecutor-3567-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@5ee21426[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1010730 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1010730 INFO
(coreLoadExecutor-3565-thread-3-processing-x:collecti
[...truncated too long message...]
nit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <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>
[junit4] > </response>
[junit4] > request was:q=*:*
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
[junit4] > ... 41 more
[junit4] 2> 1014731 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1014731 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=606424984
[junit4] 2> 1014731 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1014731 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1014731 INFO
(SUITE-TestLazyCores-seed#[FBE8D11CA199A2F2]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_FBE8D11CA199A2F2-001
[junit4] 2> Nov 09, 2017 1:33:54 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Nov 09, 2017 1:34:14 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=9143, name=searcherExecutor-3814-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> Nov 09, 2017 1:34:14 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9143, name=searcherExecutor-3814-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Nov 09, 2017 1:34:17 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9143, name=searcherExecutor-3814-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=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=es-EC, timezone=Pacific/Fakaofo
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=2,free=178976392,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestAuthenticationFramework,
TestExpandComponent, DistributedVersionInfoTest, AnalyticsQueryTest,
TestFieldCacheSort, TestStressReorder, HdfsDirectoryFactoryTest,
NotRequiredUniqueKeyTest, TestSurroundQueryParser, PolyFieldTest,
TestBM25SimilarityFactory, TestNonDefinedSimilarityFactory,
TriLevelCompositeIdRoutingTest, TestScoreJoinQPScore,
TestComplexPhraseQParserPlugin, TestSerializedLuceneMatchVersion,
TestBulkSchemaAPI, TestOverriddenPrefixQueryForCustomFieldType,
TestZkAclsWithHadoopAuth, SynonymTokenizerTest, TestFastLRUCache,
HdfsRecoveryZkTest, TestSSLRandomization, TestAtomicUpdateErrorCases,
TestInitParams, ComputePlanActionTest, TestLeaderElectionZkExpiry,
TestStandardQParsers, TestDocSet, ClassificationUpdateProcessorFactoryTest,
DistributedIntervalFacetingTest, CloneFieldUpdateProcessorFactoryTest,
TestConfigsApi, SampleTest, DeleteShardTest, TestQuerySenderNoQuery,
TestFieldTypeCollectionResource, TestBinaryResponseWriter,
TestSubQueryTransformer, TestRandomFlRTGCloud, RequestLoggingTest,
ReplicaListTransformerTest, TestNumericTokenStream, StatsReloadRaceTest,
TestAnalyzedSuggestions, TestStressLucene, TestManagedResource,
CircularListTest, OverseerRolesTest, RuleEngineTest, SolrMetricReporterTest,
TestPushWriter, BlockJoinFacetRandomTest, SOLR749Test, TestSolr4Spatial,
DistributedFacetPivotLongTailTest, TestManagedSchema, TestSolrQueryParser,
CoreMergeIndexesAdminHandlerTest, TestPrepRecovery,
AddSchemaFieldsUpdateProcessorFactoryTest, SearchRateTriggerTest,
TestCloudRecovery, DOMUtilTest, TestCloudJSONFacetJoinDomain, TestRangeQuery,
TestCloudNestedDocsSort, TestGeoJSONResponseWriter, SpellingQueryConverterTest,
RegexBytesRefFilterTest, RollingRestartTest, TestConfigSetsAPIExclusivity,
TestDeleteCollectionOnDownNodes, PreAnalyzedFieldTest,
HdfsWriteToMultipleCollectionsTest, SolrCmdDistributorTest,
TestSQLHandlerNonCloud, MetricUtilsTest, TestReRankQParserPlugin,
HttpPartitionTest, CloudExitableDirectoryReaderTest, ConvertedLegacyTest,
TestAddFieldRealTimeGet, TestMissingGroups, TestLuceneMatchVersion,
AutoscalingHistoryHandlerTest, TestDocumentBuilder, RequestHandlersTest,
TestFastWriter, BooleanFieldTest, TestTrackingShardHandlerFactory,
BasicAuthStandaloneTest, SuggesterFSTTest, TemplateUpdateProcessorTest,
TestSizeLimitedDistributedMap, CoreSorterTest, ConjunctionSolrSpellCheckerTest,
BufferStoreTest, TestFieldCacheWithThreads, AnalysisErrorHandlingTest,
HdfsThreadLeakTest, SolrIndexConfigTest, SolrSlf4jReporterTest,
TestInPlaceUpdatesStandalone, TestRetrieveFieldsOptimizer, TestFaceting,
WrapperMergePolicyFactoryTest, TestConfigReload, TestReplicaProperties,
TestLockTree, TestJsonFacets, DirectUpdateHandlerTest, TestExactStatsCache,
TestTolerantUpdateProcessorCloud, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=FBE8D11CA199A2F2 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=es-EC -Dtests.timezone=Pacific/Fakaofo -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[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=9143, name=searcherExecutor-3814-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([FBE8D11CA199A2F2]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9143, name=searcherExecutor-3814-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([FBE8D11CA199A2F2]:0)
[junit4] Completed [331/748 (1!)] on J1 in 28.22s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48577 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]