Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/742/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=12536, name=searcherExecutor-4031-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=12536, name=searcherExecutor-4031-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([68C74E41E088A5C0]: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=12536, name=searcherExecutor-4031-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=12536, name=searcherExecutor-4031-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([68C74E41E088A5C0]:0)
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([68C74E41E088A5C0:B7A7EF902BAFC665]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
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:878)
... 41 more
Build Log:
[...truncated 12678 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> 1502032 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/init-core-data-001
[junit4] 2> 1502033 WARN
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 1502033 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1502034 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1502035 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 1502044 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/solr.xml
[junit4] 2> 1502047 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1502048 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1502048 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1502078 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502085 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502086 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502089 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1502096 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502099 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502131 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502132 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1502134 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502134 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 1502135 INFO (coreLoadExecutor-3974-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@71b77e37
[junit4] 2> 1502135 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502135 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection2/data/]
[junit4] 2> 1502135 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1502136 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125,
floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3901586822604083
[junit4] 2> 1502137 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502137 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 1502138 INFO (coreLoadExecutor-3974-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@71b77e37
[junit4] 2> 1502138 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502138 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection5/data/]
[junit4] 2> 1502138 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1502139 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125,
floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3901586822604083
[junit4] 2> 1502140 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502140 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 1502140 INFO (coreLoadExecutor-3974-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@71b77e37
[junit4] 2> 1502140 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502140 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection1/data/]
[junit4] 2> 1502142 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125,
floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3901586822604083
[junit4] 2> 1502177 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502177 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502178 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125,
floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502178 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3839ec58[collection2] main]
[junit4] 2> 1502178 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection2/conf
[junit4] 2> 1502179 INFO (coreLoadExecutor-3974-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502179 INFO
(searcherExecutor-3975-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@3839ec58[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502180 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502181 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502181 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502181 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502181 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125,
floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502181 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@622b9961[collection5] main]
[junit4] 2> 1502182 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125,
floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502182 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection5/conf
[junit4] 2> 1502182 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@42e02444[collection1] main]
[junit4] 2> 1502182 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection1/conf
[junit4] 2> 1502182 INFO (coreLoadExecutor-3974-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502182 INFO (coreLoadExecutor-3974-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502182 INFO
(searcherExecutor-3976-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@622b9961[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502183 INFO
(searcherExecutor-3977-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@42e02444[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502189 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502193 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1502195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 1502195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ 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@71b77e37
[junit4] 2> 1502195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection4/data/]
[junit4] 2> 1502197 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1502231 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502231 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502250 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.20335814569227875]
[junit4] 2> 1502250 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@d1890e1[collection4] main]
[junit4] 2> 1502251 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection4/conf
[junit4] 2> 1502251 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502252 INFO
(searcherExecutor-3987-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@d1890e1[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502252 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1502252 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3daa1c57 commitCommandVersion:0
[junit4] 2> 1502279 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@403704c4[collection4] main]
[junit4] 2> 1502279 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1502280 INFO
(searcherExecutor-3987-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@403704c4[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
[junit4] 2> 1502281 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ 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=1
[junit4] 2> 1502283 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ 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> 1502283 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ 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> 1502284 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ 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> 1502284 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ 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> 1502284 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=115879773
[junit4] 2> 1502284 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1502284 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10078b3f: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@132f01f7
[junit4] 2> 1502287 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1502287 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f49e2cb: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@489fc19b
[junit4] 2> 1502289 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1502289 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@31191596: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@74875221
[junit4] 2> 1502289 INFO
(coreCloseExecutor-3991-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@48796755
[junit4] 2> 1502289 INFO
(coreCloseExecutor-3991-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@55bc5cf6
[junit4] 2> 1502289 INFO
(coreCloseExecutor-3991-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1215915861
[junit4] 2> 1502290 INFO
(coreCloseExecutor-3991-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@70e1d034: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@3c698fb
[junit4] 2> 1502290 INFO
(coreCloseExecutor-3991-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@4ea827e9
[junit4] 2> 1502290 INFO
(coreCloseExecutor-3991-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d6ddac2
[junit4] 2> 1502294 INFO
(coreCloseExecutor-3991-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1438407926
[junit4] 2> 1502294 INFO
(coreCloseExecutor-3991-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@30921830: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3c1b0541
[junit4] 2> 1502298 INFO
(coreCloseExecutor-3991-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1319643113
[junit4] 2> 1502298 INFO
(coreCloseExecutor-3991-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@28d3d93a: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@46df6209
[junit4] 2> 1502302 INFO
(coreCloseExecutor-3991-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1835915970
[junit4] 2> 1502302 INFO
(coreCloseExecutor-3991-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@784dda87: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@3225f3f2
[junit4] 2> 1502308 INFO
(TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 1502309 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 1502315 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/solr.xml
[junit4] 2> 1502317 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1502317 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1502317 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1502336 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502341 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502341 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502342 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1502349 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502349 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502349 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502355 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1502355 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1502355 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1502357 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502357 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502357 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 1502357 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 1502357 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-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@71b77e37
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-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@71b77e37
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-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@71b77e37
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502367 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection1/data/]
[junit4] 2> 1502368 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2/data/]
[junit4] 2> 1502368 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection5/data/]
[junit4] 2> 1502369 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125,
floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3901586822604083
[junit4] 2> 1502369 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125,
floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3901586822604083
[junit4] 2> 1502369 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125,
floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3901586822604083
[junit4] 2> 1502402 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502402 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502402 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502402 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502402 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502402 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502403 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125,
floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502403 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125,
floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502403 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125,
floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502403 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6474c945[collection5] main]
[junit4] 2> 1502403 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d9e4a6a[collection2] main]
[junit4] 2> 1502403 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@727d462c[collection1] main]
[junit4] 2> 1502404 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection5/conf
[junit4] 2> 1502404 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2/conf
[junit4] 2> 1502404 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection1/conf
[junit4] 2> 1502404 INFO
(coreLoadExecutor-3998-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502404 INFO
(coreLoadExecutor-3998-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502404 INFO
(coreLoadExecutor-3998-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502404 INFO
(searcherExecutor-4001-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@6d9e4a6a[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502404 INFO
(searcherExecutor-3999-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@6474c945[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502404 INFO
(searcherExecutor-4000-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@727d462c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502410 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502414 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1502416 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502416 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 1502416 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502416 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502416 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection3/data/]
[junit4] 2> 1502418 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=28.5830078125,
floorSegmentMB=0.7998046875, forceMergeDeletesPctAllowed=18.71898951853893,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7491086528025066
[junit4] 2> 1502451 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502451 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502452 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=1.9033203125,
floorSegmentMB=1.5283203125, forceMergeDeletesPctAllowed=25.95257815860803,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2756846818344182
[junit4] 2> 1502452 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@28ae377c[collection3] main]
[junit4] 2> 1502453 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection3/conf
[junit4] 2> 1502453 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502454 INFO
(searcherExecutor-4011-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@28ae377c[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502459 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502463 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1502465 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502465 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection6,
trusted=true
[junit4] 2> 1502465 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry
'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502465 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502465 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection6/data/]
[junit4] 2> 1502467 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=55.162109375,
floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=21.013295645261564,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502500 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502500 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502501 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1956916750,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1502501 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4403057c[collection6] main]
[junit4] 2> 1502502 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection6/conf
[junit4] 2> 1502502 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502503 INFO
(searcherExecutor-4015-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@4403057c[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502508 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502528 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1502529 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502529 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection7,
trusted=true
[junit4] 2> 1502530 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry
'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502530 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502530 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection7],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection7/data/]
[junit4] 2> 1502531 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=6.4765625,
floorSegmentMB=1.4609375, forceMergeDeletesPctAllowed=15.459419228101922,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502563 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502563 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502564 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1502564 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f481ed5[collection7] main]
[junit4] 2> 1502564 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection7/conf
[junit4] 2> 1502564 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502565 INFO
(searcherExecutor-4019-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@2f481ed5[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502570 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502574 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1502575 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502575 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection8,
trusted=true
[junit4] 2> 1502575 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection8' (registry
'solr.core.collection8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502576 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502576 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection8],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection8/data/]
[junit4] 2> 1502577 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=95.3701171875,
floorSegmentMB=1.2998046875, forceMergeDeletesPctAllowed=17.661383282917967,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502610 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502610 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502611 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=79.802734375,
floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=19.529742470630584,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502611 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5dae90cc[collection8] main]
[junit4] 2> 1502611 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection8/conf
[junit4] 2> 1502612 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502612 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
[junit4] 2> 1502612 INFO
(searcherExecutor-4023-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@5dae90cc[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502617 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502621 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1502623 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502623 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection9,
trusted=true
[junit4] 2> 1502623 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection9' (registry
'solr.core.collection9') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502623 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502623 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection9],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection9/data/]
[junit4] 2> 1502625 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1502658 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502658 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502658 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1502659 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@671811e3[collection9] main]
[junit4] 2> 1502659 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection9/conf
[junit4] 2> 1502659 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502660 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection3]
[junit4] 2> 1502660 INFO
(searcherExecutor-4027-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@671811e3[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502660 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2960e0fa
[junit4] 2> 1502660 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=694214906
[junit4] 2> 1502660 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@731e0860: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@7b6a2e24
[junit4] 2> 1502667 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@647bd970
[junit4] 2> 1502667 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1685838192
[junit4] 2> 1502667 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@24afd143: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@4ff341cf
[junit4] 2> 1502694 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502699 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1502700 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1502700 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1502712 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502713 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1502713 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2/data/]
[junit4] 2> 1502734 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502734 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502735 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=92.818359375,
floorSegmentMB=1.2236328125, forceMergeDeletesPctAllowed=4.099298402528482,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1502736 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@54a5d4b[collection2] main]
[junit4] 2> 1502736 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2/conf
[junit4] 2> 1502736 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1502736 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection6]
[junit4] 2> 1502736 INFO (Thread-5053) [ x:collection4]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@7d9ce38e
[junit4] 2> 1502736 INFO (Thread-5053) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=2107433870
[junit4] 2> 1502736 INFO (Thread-5053) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3b1118ab: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@cc6c9f3
[junit4] 2> 1502737 INFO
(searcherExecutor-4031-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@54a5d4b[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502737 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.S.Request [collection2] webapp=null path=null params={q=*:*} hits=0
status=0 QTime=0
[junit4] 2> 1502737 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=*:*
[junit4] 2> 1502738 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST
FAILED: xpath=//result[@numFound='10']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=*:*
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
[junit4] 2> at
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
[junit4] 2> at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1502738 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1707802448
[junit4] 2> 1502740 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1502740 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@48653739: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@7d24173
[junit4] 2> 1502744 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1502744 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6f5d862f: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@489fc19b
[junit4] 2> 1502746 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1502746 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@160ccfb5: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@74875221
[junit4] 2> 1502746 INFO
(coreCloseExecutor-4035-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@fb3b439
[junit4] 2> 1502746 INFO
(coreCloseExecutor-4035-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=263435321
[junit4] 2> 1502746 INFO
(coreCloseExecutor-4035-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5ae5d677
[junit4] 2> 1502746 INFO
(coreCloseExecutor-4035-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5eb77f0e: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@30da7586
[junit4] 2> 1502747 INFO
(coreCloseExecutor-4035-thread-3-processing-x:collection4) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@619cbd8d
[junit4] 2> 1502747 INFO
(coreCloseExecutor-4035-thread-4-processing-x:collection4) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@1e9e17d3
[junit4] 2> 1502747 INFO
(coreCloseExecutor-4035-thread-5-processing-x:collection4) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b21ab16
[junit4] 2> 1502751 INFO
(coreCloseExecutor-4035-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1525012087
[junit4] 2> 1502751 INFO
(coreCloseExecutor-4035-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6dbede60: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@fa4c6f4
[junit4] 2> 1502756 INFO
(coreCloseExecutor-4035-thread-3-processing-x:collection4) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=1637662093
[junit4] 2> 1502756 INFO
(coreCloseExecutor-4035-thread-3-processing-x:collection4) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4d9128b1: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@66ceeec7
[junit4] 2> 1502760 INFO
(coreCloseExecutor-4035-thread-4-processing-x:collection4) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=513677267
[junit4] 2> 1502761 INFO
(coreCloseExecutor-4035-thread-4-processing-x:collection4) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@33600160: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@6326b266
[junit4] 2> 1502765 INFO
(coreCloseExecutor-4035-thread-5-processing-x:collection4) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=2065804054
[junit4] 2> 1502765 INFO
(coreCloseExecutor-4035-thread-5-processing-x:collection4) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@33f3c987: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@487be28f
[junit4] 2> 1502771 INFO
(TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.method=testNoCommit -Dtests.seed=68C74E41E088A5C0 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Africa/Mbabane
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.46s J1 | TestLazyCores.testNoCommit <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([68C74E41E088A5C0:B7A7EF902BAFC665]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
[junit4] > at
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
[junit4] > at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request was:q=*:*
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
[junit4] > ... 41 more
[junit4] 2> 1502774 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 1502779 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-003/solr.xml
[junit4] 2> 1502781 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1502781 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1502782 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1502800 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502805 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502805 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
[junit4] 2> 1502806 INFO
(TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1502813 INFO
(coreLoadExecutor-4042-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1502813 INFO
(coreLoadExecutor-4042-thread-1-processing-x:collection4) [
[...truncated too long message...]
icRegistry@5d3b75cf
[junit4] 2> 1509909 INFO
(coreCloseExecutor-4295-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1438037959
[junit4] 2> 1509909 INFO
(coreCloseExecutor-4295-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@31c348ad: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@6650af99
[junit4] 2> 1509914 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[68C74E41E088A5C0]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 1509914 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1509914 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1820735073
[junit4] 2> 1509915 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1509915 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1509915 INFO
(SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-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:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001
[junit4] 2> Nov 04, 2017 2:38:35 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Nov 04, 2017 2:38:55 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=12536, name=searcherExecutor-4031-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Nov 04, 2017 2:38:55 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=12536, name=searcherExecutor-4031-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Nov 04, 2017 2:38:58 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=12536, name=searcherExecutor-4031-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct),
v_s=Lucene50(blocksize=128), v_f=BlockTreeOrds(blocksize=128)}, docValues:{},
maxPointsInLeafNode=1796, maxMBSortInHeap=6.088095058476531,
sim=RandomSimilarity(queryNorm=true): {}, locale=en-CA, timezone=Africa/Mbabane
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=2,free=187868416,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [SolrRequestParserTest,
TestNamedUpdateProcessors, TestTestInjection,
TermVectorComponentDistributedTest, CollectionTooManyReplicasTest,
SolrIndexMetricsTest, TestDistribIDF, TestDocSet,
TestImpersonationWithHadoopAuth, TestSolrQueryResponse, TestReplicaProperties,
TestStreamBody, BadIndexSchemaTest, TestObjectReleaseTracker, TestSolr4Spatial,
DirectoryFactoryTest, BlockJoinFacetSimpleTest, SecurityConfHandlerTest,
TestImplicitCoreProperties, TestRawResponseWriter, TestFieldCacheSortRandom,
ShardRoutingCustomTest, OpenCloseCoreStressTest, TestFileDictionaryLookup,
TestCollectionAPI, TestConfigSetsAPIExclusivity, TestBulkSchemaConcurrent,
SuggestComponentTest, DistributedIntervalFacetingTest,
OpenExchangeRatesOrgProviderTest, TestSchemaManager, CircularListTest,
OutputWriterTest, OverriddenZkACLAndCredentialsProvidersTest,
NotRequiredUniqueKeyTest, BigEndianAscendingWordDeserializerTest,
TestHttpShardHandlerFactory, TestManagedSchemaAPI, SolrIndexConfigTest,
TestCollationField, DistributedVersionInfoTest, TestGraphMLResponseWriter,
ChaosMonkeySafeLeaderTest, TestFieldCache, MoreLikeThisHandlerTest,
ZkStateWriterTest, PreAnalyzedFieldTest, TestRecoveryHdfs,
SolrCmdDistributorTest, OverseerRolesTest, ShardSplitTest,
BinaryUpdateRequestHandlerTest, TestWriterPerf, TestLRUStatsCache,
ClusterStateUpdateTest, ShardRoutingTest, TestAnalyzedSuggestions,
TestPseudoReturnFields, TestPerFieldSimilarityWithDefaultOverride,
TestPerFieldSimilarity, ZkCLITest, DistributedFacetExistsSmallTest,
HdfsNNFailoverTest, PeerSyncReplicationTest, TestStressRecovery,
ChangedSchemaMergeTest, TestSimpleTextCodec, SuggesterFSTTest,
V2ApiIntegrationTest, AtomicUpdateProcessorFactoryTest, TestFaceting,
TestFastWriter, QueryResultKeyTest, DOMUtilTest, TestLegacyNumericUtils,
TestXIncludeConfig, TestManagedResourceStorage, DirectUpdateHandlerTest,
ZkSolrClientTest, DistanceUnitsTest, TestSolrQueryParser, HLLUtilTest,
TestSolrCloudSnapshots, MBeansHandlerTest, ConvertedLegacyTest,
TestMultiWordSynonyms, PrimUtilsTest, TestCloudRecovery,
DeleteLastCustomShardedReplicaTest, TestConfigSetImmutable,
ConcurrentDeleteAndCreateCollectionTest, PreAnalyzedUpdateProcessorTest,
CursorMarkTest, ExplicitHLLTest, JSONWriterTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=68C74E41E088A5C0 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-CA -Dtests.timezone=Africa/Mbabane -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=12536, name=searcherExecutor-4031-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([68C74E41E088A5C0]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=12536, name=searcherExecutor-4031-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([68C74E41E088A5C0]:0)
[junit4] Completed [354/747 (1!)] on J1 in 30.98s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48519 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]