Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6941/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([70D521E7C33CFF1A:AFB58036081B9CBF]: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">1</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=9049, name=searcherExecutor-3942-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=9049, name=searcherExecutor-3942-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([70D521E7C33CFF1A]: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=9049, name=searcherExecutor-3942-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=9049, name=searcherExecutor-3942-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([70D521E7C33CFF1A]:0)
Build Log:
[...truncated 12172 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> 1207447 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\init-core-data-001
[junit4] 2> 1207448 WARN
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 1207448 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1207452 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1207452 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 1207491 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\solr.xml
[junit4] 2> 1207497 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1207497 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1207497 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1207557 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1207563 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1207563 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1207569 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1207597 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1207598 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1207598 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1207608 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1207608 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1207610 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection5,
trusted=true
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection1,
trusted=true
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection2,
trusted=true
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-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@bc1898f
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-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@bc1898f
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-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@bc1898f
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection1\data\]
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection2\data\]
[junit4] 2> 1207614 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection5\data\]
[junit4] 2> 1207620 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6226823541807136]
[junit4] 2> 1207621 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6226823541807136]
[junit4] 2> 1207622 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6226823541807136]
[junit4] 2> 1207703 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=83.3271484375,
floorSegmentMB=1.900390625, forceMergeDeletesPctAllowed=25.257066322971667,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=83.3271484375,
floorSegmentMB=1.900390625, forceMergeDeletesPctAllowed=25.257066322971667,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1207704 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=83.3271484375,
floorSegmentMB=1.900390625, forceMergeDeletesPctAllowed=25.257066322971667,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1207705 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@66ee24e6[collection1] main]
[junit4] 2> 1207705 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3d2fa944[collection5] main]
[junit4] 2> 1207705 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3de3e17e[collection2] main]
[junit4] 2> 1207706 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection1\conf
[junit4] 2> 1207706 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection5\conf
[junit4] 2> 1207706 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection2\conf
[junit4] 2> 1207706 INFO (coreLoadExecutor-3706-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1207706 INFO (coreLoadExecutor-3706-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1207706 INFO (coreLoadExecutor-3706-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1207707 INFO
(searcherExecutor-3708-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66ee24e6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1207707 INFO
(searcherExecutor-3707-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@3d2fa944[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1207707 INFO
(searcherExecutor-3709-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@3de3e17e[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1207732 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1207747 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1207751 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1207751 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection3,
trusted=true
[junit4] 2> 1207751 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection3' (registry 'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1207751 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1207751 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection3\data\]
[junit4] 2> 1207757 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=30.7236328125,
floorSegmentMB=2.146484375, forceMergeDeletesPctAllowed=7.760078931983387,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1207822 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1207822 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1207823 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3878715116363346]
[junit4] 2> 1207823 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@638f5060[collection3] main]
[junit4] 2> 1207824 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection3\conf
[junit4] 2> 1207824 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1207825 INFO
(searcherExecutor-3719-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@638f5060[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1207847 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1207852 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1207857 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1207857 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection4,
trusted=true
[junit4] 2> 1207857 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1207857 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1207857 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection4\data\]
[junit4] 2> 1207863 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@20fbe975
[junit4] 2> 1207927 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1207928 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1207928 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.885088774425025]
[junit4] 2> 1207929 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@234c1218[collection4] main]
[junit4] 2> 1207930 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection4\conf
[junit4] 2> 1207930 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1207931 INFO
(searcherExecutor-3723-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@234c1218[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1207961 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1207977 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1207981 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1207981 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection6,
trusted=true
[junit4] 2> 1207981 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1207982 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1207982 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection6],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection6\data\]
[junit4] 2> 1207988 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=60.44140625,
floorSegmentMB=1.8974609375, forceMergeDeletesPctAllowed=15.97755393383885,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1208052 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208052 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208053 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1208053 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3a7b4d45[collection6] main]
[junit4] 2> 1208054 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection6\conf
[junit4] 2> 1208054 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208055 INFO
(searcherExecutor-3727-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@3a7b4d45[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208075 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208079 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1208082 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208082 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection7,
trusted=true
[junit4] 2> 1208083 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208083 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208083 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection7],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection7\data\]
[junit4] 2> 1208087 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=13.3984375,
floorSegmentMB=0.9697265625, forceMergeDeletesPctAllowed=27.4707103167459,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5431022981270792
[junit4] 2> 1208152 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208152 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208153 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5594981540627594]
[junit4] 2> 1208153 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4453ab1d[collection7] main]
[junit4] 2> 1208154 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection7\conf
[junit4] 2> 1208155 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208155 INFO
(searcherExecutor-3731-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@4453ab1d[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208176 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208194 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1208197 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208197 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection8,
trusted=true
[junit4] 2> 1208199 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection8' (registry 'solr.core.collection8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208199 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208199 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection8],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection8\data\]
[junit4] 2> 1208204 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2851079984238323]
[junit4] 2> 1208295 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208295 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208296 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6946209273637702]
[junit4] 2> 1208297 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@676a5839[collection8] main]
[junit4] 2> 1208297 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection8\conf
[junit4] 2> 1208298 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208299 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection3]
[junit4] 2> 1208299 INFO
(searcherExecutor-3735-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@676a5839[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208323 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208329 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1208332 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208332 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection9,
trusted=true
[junit4] 2> 1208333 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection9' (registry 'solr.core.collection9') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208333 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208333 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection9],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\.\collection9\data\]
[junit4] 2> 1208338 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1208401 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208401 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208402 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1027759813,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1208402 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2aa3c80c[collection9] main]
[junit4] 2> 1208403 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-001\collection9\conf
[junit4] 2> 1208404 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208404 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 1208404 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@3c840930
[junit4] 2> 1208404 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1015286064
[junit4] 2> 1208404 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@11ee467f: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@2efb28a9
[junit4] 2> 1208404 INFO
(searcherExecutor-3739-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@2aa3c80c[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208412 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@322eba31
[junit4] 2> 1208412 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=841923121
[junit4] 2> 1208413 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6fd76e11: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@5a7a0dbf
[junit4] 2> 1208420 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=542122679
[junit4] 2> 1208420 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1208420 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2a58cb26: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@33423d7e
[junit4] 2> 1208422 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1208422 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@669d19ab: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@b0be1cf
[junit4] 2> 1208422 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1208422 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ef26c8d: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@1b6da54d
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@71fe229d
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@52733bbf
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1912480413
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@c6a6cbb: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@46105f2f
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@7a4cbd5b
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@26f51a0b
[junit4] 2> 1208422 INFO
(coreCloseExecutor-3743-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@30268029
[junit4] 2> 1208427 INFO
(coreCloseExecutor-3743-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@6f75f5be
[junit4] 2> 1208427 INFO
(coreCloseExecutor-3743-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@6439a438
[junit4] 2> 1208430 INFO
(coreCloseExecutor-3743-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1383283647
[junit4] 2> 1208430 INFO
(coreCloseExecutor-3743-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7795e61c: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@305c2e9f
[junit4] 2> 1208435 INFO
(coreCloseExecutor-3743-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=2051849563
[junit4] 2> 1208435 INFO
(coreCloseExecutor-3743-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e38dbee: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@3fcc2395
[junit4] 2> 1208451 INFO
(coreCloseExecutor-3743-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=653597195
[junit4] 2> 1208451 INFO
(coreCloseExecutor-3743-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2aa01104: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@2da2ab54
[junit4] 2> 1208456 INFO
(coreCloseExecutor-3743-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=807829545
[junit4] 2> 1208456 INFO
(coreCloseExecutor-3743-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73dcfa40: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@7a2b38c0
[junit4] 2> 1208461 INFO
(coreCloseExecutor-3743-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1870001598
[junit4] 2> 1208461 INFO
(coreCloseExecutor-3743-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e8c4e4f: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@7574ac8b
[junit4] 2> 1208465 INFO
(coreCloseExecutor-3743-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=1681499192
[junit4] 2> 1208465 INFO
(coreCloseExecutor-3743-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@444e09a1: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@2e468e3e
[junit4] 2> 1208471 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 1208473 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1208510 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\solr.xml
[junit4] 2> 1208517 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1208517 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1208518 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1208579 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208584 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208584 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208591 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 1208620 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208620 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208620 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208635 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1208635 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1208636 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\collection1,
trusted=true
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\collection5,
trusted=true
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\collection1\data\]
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\collection5\data\]
[junit4] 2> 1208640 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\collection2,
trusted=true
[junit4] 2> 1208641 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208641 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208641 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\collection2\data\]
[junit4] 2> 1208646 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6226823541807136]
[junit4] 2> 1208646 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6226823541807136]
[junit4] 2> 1208647 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6226823541807136]
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=83.3271484375,
floorSegmentMB=1.900390625, forceMergeDeletesPctAllowed=25.257066322971667,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=83.3271484375,
floorSegmentMB=1.900390625, forceMergeDeletesPctAllowed=25.257066322971667,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1208731 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=83.3271484375,
floorSegmentMB=1.900390625, forceMergeDeletesPctAllowed=25.257066322971667,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1208732 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ab6f93b[collection5] main]
[junit4] 2> 1208732 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@40b7a1b[collection2] main]
[junit4] 2> 1208732 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a2e026e[collection1] main]
[junit4] 2> 1208732 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\collection5\conf
[junit4] 2> 1208732 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\collection1\conf
[junit4] 2> 1208733 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\collection2\conf
[junit4] 2> 1208733 INFO
(coreLoadExecutor-3750-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208733 INFO
(coreLoadExecutor-3750-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208733 INFO
(coreLoadExecutor-3750-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208733 INFO
(searcherExecutor-3752-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@3ab6f93b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208733 INFO
(searcherExecutor-3751-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7a2e026e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208733 INFO
(searcherExecutor-3753-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@40b7a1b[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208755 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1208779 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208799 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1208802 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208802 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core1,
trusted=true
[junit4] 2> 1208803 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1'
(registry 'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208803 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208803 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core1\data\]
[junit4] 2> 1208808 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=14.6865234375,
floorSegmentMB=2.0634765625, forceMergeDeletesPctAllowed=26.605010174735103,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1208882 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1208882 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1208883 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.19529783800427022]
[junit4] 2> 1208883 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@61faa0c6[core1] main]
[junit4] 2> 1208884 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core1\conf
[junit4] 2> 1208886 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1208886 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1208887 INFO
(searcherExecutor-3764-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@61faa0c6[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1208911 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1208917 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1208923 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1208923 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core2,
trusted=true
[junit4] 2> 1208924 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2'
(registry 'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1208924 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1208924 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core2\data\]
[junit4] 2> 1208931 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1209029 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1209029 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1209030 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1844820353,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1209031 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@93c256d[core2] main]
[junit4] 2> 1209032 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core2\conf
[junit4] 2> 1209033 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1209033 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 1209033 INFO
(searcherExecutor-3769-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@93c256d[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1209060 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1209079 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1209083 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1209083 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core3' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core3,
trusted=true
[junit4] 2> 1209083 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3'
(registry 'solr.core.core3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1209084 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1209084 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core3\data\]
[junit4] 2> 1209090 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=92.353515625,
floorSegmentMB=0.46875, forceMergeDeletesPctAllowed=13.186598347938393,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6851693742110165
[junit4] 2> 1209173 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1209174 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1209174 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=20.1025390625,
floorSegmentMB=0.5888671875, forceMergeDeletesPctAllowed=17.05130795660677,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7530062944767605
[junit4] 2> 1209175 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@373022a6[core3] main]
[junit4] 2> 1209175 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core3\conf
[junit4] 2> 1209176 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1209177 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
[junit4] 2> 1209177 INFO
(searcherExecutor-3774-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@373022a6[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1209208 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1209215 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1209219 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1209219 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core4' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core4,
trusted=true
[junit4] 2> 1209219 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4'
(registry 'solr.core.core4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bc1898f
[junit4] 2> 1209220 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1209220 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\.\core4\data\]
[junit4] 2> 1209228 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1209314 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1209314 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1209315 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1209317 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@18b4aa0d[core4] main]
[junit4] 2> 1209317 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001\tempDir-002\core4\conf
[junit4] 2> 1209318 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1209318 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 1209318 INFO (Thread-1493) [ x:collection3]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4e8f654
[junit4] 2> 1209318 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
[junit4] 2> 1209318 INFO (Thread-1493) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=82376276
[junit4] 2> 1209318 INFO (Thread-1493) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@25ad0f07: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@5e1c6595
[junit4] 2> 1209318 INFO
(searcherExecutor-3779-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@18b4aa0d[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1209344 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[70D521E7C33CFF1A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1209363 INFO (TEST-TestLazyCores.testCre
[...truncated too long message...]
-seed#[70D521E7C33CFF1A]) [ x:collection3] o.a.s.SolrTestCaseJ4 ###Ending
testCreateSame
[junit4] 2> 1218463 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1218463 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2030933626
[junit4] 2> 1218463 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1218463 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1218463 INFO
(SUITE-TestLazyCores-seed#[70D521E7C33CFF1A]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_70D521E7C33CFF1A-001
[junit4] 2> Oct 05, 2017 1:51:04 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Oct 05, 2017 1:51:24 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=9049, name=searcherExecutor-3942-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 1:51:24 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9049, name=searcherExecutor-3942-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Oct 05, 2017 1:51:27 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9049, name=searcherExecutor-3942-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct),
v_s=BlockTreeOrds(blocksize=128),
v_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{},
maxPointsInLeafNode=320, maxMBSortInHeap=7.328075868680915,
sim=RandomSimilarity(queryNorm=false): {}, locale=en, timezone=ART
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=2,free=60971752,total=402186240
[junit4] 2> NOTE: All tests run in this JVM:
[SuggestComponentContextFilterQueryTest, DateFieldTest,
TestLeaderInitiatedRecoveryThread, TestQuerySenderNoQuery,
ShufflingReplicaListTransformerTest, DistributedSpellCheckComponentTest,
TestLegacyNumericUtils, TestStandardQParsers, TestCloudRecovery,
GraphQueryTest, TestRestoreCore, TestExtendedDismaxParser, TestRecoveryHdfs,
CloudExitableDirectoryReaderTest, DocValuesMissingTest, DeleteStatusTest,
TestCoreContainer, BigEndianAscendingWordSerializerTest, TestSSLRandomization,
HdfsUnloadDistributedZkTest, TestManagedSchemaAPI,
TestManagedStopFilterFactory, TestPhraseSuggestions, TestSmileRequest,
IndexSchemaTest, CustomCollectionTest, VersionInfoTest,
XmlUpdateRequestHandlerTest, TestBackupRepositoryFactory,
TestLeaderElectionWithEmptyReplica, RAMDirectoryFactoryTest, CdcrUpdateLogTest,
BufferStoreTest, TlogReplayBufferedWhileIndexingTest,
DistributedFacetExistsSmallTest, MultiThreadedOCPTest, TestSort,
TestGroupingSearch, TestOrdValues, DistributedQueueTest,
TestSolrCloudWithKerberosAlt, TestAtomicUpdateErrorCases, TestMacroExpander,
TestFieldCacheVsDocValues, TestImplicitCoreProperties,
DistributedQueryComponentCustomSortTest, TestPolicyCloud,
TestLegacyNumericRangeQueryBuilder, SimpleCollectionCreateDeleteTest,
TestConfigReload, AlternateDirectoryTest, TestReloadAndDeleteDocs,
SubstringBytesRefFilterTest, CSVRequestHandlerTest, SolrCoreTest,
SolrGraphiteReporterTest, TestTestInjection, TestExactStatsCache,
TestIntervalFaceting, TestFieldCollectionResource,
TestReplicationHandlerBackup, TestRandomFlRTGCloud, TestXmlQParserPlugin,
NotRequiredUniqueKeyTest, TestBulkSchemaConcurrent, SSLMigrationTest,
ConfigureRecoveryStrategyTest, ClassificationUpdateProcessorTest,
BasicDistributedZkTest, PeerSyncTest, DistanceFunctionTest,
SolrMetricManagerTest, TestDistributedStatsComponentCardinality,
CurrencyFieldTypeTest, SolrCloudExampleTest, QueryParsingTest,
FieldAnalysisRequestHandlerTest, TestCloudPivotFacet,
TestLMDirichletSimilarityFactory, TestPullReplica,
AtomicUpdateProcessorFactoryTest, BaseCdcrDistributedZkTest,
CoreAdminRequestStatusTest, TestFilteredDocIdSet, TestSearcherReuse,
TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=70D521E7C33CFF1A -Dtests.slow=true -Dtests.locale=en
-Dtests.timezone=ART -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=9049, name=searcherExecutor-3942-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([70D521E7C33CFF1A]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9049, name=searcherExecutor-3942-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([70D521E7C33CFF1A]:0)
[junit4] Completed [190/745 (1!)] on J0 in 34.09s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48647 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:826: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:706: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:693: Source
checkout is dirty (unversioned/missing files) after running tests!!! Offending
files:
* lucene/licenses/morfologik-ukrainian-search-3.7.5.jar.sha1
Total time: 72 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]