Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4325/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([18DC44E3C3F87C55:C7BCE53208DF1FF0]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:855)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:832)
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
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=14122, name=searcherExecutor-4877-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=14122, name=searcherExecutor-4877-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([18DC44E3C3F87C55]: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=14122, name=searcherExecutor-4877-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=14122, name=searcherExecutor-4877-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([18DC44E3C3F87C55]:0)
Build Log:
[...truncated 12289 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/init-core-data-001
[junit4] 2> 969603 WARN
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 969603 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 969608 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 969608 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 969609 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 969644 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/solr.xml
[junit4] 2> 969649 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 969649 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 969650 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 969715 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 969715 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 969715 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 969719 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 969736 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 969736 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 969743 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 969745 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 969751 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 969751 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 969752 INFO (coreLoadExecutor-4560-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@430f8f79
[junit4] 2> 969752 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 969752 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 969752 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection2/data/]
[junit4] 2> 969753 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 969753 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 969753 INFO (coreLoadExecutor-4560-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@430f8f79
[junit4] 2> 969753 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 969753 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection5/data/]
[junit4] 2> 969754 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 969755 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 969755 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 969755 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 969755 INFO (coreLoadExecutor-4560-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@430f8f79
[junit4] 2> 969755 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 969756 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection1/data/]
[junit4] 2> 969756 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 969760 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 969825 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 969825 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 969825 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 969825 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 969827 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 969827 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 969827 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 969827 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 969828 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 969828 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@388828b[collection1]
main]
[junit4] 2> 969829 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection1/conf
[junit4] 2> 969829 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@49921f57[collection2] main]
[junit4] 2> 969829 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection2/conf
[junit4] 2> 969829 INFO (coreLoadExecutor-4560-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 969830 INFO (coreLoadExecutor-4560-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 969830 INFO
(searcherExecutor-4563-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@388828b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 969830 INFO
(searcherExecutor-4561-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@49921f57[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 969830 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d47fd38[collection5] main]
[junit4] 2> 969831 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection5/conf
[junit4] 2> 969831 INFO (coreLoadExecutor-4560-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 969832 INFO
(searcherExecutor-4562-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@4d47fd38[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 969854 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 969860 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 969865 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 969865 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection3,
trusted=true
[junit4] 2> 969866 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
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@430f8f79
[junit4] 2> 969867 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 969867 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection3/data/]
[junit4] 2> 969874 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@17731220
[junit4] 2> 970008 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 970008 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 970010 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.717476918390603]
[junit4] 2> 970012 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@569faf45[collection3] main]
[junit4] 2> 970012 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection3/conf
[junit4] 2> 970013 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 970014 INFO
(searcherExecutor-4573-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@569faf45[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 970059 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970066 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 970080 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970080 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 970081 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
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@430f8f79
[junit4] 2> 970081 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970081 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection4/data/]
[junit4] 2> 970085 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6116480479368742]
[junit4] 2> 970200 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 970201 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 970201 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=30.595703125,
floorSegmentMB=1.50390625, forceMergeDeletesPctAllowed=7.893147872276617,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 970203 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@290c82b9[collection4] main]
[junit4] 2> 970204 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection4/conf
[junit4] 2> 970204 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 970205 INFO
(searcherExecutor-4577-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@290c82b9[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 970229 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970244 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 970246 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970247 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection6,
trusted=true
[junit4] 2> 970247 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
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@430f8f79
[junit4] 2> 970247 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970247 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection6],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection6/data/]
[junit4] 2> 970251 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 970312 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 970312 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 970313 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=68.0185546875,
floorSegmentMB=0.5595703125, forceMergeDeletesPctAllowed=14.191876956764865,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=2.0693359375, noCFSRatio=0.0
[junit4] 2> 970315 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7aadce1c[collection6] main]
[junit4] 2> 970315 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection6/conf
[junit4] 2> 970316 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 970316 INFO
(searcherExecutor-4581-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@7aadce1c[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 970357 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970363 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 970366 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970366 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection7,
trusted=true
[junit4] 2> 970367 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
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@430f8f79
[junit4] 2> 970367 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970367 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection7],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection7/data/]
[junit4] 2> 970371 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8241529583860189]
[junit4] 2> 970449 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 970449 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 970450 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=2.9189453125,
floorSegmentMB=1.2490234375, forceMergeDeletesPctAllowed=20.836259374291476,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2785199852151805
[junit4] 2> 970452 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3d1aa091[collection7] main]
[junit4] 2> 970453 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection7/conf
[junit4] 2> 970454 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 970455 INFO
(searcherExecutor-4585-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@3d1aa091[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 970478 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970489 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 970494 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970494 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection8,
trusted=true
[junit4] 2> 970494 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
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@430f8f79
[junit4] 2> 970494 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970494 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection8],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection8/data/]
[junit4] 2> 970499 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=482028193,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 970573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 970573 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 970574 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 970577 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@e99e2bb[collection8]
main]
[junit4] 2> 970578 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection8/conf
[junit4] 2> 970579 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 970579 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection3]
[junit4] 2> 970579 INFO
(searcherExecutor-4589-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@e99e2bb[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 970609 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970632 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 970637 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970637 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection9,
trusted=true
[junit4] 2> 970637 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
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@430f8f79
[junit4] 2> 970637 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970637 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection9],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/./collection9/data/]
[junit4] 2> 970642 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.10878928802684698]
[junit4] 2> 970720 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 970720 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 970721 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 970722 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@951869[collection9]
main]
[junit4] 2> 970723 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-001/collection9/conf
[junit4] 2> 970723 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 970724 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 970724 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4d0e5e53
[junit4] 2> 970724 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1292787283
[junit4] 2> 970724 INFO
(searcherExecutor-4593-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@951869[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 970724 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73029d33: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@496624c
[junit4] 2> 970736 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@661634ae
[junit4] 2> 970736 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1712731310
[junit4] 2> 970736 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f48f980: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@1aadcac5
[junit4] 2> 970745 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=1487048357
[junit4] 2> 970745 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 970745 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@488326c: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@1d2eec82
[junit4] 2> 970749 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 970749 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5a14a602: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@36987efa
[junit4] 2> 970749 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 970749 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@20fd2a2a: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@5bc3b8af
[junit4] 2> 970750 INFO
(coreCloseExecutor-4597-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@130c5b4a
[junit4] 2> 970750 INFO
(coreCloseExecutor-4597-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=319576906
[junit4] 2> 970750 INFO
(coreCloseExecutor-4597-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@619bc770: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3b8bdade
[junit4] 2> 970757 INFO
(coreCloseExecutor-4597-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@2978f3b3
[junit4] 2> 970758 INFO
(coreCloseExecutor-4597-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@622841a1
[junit4] 2> 970758 INFO
(coreCloseExecutor-4597-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=695792563
[junit4] 2> 970758 INFO
(coreCloseExecutor-4597-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@60ddc822: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@7ffe6ffd
[junit4] 2> 970758 INFO
(coreCloseExecutor-4597-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@1d8e51b3
[junit4] 2> 970759 INFO
(coreCloseExecutor-4597-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@415248f8
[junit4] 2> 970759 INFO
(coreCloseExecutor-4597-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@7cedb346
[junit4] 2> 970759 INFO
(coreCloseExecutor-4597-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@733ba3b4
[junit4] 2> 970763 INFO
(coreCloseExecutor-4597-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1646805409
[junit4] 2> 970763 INFO
(coreCloseExecutor-4597-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1736be09: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@3103ae61
[junit4] 2> 970768 INFO
(coreCloseExecutor-4597-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=495866291
[junit4] 2> 970769 INFO
(coreCloseExecutor-4597-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@28c4b2b3: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@79f1ec57
[junit4] 2> 970774 INFO
(coreCloseExecutor-4597-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=1095911672
[junit4] 2> 970774 INFO
(coreCloseExecutor-4597-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e85323d: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@7f7211a9
[junit4] 2> 970780 INFO
(coreCloseExecutor-4597-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=2095952710
[junit4] 2> 970780 INFO
(coreCloseExecutor-4597-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@26504db8: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@59002cd
[junit4] 2> 970789 INFO
(coreCloseExecutor-4597-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=1933288372
[junit4] 2> 970790 INFO
(coreCloseExecutor-4597-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c1d84a4: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@1982529e
[junit4] 2> 970798 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 970799 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 970834 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/solr.xml
[junit4] 2> 970842 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 970842 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 970843 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 970915 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 970915 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 970915 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 970919 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 970935 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970937 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970942 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 970951 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 970952 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 970953 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-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@430f8f79
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-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@430f8f79
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-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@430f8f79
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection1/data/]
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection2/data/]
[junit4] 2> 970955 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection5/data/]
[junit4] 2> 970959 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 970961 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 970961 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 971026 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971026 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971028 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971031 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971031 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971031 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971031 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971031 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971031 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971033 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@18b36d73[collection2] main]
[junit4] 2> 971033 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection2/conf
[junit4] 2> 971034 INFO
(coreLoadExecutor-4604-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 971035 INFO
(searcherExecutor-4605-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@18b36d73[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 971035 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@652e8c1e[collection5] main]
[junit4] 2> 971035 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection5/conf
[junit4] 2> 971036 INFO
(coreLoadExecutor-4604-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 971037 INFO
(searcherExecutor-4606-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@652e8c1e[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 971037 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@364a4124[collection1] main]
[junit4] 2> 971037 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection1/conf
[junit4] 2> 971038 INFO
(coreLoadExecutor-4604-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 971039 INFO
(searcherExecutor-4607-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@364a4124[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 971064 INFO (Thread-2149) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 971068 INFO (Thread-2149) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 971071 INFO (Thread-2149) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 971071 INFO (Thread-2149) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 971072 INFO (Thread-2149) [ 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@430f8f79
[junit4] 2> 971072 INFO (Thread-2149) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 971072 INFO (Thread-2149) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/./collection3/data/]
[junit4] 2> 971077 INFO (Thread-2149) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 971152 INFO (Thread-2149) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971152 INFO (Thread-2149) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971153 INFO (Thread-2149) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971154 INFO (Thread-2149) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d1c1555[collection3] main]
[junit4] 2> 971154 INFO (Thread-2149) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-002/collection3/conf
[junit4] 2> 971154 INFO (Thread-2149) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 971160 INFO
(searcherExecutor-4617-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@6d1c1555[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 971161 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1934955861
[junit4] 2> 971161 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 971161 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@39a275dd: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@1a198158
[junit4] 2> 971165 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 971165 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@70cbd638: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@36987efa
[junit4] 2> 971165 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 971165 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@41140dc7: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@5bc3b8af
[junit4] 2> 971165 INFO
(coreCloseExecutor-4621-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d2f8a81
[junit4] 2> 971165 INFO
(coreCloseExecutor-4621-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1563396737
[junit4] 2> 971165 INFO
(coreCloseExecutor-4621-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5427be8b: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@4e29f8fb
[junit4] 2> 971165 INFO
(coreCloseExecutor-4621-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5122a00
[junit4] 2> 971166 INFO
(coreCloseExecutor-4621-thread-3-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4441d602
[junit4] 2> 971166 INFO
(coreCloseExecutor-4621-thread-4-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@383130a5
[junit4] 2> 971170 INFO
(coreCloseExecutor-4621-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=85076480
[junit4] 2> 971171 INFO
(coreCloseExecutor-4621-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a62ff1c: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@26cae3cb
[junit4] 2> 971176 INFO
(coreCloseExecutor-4621-thread-3-processing-x:collection3) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1145165314
[junit4] 2> 971176 INFO
(coreCloseExecutor-4621-thread-3-processing-x:collection3) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3cac1ba3: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@20f6e51f
[junit4] 2> 971181 INFO
(coreCloseExecutor-4621-thread-4-processing-x:collection3) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=942747813
[junit4] 2> 971181 INFO
(coreCloseExecutor-4621-thread-4-processing-x:collection3) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@97648d8: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@2cc88900
[junit4] 2> 971188 INFO
(TEST-TestLazyCores.testRace-seed#[18DC44E3C3F87C55]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 971189 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 971225 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/solr.xml
[junit4] 2> 971230 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 971230 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 971230 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 971314 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 971314 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 971315 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@430f8f79
[junit4] 2> 971317 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[18DC44E3C3F87C55]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 971341 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 971341 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 971341 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 971352 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 971353 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 971354 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 971356 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 971356 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/./collection1,
trusted=true
[junit4] 2> 971356 INFO
(coreLoadExecutor-4628-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@430f8f79
[junit4] 2> 971356 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 971356 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/./collection1/data/]
[junit4] 2> 971357 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 971357 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/./collection5,
trusted=true
[junit4] 2> 971357 INFO
(coreLoadExecutor-4628-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@430f8f79
[junit4] 2> 971357 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 971357 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/./collection5/data/]
[junit4] 2> 971359 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 971359 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/./collection2,
trusted=true
[junit4] 2> 971359 INFO
(coreLoadExecutor-4628-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@430f8f79
[junit4] 2> 971359 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 971359 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001/tempDir-003/./collection2/data/]
[junit4] 2> 971359 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 971360 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 971362 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=1.0771484375,
floorSegmentMB=0.9140625, forceMergeDeletesPctAllowed=20.890240723460934,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6778760406688619
[junit4] 2> 971431 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971431 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971432 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971432 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971435 INFO
(coreLoadExecutor-4628-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971436 INFO
(coreLoadExecutor-4628-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971436 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 971436 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 971437 INFO
(coreLoadExecutor-4628-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1709419544,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971437 INFO (coreLoadExecutor-4628-th
[...truncated too long message...]
collection3] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 981059 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=771019555
[junit4] 2> 981059 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 981059 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 981059 INFO
(SUITE-TestLazyCores-seed#[18DC44E3C3F87C55]-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:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_18DC44E3C3F87C55-001
[junit4] 2> Dec 13, 2017 12:41:51 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Dec 13, 2017 12:42:11 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=14122, name=searcherExecutor-4877-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> Dec 13, 2017 12:42:11 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=14122, name=searcherExecutor-4877-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Dec 13, 2017 12:42:14 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=14122, name=searcherExecutor-4877-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=Asserting(Lucene70):
{v_t=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting),
v_s=Lucene50(blocksize=128), v_f=FST50}, docValues:{},
maxPointsInLeafNode=1152, maxMBSortInHeap=5.546556489007317,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@488a2522),
locale=en-SG, timezone=America/Fort_Nelson
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=2,free=198029216,total=428965888
[junit4] 2> NOTE: All tests run in this JVM: [IndexSchemaTest,
AutoAddReplicasPlanActionTest, TestDistribDocBasedVersion,
TestSha256AuthenticationProvider, TestEmbeddedSolrServerSchemaAPI,
DistributedFacetPivotSmallTest, TestCryptoKeys, BufferStoreTest,
CdcrBootstrapTest, TestLFUCache, MetricsConfigTest, SyncSliceTest,
TolerantUpdateProcessorTest, TestSQLHandlerNonCloud, SearchRateTriggerTest,
TestChildDocTransformer, TestQuerySenderNoQuery, DeleteNodeTest,
DistribCursorPagingTest, TestFieldCacheSort, TestMaxScoreQueryParser,
TestCollationFieldDocValues, PreAnalyzedFieldManagedSchemaCloudTest,
OverseerTaskQueueTest, CollectionsAPISolrJTest, TestInfoStreamLogging,
TestUtils, TestSkipOverseerOperations, TestPayloadScoreQParserPlugin,
ResponseHeaderTest, ExplicitHLLTest, NumericFieldsTest, CursorMarkTest,
SliceStateTest, TestConfigsApi, CoreAdminRequestStatusTest,
DistributedSpellCheckComponentTest, DistributedSuggestComponentTest,
ZkStateWriterTest, TestWriterPerf, PeerSyncWithIndexFingerprintCachingTest,
DistributedFacetExistsSmallTest, DateRangeFieldTest, ConfigSetsAPITest,
AddReplicaTest, PKIAuthenticationIntegrationTest,
HdfsWriteToMultipleCollectionsTest, TestSolrCoreProperties,
TestStressLiveNodes, TestSlowCompositeReaderWrapper,
SignatureUpdateProcessorFactoryTest, TestFieldResource,
TestNumericRangeQuery64, CircularListTest, TestUpdate, HdfsRecoveryZkTest,
TestRangeQuery, TestLockTree, TestRestoreCore, TestRandomFlRTGCloud,
TestRandomCollapseQParserPlugin, NodeAddedTriggerTest, TestSolrConfigHandler,
DistributedVersionInfoTest, TestLeaderInitiatedRecoveryThread,
TestShardHandlerFactory, TestManagedSchemaThreadSafety, SpellCheckCollatorTest,
ChangedSchemaMergeTest, RestartWhileUpdatingTest, TestCloudRecovery,
TestTolerantUpdateProcessorCloud, TestReloadDeadlock, TestBinaryField,
TestFieldCache, TestCustomDocTransformer, TestSolr4Spatial2,
ShowFileRequestHandlerTest, TestClusterProperties,
SpellCheckCollatorWithCollapseTest, ReplaceNodeTest, TestManagedResource,
TestTolerantSearch, TestRetrieveFieldsOptimizer,
TestPHPSerializedResponseWriter, SolrJmxReporterTest,
DistribJoinFromCollectionTest, DirectSolrConnectionTest,
TestComplexPhraseQParserPlugin, TestImpersonationWithHadoopAuth,
DistributedQueryComponentCustomSortTest, DeleteShardTest,
TestMultiWordSynonyms, SortSpecParsingTest, TestMacros, MultiTermTest,
TestSolrDeletionPolicy2, TestStressCloudBlindAtomicUpdates, HdfsSyncSliceTest,
MissingSegmentRecoveryTest, TestGeoJSONResponseWriter, V2ApiIntegrationTest,
TestCopyFieldCollectionResource, HLLSerializationTest,
TestTrackingShardHandlerFactory, TestCursorMarkWithoutUniqueKey,
DeleteInactiveReplicaTest, TestSolrCloudSnapshots,
ShufflingReplicaListTransformerTest, LeaderFailoverAfterPartitionTest,
TestRTimerTree, TestStressUserVersions, ResponseLogComponentTest,
TestIBSimilarityFactory, ZkControllerTest, TestSchemaManager,
DistributedTermsComponentTest, MultiThreadedOCPTest, OverseerRolesTest,
CreateCollectionCleanupTest, SimpleCollectionCreateDeleteTest,
TestSolr4Spatial, BadCopyFieldTest, SolrMetricManagerTest,
TestOverriddenPrefixQueryForCustomFieldType, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=18DC44E3C3F87C55 -Dtests.slow=true -Dtests.locale=en-SG
-Dtests.timezone=America/Fort_Nelson -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=14122, name=searcherExecutor-4877-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([18DC44E3C3F87C55]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=14122, name=searcherExecutor-4877-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([18DC44E3C3F87C55]:0)
[junit4] Completed [244/753 (1!)] on J0 in 34.69s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48909 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]