Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4179/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([2A68C7CF10EC9E9A:F508661EDBCBFD3F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=3557, name=searcherExecutor-1594-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=3557, name=searcherExecutor-1594-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([2A68C7CF10EC9E9A]: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=3557, name=searcherExecutor-1594-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=3557, name=searcherExecutor-1594-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([2A68C7CF10EC9E9A]:0)
Build Log:
[...truncated 11607 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/init-core-data-001
[junit4] 2> 365626 WARN
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 365626 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 365630 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 365631 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 365632 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 365669 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/solr.xml
[junit4] 2> 365675 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 365730 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 365736 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 365736 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 365739 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 365758 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 365759 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 365762 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 365767 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 365770 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 365773 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 365773 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 365774 INFO (coreLoadExecutor-1321-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@1547ac1c
[junit4] 2> 365776 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 365776 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection1/data/]
[junit4] 2> 365779 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 365788 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 365793 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 365793 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 365794 INFO (coreLoadExecutor-1321-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@1547ac1c
[junit4] 2> 365794 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 365794 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection2/data/]
[junit4] 2> 365795 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 365796 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 365796 INFO (coreLoadExecutor-1321-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@1547ac1c
[junit4] 2> 365796 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 365796 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection5/data/]
[junit4] 2> 365797 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 365800 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 365859 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365859 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365860 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 365862 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4ae48a19[collection2] main]
[junit4] 2> 365862 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection2/conf
[junit4] 2> 365863 INFO (coreLoadExecutor-1321-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 365865 INFO
(searcherExecutor-1323-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@4ae48a19[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365866 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365866 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365867 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 365867 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1900c687[collection1] main]
[junit4] 2> 365867 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection1/conf
[junit4] 2> 365868 INFO (coreLoadExecutor-1321-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 365869 INFO
(searcherExecutor-1322-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1900c687[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365872 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365872 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365873 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 365873 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2711315e[collection5] main]
[junit4] 2> 365873 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection5/conf
[junit4] 2> 365874 INFO (coreLoadExecutor-1321-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 365875 INFO
(searcherExecutor-1324-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@2711315e[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365887 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 365891 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 365893 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 365893 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 365894 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 365894 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 365894 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/./collection4/data/]
[junit4] 2> 365897 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1304745704,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 365943 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365943 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365944 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=7.673828125,
floorSegmentMB=0.4521484375, forceMergeDeletesPctAllowed=13.994893637288916,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8861499564121604
[junit4] 2> 365945 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@22bb71e8[collection4] main]
[junit4] 2> 365945 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-001/collection4/conf
[junit4] 2> 365945 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 365946 INFO
(searcherExecutor-1334-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@22bb71e8[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 365947 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 365947 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4a8fdf03 commitCommandVersion:0
[junit4] 2> 365954 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7c5274dd[collection4] main]
[junit4] 2> 365954 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 365955 INFO
(searcherExecutor-1334-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@7c5274dd[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C7)))}
[junit4] 2> 365955 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 365959 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 365959 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 365959 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 365960 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 365960 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=940445021
[junit4] 2> 365960 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 365960 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@51236be0: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@d2b559b
[junit4] 2> 365963 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 365963 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4508bdb7: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@e68945f
[junit4] 2> 365966 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 365966 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@148ae8be: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@37d0f19
[junit4] 2> 365966 INFO
(coreCloseExecutor-1338-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@45156b7d
[junit4] 2> 365966 INFO
(coreCloseExecutor-1338-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1159031677
[junit4] 2> 365966 INFO
(coreCloseExecutor-1338-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@14049934: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7a268cf8
[junit4] 2> 365966 INFO
(coreCloseExecutor-1338-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@3d4c2ee4
[junit4] 2> 365967 INFO
(coreCloseExecutor-1338-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@18319e63
[junit4] 2> 365967 INFO
(coreCloseExecutor-1338-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2e3d9d61
[junit4] 2> 365971 INFO
(coreCloseExecutor-1338-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1028402916
[junit4] 2> 365973 INFO
(coreCloseExecutor-1338-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f70e19b: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@1ae158a
[junit4] 2> 365978 INFO
(coreCloseExecutor-1338-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=405904995
[junit4] 2> 365978 INFO
(coreCloseExecutor-1338-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5359a336: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@731929af
[junit4] 2> 365983 INFO
(coreCloseExecutor-1338-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=775789921
[junit4] 2> 365984 INFO
(coreCloseExecutor-1338-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@74c9348f: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@2a956e4c
[junit4] 2> 365992 INFO
(TEST-TestLazyCores.testLazySearch-seed#[2A68C7CF10EC9E9A]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 365993 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
[junit4] 2> 366015 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/solr.xml
[junit4] 2> 366019 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 366058 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 366064 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 366064 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 366067 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 366090 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 366090 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 366097 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 366098 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 366100 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 366100 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 366100 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 366100 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 366100 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 366100 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 366101 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 366101 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 366101 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/./collection2/data/]
[junit4] 2> 366101 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/./collection1/data/]
[junit4] 2> 366104 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 366104 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 366111 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 366116 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 366117 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 366117 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 366117 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 366117 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 366117 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/./collection5/data/]
[junit4] 2> 366121 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 366160 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 366160 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 366160 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 366160 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 366161 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 366161 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 366161 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 366161 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 366161 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d425821[collection1] main]
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@315e8bbe[collection5] main]
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@397638[collection2] main]
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/collection1/conf
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/collection5/conf
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-002/collection2/conf
[junit4] 2> 366162 INFO
(coreLoadExecutor-1345-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 366163 INFO
(coreLoadExecutor-1345-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 366163 INFO
(coreLoadExecutor-1345-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 366164 INFO
(searcherExecutor-1347-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2d425821[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 366164 INFO
(searcherExecutor-1346-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@397638[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 366164 INFO
(searcherExecutor-1348-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@315e8bbe[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 366166 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=null
[junit4] 2> 366166 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5725c2b7: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3099ffbc
[junit4] 2> 366173 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366276 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366383 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366493 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366593 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366694 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366804 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 366905 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367015 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367122 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367228 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367336 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367445 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367551 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367656 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367757 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367867 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 367971 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368073 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368178 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368281 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368381 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368482 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368591 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368698 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368798 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 368900 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369003 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369104 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369214 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369322 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369430 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369538 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100
ms before checking again.
[junit4] 2> 369583 INFO (Thread-513) [ x:collection4] o.a.s.c.SolrCore
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@56d662e7
[junit4] 2> 369583 INFO (Thread-513) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1456890599
[junit4] 2> 369645 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=2094563645
[junit4] 2> 369645 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 369645 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@127eed4: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@17ba4f1e
[junit4] 2> 369655 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 369655 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7a195884: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@e68945f
[junit4] 2> 369663 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 369663 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@784a4d6b: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@37d0f19
[junit4] 2> 369664 INFO
(coreCloseExecutor-1359-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@12cc6dfb
[junit4] 2> 369664 INFO
(coreCloseExecutor-1359-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=315387387
[junit4] 2> 369665 INFO
(coreCloseExecutor-1359-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ef49096: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@30367a6
[junit4] 2> 369665 INFO
(coreCloseExecutor-1359-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1aa573eb
[junit4] 2> 369674 INFO
(coreCloseExecutor-1359-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=447050731
[junit4] 2> 369674 INFO
(coreCloseExecutor-1359-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@48036b74: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@1c16c64b
[junit4] 2> 369686 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 369688 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 369712 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 369772 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 369779 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 369779 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 369786 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003
[junit4] 2> 369786 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [badConfig1,
badConfig2, badSchema1, badSchema2, core1, core2]
[junit4] 2> 369786 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 2147483647 transient cores
[junit4] 2> 369808 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:badSchema1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 369843 INFO
(coreLoadExecutor-1366-thread-2-processing-x:collection4) [ x:badConfig2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 369843 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:badConfig1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 369843 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:badSchema1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 369855 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 369861 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 369863 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 369863 INFO
(coreLoadExecutor-1366-thread-2-processing-x:collection4) [ x:badSchema2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 369869 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 369871 INFO
(coreLoadExecutor-1366-thread-2-processing-x:collection4) [ x:badSchema2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 369873 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 369873 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core2,
trusted=true
[junit4] 2> 369873 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry
'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 369873 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 369873 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core2/data/]
[junit4] 2> 369890 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 369890 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core1,
trusted=true
[junit4] 2> 369890 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry
'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 369890 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 369890 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core1/data/]
[junit4] 2> 369892 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 369892 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 369950 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 369950 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 369950 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 369950 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 369951 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 369951 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.3125,
floorSegmentMB=2.1767578125, forceMergeDeletesPctAllowed=16.356437806502463,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4798989741350089
[junit4] 2> 369952 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@33f7f691[core2] main]
[junit4] 2> 369952 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core2/conf
[junit4] 2> 369952 INFO
(coreLoadExecutor-1366-thread-3-processing-x:collection4) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 369953 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e1b3854[core1] main]
[junit4] 2> 369953 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/core1/conf
[junit4] 2> 369954 INFO
(searcherExecutor-1367-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@33f7f691[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 369954 INFO
(coreLoadExecutor-1366-thread-1-processing-x:collection4) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 369955 INFO
(searcherExecutor-1368-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@3e1b3854[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 369957 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 369957 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@1288dd86 commitCommandVersion:0
[junit4] 2> 369997 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@c1be99a[core1] main]
[junit4] 2> 369998 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 369999 INFO
(searcherExecutor-1368-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@c1be99a[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C7)))}
[junit4] 2> 369999 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 370000 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 370000 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 370001 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 370026 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 370034 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 370036 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 370036 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig1,
trusted=true
[junit4] 2> 370036 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 370037 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 370037 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig1/data/]
[junit4] 2> 370040 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] 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.482911460975466]
[junit4] 2> 370102 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 370102 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 370103 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@6af37e78
[junit4] 2> 370104 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ded6a98[badConfig1]
main]
[junit4] 2> 370104 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig1/conf
[junit4] 2> 370105 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 370106 INFO
(searcherExecutor-1381-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@3ded6a98[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 370120 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 370126 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 370131 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 370131 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig2,
trusted=true
[junit4] 2> 370132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 370132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 370132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig2/data/]
[junit4] 2> 370136 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=28.1279296875,
floorSegmentMB=0.5439453125, forceMergeDeletesPctAllowed=27.559035100074418,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6636566718465673
[junit4] 2> 370247 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 370247 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 370248 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@2944acbe
[junit4] 2> 370248 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@129c8c0a[badConfig2]
main]
[junit4] 2> 370248 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badConfig2/conf
[junit4] 2> 370249 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 370250 INFO
(searcherExecutor-1385-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badConfig2] Registered new searcher
Searcher@129c8c0a[badConfig2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 370266 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 370270 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
[junit4] 2> 370273 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 370273 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema1,
trusted=true
[junit4] 2> 370273 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 370273 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 370273 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema1/data/]
[junit4] 2> 370276 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=5.326171875,
floorSegmentMB=0.6044921875, forceMergeDeletesPctAllowed=11.525225748916416,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 370372 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 370372 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 370373 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 370373 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b37d1[badSchema1]
main]
[junit4] 2> 370374 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema1/conf
[junit4] 2> 370374 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 370375 INFO
(searcherExecutor-1389-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@7b37d1[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 370391 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 370395 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
[junit4] 2> 370397 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 370397 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema2,
trusted=true
[junit4] 2> 370397 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1547ac1c
[junit4] 2> 370398 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 370398 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema2/data/]
[junit4] 2> 370400 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 370477 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 370477 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 370478 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.26205524201958785]
[junit4] 2> 370479 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@68c555af[badSchema2]
main]
[junit4] 2> 370479 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001/tempDir-003/badSchema2/conf
[junit4] 2> 370480 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 370481 INFO
(searcherExecutor-1393-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badSchema2] Registered new searcher
Searcher@68c555af[badSchema2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 370484 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 370484 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@1288dd86 commitCommandVersion:0
[junit4] 2> 370526 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@573569ed[core1] main]
[junit4] 2> 370526 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 370527 INFO
(searcherExecutor-1368-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@573569ed[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C7)))}
[junit4] 2> 370528 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 370529 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 370530 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 370530 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 370531 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareC
[...truncated too long message...]
stry=solr.core.collection7, tag=1214628809
[junit4] 2> 374594 INFO
(coreCloseExecutor-1642-thread-5-processing-x:collection4) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@559971f8: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@6ab533c9
[junit4] 2> 374599 INFO
(coreCloseExecutor-1642-thread-6-processing-x:collection4) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=1970900713
[junit4] 2> 374599 INFO
(coreCloseExecutor-1642-thread-6-processing-x:collection4) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e59b7b7: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@432518a4
[junit4] 2> 374603 INFO
(coreCloseExecutor-1642-thread-7-processing-x:collection4) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=798128307
[junit4] 2> 374604 INFO
(coreCloseExecutor-1642-thread-7-processing-x:collection4) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a3bfc76: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@6bcb3dd0
[junit4] 2> 374610 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[2A68C7CF10EC9E9A]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 374611 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 374611 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=727918329
[junit4] 2> 374611 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 374611 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 374611 INFO
(SUITE-TestLazyCores-seed#[2A68C7CF10EC9E9A]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_2A68C7CF10EC9E9A-001
[junit4] 2> Sep 21, 2017 5:04:28 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Sep 21, 2017 5:04:48 PM
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=3557, name=searcherExecutor-1594-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> Sep 21, 2017 5:04:48 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=3557, name=searcherExecutor-1594-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Sep 21, 2017 5:04:51 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=3557, name=searcherExecutor-1594-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=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=5993, maxDocsPerChunk=674, blockSize=5),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=5993, blockSize=5)), sim=RandomSimilarity(queryNorm=false): {},
locale=pt-BR, timezone=Kwajalein
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=2,free=155910304,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[SharedFSAutoReplicaFailoverTest, TestNoOpRegenerator,
LeaderInitiatedRecoveryOnCommitTest, TestDistribDocBasedVersion,
BinaryUpdateRequestHandlerTest, TestOmitPositions, TestDFRSimilarityFactory,
TestConfigsApi, SolrInfoBeanTest, SolrGraphiteReporterTest,
TestRandomFlRTGCloud, TestRequestForwarding, BlockJoinFacetRandomTest,
ShufflingReplicaListTransformerTest, SuggestComponentContextFilterQueryTest,
VersionInfoTest, RequiredFieldsTest, OverseerTest, TestCustomSort,
RemoteQueryErrorTest, TestLockTree, XsltUpdateRequestHandlerTest,
TestCodecSupport, PropertiesRequestHandlerTest, PrimitiveFieldTypeTest,
TestLeaderElectionWithEmptyReplica, TimeZoneUtilsTest, SortByFunctionTest,
TestHdfsBackupRestoreCore, TestGroupingSearch, UUIDFieldTest,
TestStressVersions, BasicDistributedZkTest, AlternateDirectoryTest,
TestZkAclsWithHadoopAuth, TestCloudRecovery, TestXmlQParserPlugin,
IndexSchemaTest, PKIAuthenticationIntegrationTest,
TestSubQueryTransformerDistrib, MetricsConfigTest,
DefaultValueUpdateProcessorTest, TestPointFields, TestSurroundQueryParser,
TestFieldCacheSort, JSONWriterTest, QueryResultKeyTest, BJQParserTest,
AsyncCallRequestStatusResponseTest, TestLegacyField,
SimpleCollectionCreateDeleteTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=2A68C7CF10EC9E9A -Dtests.slow=true -Dtests.locale=pt-BR
-Dtests.timezone=Kwajalein -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=3557, name=searcherExecutor-1594-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([2A68C7CF10EC9E9A]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=3557, name=searcherExecutor-1594-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([2A68C7CF10EC9E9A]:0)
[junit4] Completed [95/733 (1!)] on J0 in 32.22s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48369 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]