Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/232/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([24ED3E226C262865:FB8D9FF3A7014BC0]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=18355, name=searcherExecutor-7220-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=18355, name=searcherExecutor-7220-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([24ED3E226C262865]: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=18355, name=searcherExecutor-7220-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=18355, name=searcherExecutor-7220-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([24ED3E226C262865]:0)
Build Log:
[...truncated 12875 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\init-core-data-001
[junit4] 2> 2049821 WARN
(SUITE-TestLazyCores-seed#[24ED3E226C262865]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
[junit4] 2> 2049821 INFO
(SUITE-TestLazyCores-seed#[24ED3E226C262865]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2049825 INFO
(SUITE-TestLazyCores-seed#[24ED3E226C262865]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2049825 INFO
(SUITE-TestLazyCores-seed#[24ED3E226C262865]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2049831 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
[junit4] 2> 2049881 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\solr.xml
[junit4] 2> 2049889 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2049947 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2049953 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2049953 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2049960 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2049993 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2049993 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2049998 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2049998 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\.\collection5,
trusted=true
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\.\collection2,
trusted=true
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-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@24ac6a65
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-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@24ac6a65
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\.\collection5\data\]
[junit4] 2> 2050004 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\.\collection2\data\]
[junit4] 2> 2050009 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2050010 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2050039 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2050063 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2050064 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2050064 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\.\collection1,
trusted=true
[junit4] 2> 2050065 INFO (coreLoadExecutor-6903-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@24ac6a65
[junit4] 2> 2050065 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2050065 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\.\collection1\data\]
[junit4] 2> 2050070 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2050088 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2050088 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2050091 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2050102 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2050102 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2050104 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2050109 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@74fffece[collection2] main]
[junit4] 2> 2050109 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\collection2\conf
[junit4] 2> 2050110 INFO (coreLoadExecutor-6903-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2050110 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2050110 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2050110 INFO
(searcherExecutor-6905-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@74fffece[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2050111 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2050111 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@42c8374b[collection5] main]
[junit4] 2> 2050111 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\collection5\conf
[junit4] 2> 2050112 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@647fb78f[collection1] main]
[junit4] 2> 2050112 INFO (coreLoadExecutor-6903-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2050112 INFO
(searcherExecutor-6904-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@42c8374b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2050112 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-001\collection1\conf
[junit4] 2> 2050113 INFO (coreLoadExecutor-6903-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2050113 INFO
(searcherExecutor-6906-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@647fb78f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2050118 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=null
[junit4] 2> 2050118 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3471b11: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@77b94b0e
[junit4] 2> 2050127 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050228 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050328 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050428 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050529 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050630 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050731 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050833 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2050933 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051034 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051135 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051236 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051337 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051437 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051537 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051637 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051738 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051838 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2051939 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052039 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052140 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052240 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052341 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052441 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052542 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052642 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052743 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052844 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2052944 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053045 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053146 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053246 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053347 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053448 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053548 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053649 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053749 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053849 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2053950 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054051 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054151 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054252 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054353 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054454 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054554 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054655 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054755 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054855 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2054956 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055056 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055157 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055257 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055358 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055458 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055559 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055659 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055760 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055860 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 2055860 INFO (Thread-3666) [ ] o.a.s.c.SolrCore
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@633e656e
[junit4] 2> 2055860 INFO (Thread-3666) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.collection1, tag=1665033582
[junit4] 2> 2055960 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1642627529
[junit4] 2> 2055960 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2055960 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3cfa0562: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@78ba044f
[junit4] 2> 2055964 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2055965 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2789fdf8: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@36e26d03
[junit4] 2> 2055968 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2055968 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a43929f: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@71747443
[junit4] 2> 2055969 INFO (coreCloseExecutor-6917-thread-1) [
x:collection5] o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d09dd28
[junit4] 2> 2055969 INFO (coreCloseExecutor-6917-thread-1) [
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1560927528
[junit4] 2> 2055969 INFO (coreCloseExecutor-6917-thread-1) [
x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d7ee3a1: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@29e1a858
[junit4] 2> 2055971 INFO (coreCloseExecutor-6917-thread-2) [
x:collection2] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@29c1c4c8
[junit4] 2> 2055973 INFO (coreCloseExecutor-6917-thread-2) [
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=700564680
[junit4] 2> 2055973 INFO (coreCloseExecutor-6917-thread-2) [
x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@463b39c4: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@261f7a22
[junit4] 2> 2055984 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[24ED3E226C262865]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 2055987 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 2056026 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\solr.xml
[junit4] 2> 2056029 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2056096 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056103 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056103 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056109 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2056180 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056180 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056180 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056187 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2056187 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2056187 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2056191 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection5,
trusted=true
[junit4] 2> 2056191 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection2,
trusted=true
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-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@24ac6a65
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-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@24ac6a65
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection2\data\]
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection1,
trusted=true
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection5\data\]
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-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@24ac6a65
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056192 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection1\data\]
[junit4] 2> 2056198 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2056198 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2056198 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2056284 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056284 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056284 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056284 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056286 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2056286 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2056286 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@55c3cf19[collection2] main]
[junit4] 2> 2056287 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection2\conf
[junit4] 2> 2056287 INFO (coreLoadExecutor-6924-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056288 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@26dfa87f[collection5] main]
[junit4] 2> 2056288 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection5\conf
[junit4] 2> 2056288 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056288 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056288 INFO (coreLoadExecutor-6924-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056289 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2056289 INFO
(searcherExecutor-6925-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@26dfa87f[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056290 INFO
(searcherExecutor-6926-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@55c3cf19[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056291 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72aaeb9[collection1]
main]
[junit4] 2> 2056291 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection1\conf
[junit4] 2> 2056292 INFO (coreLoadExecutor-6924-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056292 INFO
(searcherExecutor-6927-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@72aaeb9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056320 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056325 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2056330 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056330 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection4,
trusted=true
[junit4] 2> 2056330 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056330 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056330 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\.\collection4\data\]
[junit4] 2> 2056335 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=20.212890625,
floorSegmentMB=1.251953125, forceMergeDeletesPctAllowed=27.598106153303572,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.28230591953215767
[junit4] 2> 2056407 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056407 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056409 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=23.708984375,
floorSegmentMB=1.669921875, forceMergeDeletesPctAllowed=1.0856992002830823,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2056410 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a62909b[collection4] main]
[junit4] 2> 2056411 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-002\collection4\conf
[junit4] 2> 2056411 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056412 INFO
(searcherExecutor-6937-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@4a62909b[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056414 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2056414 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@60366570 commitCommandVersion:0
[junit4] 2> 2056426 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2226f5a2[collection4] main]
[junit4] 2> 2056426 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2056427 INFO
(searcherExecutor-6937-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@2226f5a2[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
[junit4] 2> 2056429 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2056435 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2056435 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2056436 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2056436 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2056436 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=582077185
[junit4] 2> 2056436 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2056436 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d3148ed: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@5b5cbe71
[junit4] 2> 2056440 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2056440 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@216a6540: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@36e26d03
[junit4] 2> 2056442 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2056442 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@44b7f48c: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@71747443
[junit4] 2> 2056443 INFO
(coreCloseExecutor-6941-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@62a7e8b8
[junit4] 2> 2056443 INFO
(coreCloseExecutor-6941-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1655171256
[junit4] 2> 2056443 INFO
(coreCloseExecutor-6941-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6eaac520: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@62e85e78
[junit4] 2> 2056443 INFO
(coreCloseExecutor-6941-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@11bbbc3
[junit4] 2> 2056445 INFO
(coreCloseExecutor-6941-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@198c0d79
[junit4] 2> 2056445 INFO
(coreCloseExecutor-6941-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@63594e6f
[junit4] 2> 2056455 INFO
(coreCloseExecutor-6941-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=18594755
[junit4] 2> 2056455 INFO
(coreCloseExecutor-6941-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6eb6aaae: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8a5c0b4
[junit4] 2> 2056466 INFO
(coreCloseExecutor-6941-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=428608889
[junit4] 2> 2056466 INFO
(coreCloseExecutor-6941-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@56c54375: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@673a9fe8
[junit4] 2> 2056472 INFO
(coreCloseExecutor-6941-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1666797167
[junit4] 2> 2056472 INFO
(coreCloseExecutor-6941-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6f0b5bd4: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@2e158b49
[junit4] 2> 2056480 INFO
(TEST-TestLazyCores.testLazySearch-seed#[24ED3E226C262865]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 2056485 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 2056526 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\solr.xml
[junit4] 2> 2056531 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2056600 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056606 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056606 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056613 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 2056642 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056642 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056642 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056661 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2056661 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2056662 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection5,
trusted=true
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection1,
trusted=true
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection2,
trusted=true
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ 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@24ac6a65
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ 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@24ac6a65
[junit4] 2> 2056665 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ 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@24ac6a65
[junit4] 2> 2056666 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056666 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056666 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056666 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection1\data\]
[junit4] 2> 2056666 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection2\data\]
[junit4] 2> 2056666 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection5\data\]
[junit4] 2> 2056679 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2056681 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2056682 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=92.3857421875,
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.482081114647652,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2056763 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056764 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056764 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2056766 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056766 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056768 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2056774 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056774 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056775 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=5.64453125,
floorSegmentMB=0.884765625, forceMergeDeletesPctAllowed=1.3128962113608655,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4040154024874486
[junit4] 2> 2056778 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a6895ee[collection5] main]
[junit4] 2> 2056778 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@32b19f6f[collection1] main]
[junit4] 2> 2056779 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection5\conf
[junit4] 2> 2056779 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection1\conf
[junit4] 2> 2056779 INFO
(coreLoadExecutor-6948-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056779 INFO
(coreLoadExecutor-6948-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056779 INFO
(searcherExecutor-6950-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@32b19f6f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056779 INFO
(searcherExecutor-6949-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@3a6895ee[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056780 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a76aaeb[collection2] main]
[junit4] 2> 2056781 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection2\conf
[junit4] 2> 2056781 INFO
(coreLoadExecutor-6948-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056782 INFO
(searcherExecutor-6951-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@7a76aaeb[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056808 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056813 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2056817 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056817 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection3,
trusted=true
[junit4] 2> 2056819 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection3' (registry 'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056819 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056819 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection3\data\]
[junit4] 2> 2056825 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=18.5390625,
floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=29.554632250051874,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7381281278513584
[junit4] 2> 2056899 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2056899 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2056899 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=1.11328125,
floorSegmentMB=1.8837890625, forceMergeDeletesPctAllowed=9.139886260259031,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8350894037265014
[junit4] 2> 2056900 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@24a69760[collection3] main]
[junit4] 2> 2056901 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection3\conf
[junit4] 2> 2056901 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2056902 INFO
(searcherExecutor-6961-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@24a69760[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2056928 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2056932 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2056936 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2056936 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection4,
trusted=true
[junit4] 2> 2056937 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2056937 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2056937 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection4\data\]
[junit4] 2> 2056943 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1747569201522105]
[junit4] 2> 2057017 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2057017 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2057019 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.24622536912136087]
[junit4] 2> 2057021 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@37c279fc[collection4] main]
[junit4] 2> 2057021 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection4\conf
[junit4] 2> 2057022 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2057022 INFO
(searcherExecutor-6965-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@37c279fc[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2057050 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2057056 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 2057060 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2057060 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection6,
trusted=true
[junit4] 2> 2057060 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2057061 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2057061 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection6],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection6\data\]
[junit4] 2> 2057068 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=71.5478515625,
floorSegmentMB=0.9521484375, forceMergeDeletesPctAllowed=15.88405836264811,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2057150 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2057150 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2057151 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=40.1826171875,
floorSegmentMB=0.9697265625, forceMergeDeletesPctAllowed=18.976685043669033,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2057152 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@319e8618[collection6] main]
[junit4] 2> 2057153 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection6\conf
[junit4] 2> 2057153 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2057154 INFO
(searcherExecutor-6969-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@319e8618[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2057179 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2057185 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 2057189 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2057189 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection7,
trusted=true
[junit4] 2> 2057190 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24ac6a65
[junit4] 2> 2057190 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2057190 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\collection7],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_24ED3E226C262865-001\tempDir-003\.\collection7\data\]
[junit4] 2> 2057214 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[24ED3E226C262865]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFacto
[...truncated too long message...]
leaked from SUITE scope at org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=18355, name=searcherExecutor-7220-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> Oct 05, 2017 4:43:09 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=18355, name=searcherExecutor-7220-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Oct 05, 2017 4:43:12 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=18355, name=searcherExecutor-7220-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),
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PY, timezone=Israel
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=2,free=353184104,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [MetricUtilsTest,
SolrGangliaReporterTest, TestCSVResponseWriter, TestFieldCacheWithThreads,
TestNumericRangeQuery32, TestJavabinTupleStreamParser, TestCloudManagedSchema,
SuggesterTest, QueryElevationComponentTest, TestEmbeddedSolrServerSchemaAPI,
MoveReplicaHDFSTest, TestStreamBody, TestIndexingPerformance,
AnalysisAfterCoreReloadTest, TestPerFieldSimilarityWithDefaultOverride,
TestConfigReload, TestConfigSetsAPIExclusivity, PrimitiveFieldTypeTest,
ConnectionManagerTest, SuggesterWFSTTest,
PreAnalyzedFieldManagedSchemaCloudTest, HdfsRestartWhileUpdatingTest,
TestSolrCloudWithKerberosAlt, OverriddenZkACLAndCredentialsProvidersTest,
TestFieldCacheReopen, TestObjectReleaseTracker, DirectSolrConnectionTest,
TestAnalyzeInfixSuggestions, OverseerStatusTest, SimpleMLTQParserTest,
TestManagedSynonymFilterFactory, TestFunctionQuery,
PreAnalyzedUpdateProcessorTest, HdfsUnloadDistributedZkTest, ZkControllerTest,
TestLFUCache, DistributedSpellCheckComponentTest, TestMinMaxOnMultiValuedField,
TestRebalanceLeaders, TestStressVersions, TestDistribDocBasedVersion,
TestRandomFlRTGCloud, TestSizeLimitedDistributedMap, TestCoreContainer,
TestRandomCollapseQParserPlugin, AssignTest,
CloneFieldUpdateProcessorFactoryTest, EnumFieldTest,
TestLeaderElectionWithEmptyReplica, TestDFISimilarityFactory, SolrInfoBeanTest,
SpatialFilterTest, SortSpecParsingTest, ZkCLITest, HighlighterConfigTest,
TestSolrConfigHandlerConcurrent, TestFieldResource, DistanceFunctionTest,
AutoScalingHandlerTest, SolrJmxReporterCloudTest, TestSchemaVersionResource,
TestFieldSortValues, TestConfigSets, UtilsToolTest, TestJsonRequest,
ResponseLogComponentTest, ChangedSchemaMergeTest, TestUseDocValuesAsStored,
TestCollapseQParserPlugin, TestDocTermOrds, DirectUpdateHandlerOptimizeTest,
TestLRUStatsCache, TestIBSimilarityFactory, TestHighlightDedupGrouping,
SimpleCollectionCreateDeleteTest, BlockDirectoryTest, TestGroupingSearch,
TestAuthenticationFramework, DeleteReplicaTest, TestSolr4Spatial2,
SimplePostToolTest, TestStressRecovery, TestQuerySenderListener,
ScriptEngineTest, TestCollationFieldDocValues, TestXmlQParser,
BlockJoinFacetDistribTest, TestExceedMaxTermLength, TestRestoreCore,
TestCloudPivotFacet, LeaderElectionTest, HttpPartitionTest,
FacetPivotSmallTest, TestCryptoKeys, BaseCdcrDistributedZkTest,
TestHashPartitioner, TlogReplayBufferedWhileIndexingTest,
TestRuleBasedAuthorizationPlugin, TestDynamicFieldResource,
TestConfigSetImmutable, ReplicaListTransformerTest, TestReloadDeadlock,
TestMultiWordSynonyms, SolrCoreTest, TestCopyFieldCollectionResource,
TestInitQParser, NoCacheHeaderTest, TestImplicitCoreProperties,
HdfsChaosMonkeyNothingIsSafeTest, URLClassifyProcessorTest, UpdateLogTest,
DateMathParserTest, TestCloudRecovery, ReturnFieldsTest,
PeerSyncReplicationTest, TestSimpleQParserPlugin,
DistributedFacetPivotLargeTest, OverseerTest, TestMacros, PeerSyncTest,
V2ApiIntegrationTest, CheckHdfsIndexTest, StressHdfsTest,
RAMDirectoryFactoryTest, TimeZoneUtilsTest, TestDFRSimilarityFactory,
HdfsRecoverLeaseTest, TemplateUpdateProcessorTest, TestUninvertingReader,
RecoveryZkTest, TestSSLRandomization, UninvertDocValuesMergePolicyTest,
DistribDocExpirationUpdateProcessorTest, BasicDistributedZkTest,
TestChildDocTransformer, DistributedExpandComponentTest,
TestUnifiedSolrHighlighter, MergeStrategyTest, TestWriterPerf,
StatsReloadRaceTest, TestDistributedSearch, TestSort, TestPullReplica,
DistributedFacetPivotSmallAdvancedTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestManagedResource,
TestPHPSerializedResponseWriter, TestReversedWildcardFilterFactory,
TestJmxIntegration, CircularListTest,
ClassificationUpdateProcessorIntegrationTest,
VMParamsZkACLAndCredentialsProvidersTest, MultiTermTest, SolrIndexMetricsTest,
ConfigureRecoveryStrategyTest, FullHLLTest, TestExclusionRuleCollectionAccess,
TestLockTree, CollectionStateFormat2Test, CustomCollectionTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ClusterStateTest,
TestStressReorder, TestRequestForwarding, TestCoreAdminApis,
TestComplexPhraseQParserPlugin, RulesTest, TestReplicationHandlerBackup,
TestExactSharedStatsCache, TestSolrCloudWithHadoopAuthPlugin,
HttpSolrCallGetCoreTest, SoftAutoCommitTest, MoveReplicaTest,
DistributedQueryComponentOptimizationTest, HLLUtilTest,
PathHierarchyTokenizerFactoryTest, DistributedFacetPivotWhiteBoxTest,
DocValuesNotIndexedTest, TestInitParams, TestReplicationHandler,
TestXIncludeConfig, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest,
TestFaceting, TermVectorComponentDistributedTest, TestRangeQuery,
SpellCheckComponentTest, SolrCmdDistributorTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=24ED3E226C262865 -Dtests.slow=true -Dtests.locale=es-PY
-Dtests.timezone=Israel -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[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=18355, name=searcherExecutor-7220-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([24ED3E226C262865]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=18355, name=searcherExecutor-7220-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([24ED3E226C262865]:0)
[junit4] Completed [413/734 (1!)] on J0 in 36.66s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 47958 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]