Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20478/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC
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=9580, name=searcherExecutor-3997-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=9580, name=searcherExecutor-3997-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([8B12AC2A0AED01FC]: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=9580, name=searcherExecutor-3997-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=9580, name=searcherExecutor-3997-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([8B12AC2A0AED01FC]: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([8B12AC2A0AED01FC:54720DFBC1CA6259]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
Build Log:
[...truncated 12318 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/init-core-data-001
[junit4] 2> 1030578 WARN
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 1030579 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1030580 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1030580 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1030582 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 1030591 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/solr.xml
[junit4] 2> 1030599 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1030621 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1030626 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1030626 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1030628 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1030636 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1030643 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1030643 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1030651 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1030651 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1030652 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-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@790fb630
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-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@790fb630
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection2/data/]
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection5/data/]
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1030654 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 1030655 INFO (coreLoadExecutor-3940-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@790fb630
[junit4] 2> 1030655 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1030655 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection1/data/]
[junit4] 2> 1030672 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1117642016764612]
[junit4] 2> 1030672 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1117642016764612]
[junit4] 2> 1030676 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1117642016764612]
[junit4] 2> 1030935 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1030935 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1030936 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1030936 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@23281d9c[collection2] main]
[junit4] 2> 1030936 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection2/conf
[junit4] 2> 1030937 INFO (coreLoadExecutor-3940-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1030938 INFO
(searcherExecutor-3942-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@23281d9c[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031015 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031015 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031016 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1031016 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5a20e690[collection1] main]
[junit4] 2> 1031016 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection1/conf
[junit4] 2> 1031017 INFO (coreLoadExecutor-3940-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031017 INFO
(searcherExecutor-3943-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5a20e690[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031022 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031022 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031023 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1031023 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4b4fb1d4[collection5] main]
[junit4] 2> 1031024 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection5/conf
[junit4] 2> 1031024 INFO (coreLoadExecutor-3940-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031025 INFO
(searcherExecutor-3941-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@4b4fb1d4[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031030 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031037 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1031038 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031038 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 1031041 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1031041 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031041 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/./collection4/data/]
[junit4] 2> 1031044 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8768545598439736]
[junit4] 2> 1031194 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031194 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.8525390625,
noCFSRatio=0.18320996879761842]
[junit4] 2> 1031195 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a876834[collection4] main]
[junit4] 2> 1031196 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-001/collection4/conf
[junit4] 2> 1031196 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031196 INFO
(searcherExecutor-3953-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@7a876834[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031197 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1031197 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@6484b3cd commitCommandVersion:0
[junit4] 2> 1031398 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@22f5e047[collection4] main]
[junit4] 2> 1031399 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1031399 INFO
(searcherExecutor-3953-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@22f5e047[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
[junit4] 2> 1031400 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ 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> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ 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> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ 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> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ 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> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1943994365
[junit4] 2> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1031403 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4a8115e5: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@4d4d1e01
[junit4] 2> 1031407 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1031407 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@25ece299: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@5968302d
[junit4] 2> 1031409 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1031409 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@454626ae: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@5d57afd8
[junit4] 2> 1031409 INFO
(coreCloseExecutor-3957-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1b5821c2
[junit4] 2> 1031409 INFO
(coreCloseExecutor-3957-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@52a5d21b
[junit4] 2> 1031409 INFO
(coreCloseExecutor-3957-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=458760642
[junit4] 2> 1031409 INFO
(coreCloseExecutor-3957-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@771b43ea
[junit4] 2> 1031409 INFO
(coreCloseExecutor-3957-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3eb5e21e: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@17ca731
[junit4] 2> 1031409 INFO
(coreCloseExecutor-3957-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@7d4de3eb
[junit4] 2> 1031413 INFO
(coreCloseExecutor-3957-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1386598939
[junit4] 2> 1031413 INFO
(coreCloseExecutor-3957-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4092fb61: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@595cdc1e
[junit4] 2> 1031417 INFO
(coreCloseExecutor-3957-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1998275562
[junit4] 2> 1031417 INFO
(coreCloseExecutor-3957-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@77deb720: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@418509dc
[junit4] 2> 1031423 INFO
(coreCloseExecutor-3957-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=2102256619
[junit4] 2> 1031423 INFO
(coreCloseExecutor-3957-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@374e542: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@222b29c3
[junit4] 2> 1031430 INFO
(TEST-TestLazyCores.testLazySearch-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 1031431 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 1031439 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/solr.xml
[junit4] 2> 1031442 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1031459 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1031464 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1031464 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1031466 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1031476 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031476 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031476 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031482 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1031483 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1031483 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1031484 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031484 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-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@790fb630
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection1/data/]
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-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@790fb630
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection2/data/]
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-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@790fb630
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031485 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection5/data/]
[junit4] 2> 1031486 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1117642016764612]
[junit4] 2> 1031487 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1117642016764612]
[junit4] 2> 1031487 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1117642016764612]
[junit4] 2> 1031605 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031605 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031605 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1031605 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1223639a[collection1] main]
[junit4] 2> 1031606 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection1/conf
[junit4] 2> 1031606 INFO
(coreLoadExecutor-3964-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031606 INFO
(searcherExecutor-3965-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1223639a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031611 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031611 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031611 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1031612 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f4ea89[collection2] main]
[junit4] 2> 1031612 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection2/conf
[junit4] 2> 1031612 INFO
(coreLoadExecutor-3964-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031613 INFO
(searcherExecutor-3966-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@2f4ea89[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031613 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031613 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031614 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1031614 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1cb1476e[collection5] main]
[junit4] 2> 1031614 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection5/conf
[junit4] 2> 1031615 INFO
(coreLoadExecutor-3964-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031615 INFO
(searcherExecutor-3967-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@1cb1476e[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031620 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031624 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1031625 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031625 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 1031625 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1031626 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031626 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection3/data/]
[junit4] 2> 1031627 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=45.8232421875,
floorSegmentMB=2.046875, forceMergeDeletesPctAllowed=18.190458557310524,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1031730 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031730 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031731 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5737274673594931]
[junit4] 2> 1031731 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@22e01e77[collection3] main]
[junit4] 2> 1031731 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection3/conf
[junit4] 2> 1031732 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031732 INFO
(searcherExecutor-3977-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@22e01e77[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031737 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031746 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1031747 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031747 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection6,
trusted=true
[junit4] 2> 1031747 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1031747 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031747 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection6/data/]
[junit4] 2> 1031749 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1409412840,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1031839 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031839 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031840 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=95.310546875,
floorSegmentMB=0.744140625, forceMergeDeletesPctAllowed=18.304078592580918,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6970457602101219
[junit4] 2> 1031840 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@46a66fba[collection6] main]
[junit4] 2> 1031840 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection6/conf
[junit4] 2> 1031840 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031841 INFO
(searcherExecutor-3981-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@46a66fba[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031846 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031849 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1031850 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031850 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection7,
trusted=true
[junit4] 2> 1031851 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1031851 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031851 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection7],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection7/data/]
[junit4] 2> 1031852 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=32.9013671875,
floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=21.229668117017333,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.568226486181841
[junit4] 2> 1031947 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031947 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031948 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@fa1a2a9
[junit4] 2> 1031948 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4459ed16[collection7] main]
[junit4] 2> 1031948 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection7/conf
[junit4] 2> 1031949 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031949 INFO
(searcherExecutor-3985-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@4459ed16[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031954 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1031957 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1031964 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1031964 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection8,
trusted=true
[junit4] 2> 1031964 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1031964 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1031964 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection8],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection8/data/]
[junit4] 2> 1031966 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7195540185264092]
[junit4] 2> 1032060 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1032060 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1032061 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=38.6884765625,
floorSegmentMB=0.2578125, forceMergeDeletesPctAllowed=18.224424910938342,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1032061 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6530a5d5[collection8] main]
[junit4] 2> 1032061 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection8/conf
[junit4] 2> 1032061 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1032062 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
[junit4] 2> 1032062 INFO
(searcherExecutor-3989-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@6530a5d5[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1032067 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1032070 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1032071 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1032071 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection9,
trusted=true
[junit4] 2> 1032072 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1032072 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1032072 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection9],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection9/data/]
[junit4] 2> 1032073 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7692172260628742]
[junit4] 2> 1032175 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1032175 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1032175 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=81.8681640625,
floorSegmentMB=2.1474609375, forceMergeDeletesPctAllowed=7.90576524691594,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1032176 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@aeb1fc3[collection9] main]
[junit4] 2> 1032176 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection9/conf
[junit4] 2> 1032176 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1032177 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection3]
[junit4] 2> 1032177 INFO
(searcherExecutor-3993-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@aeb1fc3[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1032177 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4ed882f1
[junit4] 2> 1032177 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1322812145
[junit4] 2> 1032177 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72c326a8: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@4264fee2
[junit4] 2> 1032184 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@16044059
[junit4] 2> 1032184 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=369377369
[junit4] 2> 1032184 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4fe18991: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@7a441241
[junit4] 2> 1032195 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1032198 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1032200 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1032200 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 1032216 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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@790fb630
[junit4] 2> 1032216 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1032216 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/./collection2/data/]
[junit4] 2> 1032235 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1032236 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1032236 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1336447099,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1032237 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@34018a19[collection2] main]
[junit4] 2> 1032237 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-002/collection2/conf
[junit4] 2> 1032237 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1032237 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection6]
[junit4] 2> 1032237 INFO (Thread-2404) [ x:collection4]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@53ee8002
[junit4] 2> 1032237 INFO (Thread-2404) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=1408139266
[junit4] 2> 1032237 INFO (Thread-2404) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@185320e6: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@f72c19c
[junit4] 2> 1032238 INFO
(searcherExecutor-3997-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@34018a19[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1032238 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.S.Request [collection2] webapp=null path=null params={q=*:*} hits=0
status=0 QTime=0
[junit4] 2> 1032238 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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> 1032238 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ 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:877)
[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> 1032239 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2019356062
[junit4] 2> 1032241 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1032241 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a90e70e: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@6e1d6db5
[junit4] 2> 1032244 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1032244 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1ee90127: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@5968302d
[junit4] 2> 1032246 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1032246 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d99b97b: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@5d57afd8
[junit4] 2> 1032246 INFO
(coreCloseExecutor-4001-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@57f47cde
[junit4] 2> 1032246 INFO
(coreCloseExecutor-4001-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1475640542
[junit4] 2> 1032247 INFO
(coreCloseExecutor-4001-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@6c3e31ef
[junit4] 2> 1032247 INFO
(coreCloseExecutor-4001-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a08cbb4: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@65307d8a
[junit4] 2> 1032247 INFO
(coreCloseExecutor-4001-thread-3-processing-x:collection4) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@697a8ac8
[junit4] 2> 1032247 INFO
(coreCloseExecutor-4001-thread-5-processing-x:collection4) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d3c6bbe
[junit4] 2> 1032247 INFO
(coreCloseExecutor-4001-thread-4-processing-x:collection4) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@4ac86cf7
[junit4] 2> 1032250 INFO
(coreCloseExecutor-4001-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1816015343
[junit4] 2> 1032250 INFO
(coreCloseExecutor-4001-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4164d9fa: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@1a3a4eca
[junit4] 2> 1032254 INFO
(coreCloseExecutor-4001-thread-3-processing-x:collection4) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=1769638600
[junit4] 2> 1032254 INFO
(coreCloseExecutor-4001-thread-3-processing-x:collection4) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@19d6eb8e: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@7bd6d9b4
[junit4] 2> 1032261 INFO
(coreCloseExecutor-4001-thread-5-processing-x:collection4) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=1832676286
[junit4] 2> 1032261 INFO
(coreCloseExecutor-4001-thread-5-processing-x:collection4) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@410232b1: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@b0f0d71
[junit4] 2> 1032266 INFO
(coreCloseExecutor-4001-thread-4-processing-x:collection4) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=1254649079
[junit4] 2> 1032266 INFO
(coreCloseExecutor-4001-thread-4-processing-x:collection4) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@59f3c2ac: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@65efded7
[junit4] 2> 1032273 INFO
(TEST-TestLazyCores.testNoCommit-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.method=testNoCommit -Dtests.seed=8B12AC2A0AED01FC -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Africa/Bissau
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.84s J0 | TestLazyCores.testNoCommit <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([8B12AC2A0AED01FC:54720DFBC1CA6259]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
[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:877)
[junit4] > ... 41 more
[junit4] 2> 1032275 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
[junit4] 2> 1032281 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001/tempDir-003/solr.xml
[junit4] 2> 1032283 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1032302 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1032306 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1032307 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@790fb630
[junit4] 2> 1032308 INFO
(TEST-TestLazyCores.testCreateSame-seed#[8B12AC2A0AED01FC]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1032314 INFO
(coreLoadExecutor-4008-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1032315 INFO
(coreLoadExecutor-4008-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1032316 INFO
(coreLoadExecutor-4008-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1032328 INFO
(coreLoadExecutor-4008-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1032329 INFO
(coreLoadExecutor-4008-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1032330 INFO
(coreLoadExecutor-4008-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1032330 INFO
(coreLoadExecutor-4008-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1032331 INFO
(coreLoadExecutor-4008-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J
[...truncated too long message...]
ing metric reporters for registry=solr.core.collection5, tag=1411960078
[junit4] 2> 1037491 INFO
(coreCloseExecutor-4261-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6446fea2: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@5f653d63
[junit4] 2> 1037495 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[8B12AC2A0AED01FC]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 1037496 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1037496 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1577541248
[junit4] 2> 1037496 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1037496 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1037496 INFO
(SUITE-TestLazyCores-seed#[8B12AC2A0AED01FC]-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_8B12AC2A0AED01FC-001
[junit4] 2> Sep 15, 2017 10:10:00 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Sep 15, 2017 10:10:20 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=9580, name=searcherExecutor-3997-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Sep 15, 2017 10:10:20 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9580, name=searcherExecutor-3997-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Sep 15, 2017 10:10:23 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9580, name=searcherExecutor-3997-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=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=bg, timezone=Africa/Bissau
[junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=2,free=242796072,total=532152320
[junit4] 2> NOTE: All tests run in this JVM: [TestPolicyCloud,
MigrateRouteKeyTest, CdcrUpdateLogTest, SolrPluginUtilsTest,
TestManagedResourceStorage, TestSSLRandomization,
TestSolrCloudWithSecureImpersonation, ReplicationFactorTest,
HdfsRestartWhileUpdatingTest, BinaryUpdateRequestHandlerTest,
VMParamsZkACLAndCredentialsProvidersTest, TestConfig, TestDocSet,
TestPHPSerializedResponseWriter, TestNumericRangeQuery64, TestLegacyField,
TestGraphTermsQParserPlugin, UpdateParamsTest, SyncSliceTest,
TestIntervalFaceting, TestSolrConfigHandlerCloud, TestMacros, TestBadConfig,
TestManagedSchemaAPI, TestCSVResponseWriter, TestSolrCoreParser,
PreAnalyzedUpdateProcessorTest, V2ApiIntegrationTest, UpdateLogTest,
TestSubQueryTransformerCrossCore, HighlighterMaxOffsetTest,
SolrShardReporterTest, SolrCLIZkUtilsTest, TestIBSimilarityFactory,
TestHdfsBackupRestoreCore, TestMultiWordSynonyms, TestSchemaSimilarityResource,
TestComponentsName, DistribJoinFromCollectionTest, HighlighterConfigTest,
DocValuesNotIndexedTest, TestStressLucene, HdfsNNFailoverTest,
PreAnalyzedFieldManagedSchemaCloudTest, TestFileDictionaryLookup,
TestClassicSimilarityFactory, HttpSolrCallGetCoreTest, TestQuerySenderNoQuery,
SpellCheckCollatorTest, ChaosMonkeyNothingIsSafeTest, TestReplicationHandler,
TestMinMaxOnMultiValuedField, RequestHandlersTest, SolrGangliaReporterTest,
UUIDFieldTest, TestUninvertingReader, TestCloudRecovery,
CdcrVersionReplicationTest, TestFieldCollectionResource,
DistributedQueryElevationComponentTest, CursorPagingTest, RulesTest,
DefaultValueUpdateProcessorTest, TestBinaryResponseWriter, NodeMutatorTest,
TestXmlQParserPlugin, TestFaceting, MetricsHandlerTest, FullHLLTest,
FieldAnalysisRequestHandlerTest, AsyncCallRequestStatusResponseTest,
OpenExchangeRatesOrgProviderTest, PeerSyncTest, RecoveryAfterSoftCommitTest,
UtilsToolTest, SSLMigrationTest, IndexBasedSpellCheckerTest,
TestTolerantUpdateProcessorRandomCloud, TestUniqueKeyFieldResource,
SpellingQueryConverterTest, SolrRequestParserTest, TestPhraseSuggestions,
TestSolrQueryParser, XmlUpdateRequestHandlerTest, TestFieldTypeResource,
BigEndianAscendingWordSerializerTest, TestJettySolrRunner, TestCustomSort,
SuggesterWFSTTest, QueryResultKeyTest, InfixSuggestersTest, TestCollationField,
TestSolrQueryResponse, CursorMarkTest, CustomCollectionTest,
AtomicUpdateProcessorFactoryTest, TestReplicaProperties, TestSolr4Spatial,
DocValuesMissingTest, DistanceUnitsTest, TestRTimerTree,
TestLegacyNumericRangeQueryBuilder, TestRandomFlRTGCloud,
TestRandomCollapseQParserPlugin, TestPrepRecovery, TestConfigSetImmutable,
HdfsTlogReplayBufferedWhileIndexingTest, OverseerStatusTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=8B12AC2A0AED01FC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=bg -Dtests.timezone=Africa/Bissau -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=9580, name=searcherExecutor-3997-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([8B12AC2A0AED01FC]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9580, name=searcherExecutor-3997-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([8B12AC2A0AED01FC]:0)
[junit4] Completed [348/732 (1!)] on J0 in 30.00s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 47397 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]