Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/254/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([7F533157BB395ECE:A0339086701E3D6B]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=9800, name=searcherExecutor-4362-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=9800, name=searcherExecutor-4362-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([7F533157BB395ECE]: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=9800, name=searcherExecutor-4362-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=9800, name=searcherExecutor-4362-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([7F533157BB395ECE]:0)
Build Log:
[...truncated 12158 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/init-core-data-001
[junit4] 2> 815743 WARN
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
[junit4] 2> 815743 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 815750 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 815750 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 815751 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 815785 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/solr.xml
[junit4] 2> 815806 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 815807 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 815807 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 815868 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 815877 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 815877 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 815880 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 815898 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 815898 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 815898 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 815910 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 815911 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 815912 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 815913 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 815913 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-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@2f2c0df
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-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@2f2c0df
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection2/data/]
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-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@2f2c0df
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 815914 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection5/data/]
[junit4] 2> 815915 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection1/data/]
[junit4] 2> 815917 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0751953125,
floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=6.532638634885658,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 815918 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0751953125,
floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=6.532638634885658,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 815918 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0751953125,
floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=6.532638634885658,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 815995 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 815995 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 815996 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 815996 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 815996 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=65.4560546875,
floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=17.252755238133606,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 815997 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=65.4560546875,
floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=17.252755238133606,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 816000 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816000 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816001 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=65.4560546875,
floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=17.252755238133606,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 816017 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@17d2afe4[collection2] main]
[junit4] 2> 816017 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection2/conf
[junit4] 2> 816018 INFO (coreLoadExecutor-4329-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816021 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3561066d[collection5] main]
[junit4] 2> 816021 INFO
(searcherExecutor-4331-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@17d2afe4[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816021 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection5/conf
[junit4] 2> 816021 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7f433b5b[collection1] main]
[junit4] 2> 816022 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection1/conf
[junit4] 2> 816022 INFO (coreLoadExecutor-4329-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816022 INFO (coreLoadExecutor-4329-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816023 INFO
(searcherExecutor-4332-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@3561066d[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816023 INFO
(searcherExecutor-4330-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7f433b5b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816058 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816062 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 816065 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816065 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection3,
trusted=true
[junit4] 2> 816065 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816065 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816065 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection3/data/]
[junit4] 2> 816077 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=19.498046875,
floorSegmentMB=2.1162109375, forceMergeDeletesPctAllowed=19.84124416521029,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.35730367210770464
[junit4] 2> 816157 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816157 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816158 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.295526630984874]
[junit4] 2> 816160 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@505e71bc[collection3] main]
[junit4] 2> 816161 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection3/conf
[junit4] 2> 816161 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816162 INFO
(searcherExecutor-4342-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@505e71bc[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816188 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816194 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 816197 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816197 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection6,
trusted=true
[junit4] 2> 816197 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry
'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816197 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816197 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection6],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection6/data/]
[junit4] 2> 816201 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=22.833984375,
floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=4.716192469761179,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1763408419022576
[junit4] 2> 816253 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816253 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816254 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=71.0576171875,
floorSegmentMB=2.107421875, forceMergeDeletesPctAllowed=29.955058786656522,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 816256 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@55dc6859[collection6] main]
[junit4] 2> 816257 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection6/conf
[junit4] 2> 816257 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816258 INFO
(searcherExecutor-4346-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@55dc6859[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816280 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816290 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 816293 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816293 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection7,
trusted=true
[junit4] 2> 816293 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry
'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816293 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816293 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection7],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection7/data/]
[junit4] 2> 816298 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@5a8fdd60
[junit4] 2> 816358 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816358 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816359 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=11, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=91.87109375,
floorSegmentMB=1.810546875, forceMergeDeletesPctAllowed=9.185139302208643,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 816360 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6b734b8c[collection7] main]
[junit4] 2> 816360 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection7/conf
[junit4] 2> 816361 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816361 INFO
(searcherExecutor-4350-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@6b734b8c[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816380 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816384 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 816388 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816388 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection8,
trusted=true
[junit4] 2> 816388 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection8' (registry
'solr.core.collection8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816388 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816388 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection8],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection8/data/]
[junit4] 2> 816393 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 816453 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816453 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816454 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.10042755175209957]
[junit4] 2> 816454 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5eddea69[collection8] main]
[junit4] 2> 816455 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection8/conf
[junit4] 2> 816456 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816456 INFO
(searcherExecutor-4354-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@5eddea69[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816456 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
[junit4] 2> 816478 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816490 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 816493 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816493 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection9,
trusted=true
[junit4] 2> 816493 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection9' (registry
'solr.core.collection9') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816493 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816493 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection9],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection9/data/]
[junit4] 2> 816496 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 816543 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816543 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816544 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=80.578125,
floorSegmentMB=1.98828125, forceMergeDeletesPctAllowed=3.630914614225099,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.30979494785760125
[junit4] 2> 816545 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@368105d[collection9] main]
[junit4] 2> 816545 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection9/conf
[junit4] 2> 816546 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816546 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection3]
[junit4] 2> 816546 INFO
(searcherExecutor-4358-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@368105d[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816547 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@48baf6a5
[junit4] 2> 816547 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1220212389
[junit4] 2> 816547 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@32436a26: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@358d60ac
[junit4] 2> 816556 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@62fcf0c1
[junit4] 2> 816556 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1660743873
[junit4] 2> 816556 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c6b58c0: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@55e76f22
[junit4] 2> 816578 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816582 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 816585 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816585 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 816604 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816604 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816604 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/./collection2/data/]
[junit4] 2> 816681 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816681 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816683 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1341548038,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 816684 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@300d3047[collection2] main]
[junit4] 2> 816685 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-001/collection2/conf
[junit4] 2> 816686 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816686 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection6]
[junit4] 2> 816686 INFO (Thread-2393) [ ] o.a.s.c.SolrCore
[collection6] CLOSING SolrCore org.apache.solr.core.SolrCore@4a900125
[junit4] 2> 816686 INFO (Thread-2393) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.collection6, tag=1250951461
[junit4] 2> 816686 INFO (Thread-2393) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6538ce20:
rootName = null, domain = solr.core.collection6, service url = null, agent id =
null] for registry solr.core.collection6 /
com.codahale.metrics.MetricRegistry@2fa50425
[junit4] 2> 816686 INFO
(searcherExecutor-4362-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@300d3047[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816687 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.S.Request [collection2] webapp=null path=null params={q=*:*} hits=0
status=0 QTime=0
[junit4] 2> 816689 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
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> 816690 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
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> 816690 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=515419238
[junit4] 2> 816690 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 816690 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d78d5e8: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@6b9d9895
[junit4] 2> 816696 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 816696 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@42b181cf: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@32fa2db7
[junit4] 2> 816699 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 816699 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@75709378: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@20abda92
[junit4] 2> 816699 INFO
(coreCloseExecutor-4366-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1f26ee24
[junit4] 2> 816699 INFO
(coreCloseExecutor-4366-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=522645028
[junit4] 2> 816700 INFO
(coreCloseExecutor-4366-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3378a087: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@279251e3
[junit4] 2> 816700 INFO
(coreCloseExecutor-4366-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d247647
[junit4] 2> 816700 INFO
(coreCloseExecutor-4366-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@350041d5
[junit4] 2> 816701 INFO
(coreCloseExecutor-4366-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@33795a7b
[junit4] 2> 816701 INFO
(coreCloseExecutor-4366-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@43a1b1b4
[junit4] 2> 816704 INFO
(coreCloseExecutor-4366-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1562670663
[junit4] 2> 816705 INFO
(coreCloseExecutor-4366-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b881034: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@69b99ddd
[junit4] 2> 816710 INFO
(coreCloseExecutor-4366-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=889209301
[junit4] 2> 816711 INFO
(coreCloseExecutor-4366-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@62d6d8d4: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@15ed6f93
[junit4] 2> 816716 INFO
(coreCloseExecutor-4366-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=863591035
[junit4] 2> 816716 INFO
(coreCloseExecutor-4366-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@63af6666: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@2363bab7
[junit4] 2> 816728 INFO
(coreCloseExecutor-4366-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=1134670260
[junit4] 2> 816728 INFO
(coreCloseExecutor-4366-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72f93318: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@50fb61e5
[junit4] 2> 816736 INFO
(TEST-TestLazyCores.testNoCommit-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.method=testNoCommit -Dtests.seed=7F533157BB395ECE -Dtests.slow=true
-Dtests.locale=hr-HR -Dtests.timezone=Europe/Malta -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.99s J0 | TestLazyCores.testNoCommit <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([7F533157BB395ECE:A0339086701E3D6B]: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> 816740 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 816777 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/solr.xml
[junit4] 2> 816782 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 816782 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 816782 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 816853 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816862 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816862 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816866 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 816886 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816886 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816886 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 816901 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 816901 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 816903 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 816904 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection1/data/]
[junit4] 2> 816905 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection5/data/]
[junit4] 2> 816906 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 816906 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 816906 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 816906 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 816906 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection2/data/]
[junit4] 2> 816909 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0751953125,
floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=6.532638634885658,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 816909 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0751953125,
floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=6.532638634885658,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 816909 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0751953125,
floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=6.532638634885658,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 816977 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816977 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816978 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816978 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816978 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=65.4560546875,
floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=17.252755238133606,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 816979 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=65.4560546875,
floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=17.252755238133606,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 816979 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2102228d[collection1] main]
[junit4] 2> 816979 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection1/conf
[junit4] 2> 816980 INFO
(coreLoadExecutor-4373-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816980 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 816980 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 816980 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6907aefb[collection5] main]
[junit4] 2> 816980 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection5/conf
[junit4] 2> 816980 INFO
(searcherExecutor-4374-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2102228d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816981 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=65.4560546875,
floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=17.252755238133606,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 816981 INFO
(coreLoadExecutor-4373-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816981 INFO
(searcherExecutor-4375-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@6907aefb[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 816982 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@64966e9c[collection2] main]
[junit4] 2> 816982 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection2/conf
[junit4] 2> 816983 INFO
(coreLoadExecutor-4373-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 816983 INFO
(searcherExecutor-4376-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@64966e9c[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 817006 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 817012 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 817016 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 817016 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 817017 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 817017 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 817017 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection3/data/]
[junit4] 2> 817021 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=66.2548828125,
floorSegmentMB=1.6728515625, forceMergeDeletesPctAllowed=1.9810906494380343,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5703073292668137
[junit4] 2> 817094 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 817094 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 817095 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 817096 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3842308[collection3] main]
[junit4] 2> 817096 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection3/conf
[junit4] 2> 817097 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 817097 INFO
(searcherExecutor-4386-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@3842308[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 817121 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 817126 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 817130 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 817130 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection4,
trusted=true
[junit4] 2> 817131 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2f2c0df
[junit4] 2> 817131 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 817131 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/./collection4/data/]
[junit4] 2> 817134 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=11, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=47.9482421875,
floorSegmentMB=0.8369140625, forceMergeDeletesPctAllowed=14.605152965516018,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 817190 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 817190 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 817191 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=82.5400390625,
floorSegmentMB=0.4287109375, forceMergeDeletesPctAllowed=6.010829866930481,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7545348432005298
[junit4] 2> 817192 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a912084[collection4] main]
[junit4] 2> 817192 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001/tempDir-002/collection4/conf
[junit4] 2> 817193 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 817194 INFO
(searcherExecutor-4390-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@7a912084[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 817194 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1763842093
[junit4] 2> 817194 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 817194 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@50c1f730: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@19705095
[junit4] 2> 817197 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 817197 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1db3de03: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@32fa2db7
[junit4] 2> 817200 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 817200 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@35eb24df: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@20abda92
[junit4] 2> 817200 INFO
(coreCloseExecutor-4394-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@63a7ca2f
[junit4] 2> 817200 INFO
(coreCloseExecutor-4394-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1671940655
[junit4] 2> 817200 INFO
(coreCloseExecutor-4394-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@15a1ee44: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1fa7b824
[junit4] 2> 817201 INFO
(coreCloseExecutor-4394-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@37ffd5b6
[junit4] 2> 817201 INFO
(coreCloseExecutor-4394-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@778825e7
[junit4] 2> 817202 INFO
(coreCloseExecutor-4394-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@60099fd
[junit4] 2> 817202 INFO
(coreCloseExecutor-4394-thread-5-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@33504d5d
[junit4] 2> 817205 INFO
(coreCloseExecutor-4394-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=939513270
[junit4] 2> 817205 INFO
(coreCloseExecutor-4394-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@143afcc5: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@4d20d7eb
[junit4] 2> 817211 INFO
(coreCloseExecutor-4394-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=2005411303
[junit4] 2> 817211 INFO
(coreCloseExecutor-4394-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3e71fbf9: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@2d093e24
[junit4] 2> 817216 INFO
(coreCloseExecutor-4394-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=100702717
[junit4] 2> 817216 INFO
(coreCloseExecutor-4394-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@58a74a: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@696eb83
[junit4] 2> 817221 INFO
(coreCloseExecutor-4394-thread-5-processing-x:collection3) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=860900701
[junit4] 2> 817221 INFO
(coreCloseExecutor-4394-thread-5-processing-x:collection3) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b8122a1: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@701b29a9
[junit4] 2> 817230 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 817235 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[7F533157BB395ECE]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 817285 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[7F533157BB395ECE]) [
x:collection3] o.a.s.c.Sol
[...truncated too long message...]
.MetricRegistry@24b2984
[junit4] 2> 823277 INFO
(TEST-TestLazyCores.testLazySearch-seed#[7F533157BB395ECE]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 823277 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 823277 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=705577603
[junit4] 2> 823277 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 823277 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 823278 INFO
(SUITE-TestLazyCores-seed#[7F533157BB395ECE]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_7F533157BB395ECE-001
[junit4] 2> Oct 19, 2017 3:25:37 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Oct 19, 2017 3:25:57 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=9800, name=searcherExecutor-4362-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Oct 19, 2017 3:25:57 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9800, name=searcherExecutor-4362-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Oct 19, 2017 3:26:00 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9800, name=searcherExecutor-4362-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{v_t=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting),
v_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
v_f=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1344,
maxMBSortInHeap=7.886390600217441, sim=RandomSimilarity(queryNorm=false): {},
locale=hr-HR, timezone=Europe/Malta
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=2,free=152076408,total=462422016
[junit4] 2> NOTE: All tests run in this JVM: [ZkControllerTest,
CursorPagingTest, ConvertedLegacyTest, TestNestedDocsSort, MultiTermTest,
TestCollectionsAPIViaSolrCloudCluster, AssignBackwardCompatibilityTest,
ClusterStateUpdateTest, TestConfigSets, HighlighterConfigTest,
TestCloudRecovery, TestSQLHandlerNonCloud, SolrGraphiteReporterTest,
DeleteInactiveReplicaTest, TestConfigSetsAPIExclusivity,
RAMDirectoryFactoryTest, TestSimpleTextCodec, TestHttpShardHandlerFactory,
ShufflingReplicaListTransformerTest, TestUpdate,
TestSha256AuthenticationProvider, BooleanFieldTest, TestFieldCacheVsDocValues,
TestRandomDVFaceting, TestShortCircuitedRequests, TestPKIAuthenticationPlugin,
SuggesterTSTTest, TestPayloadCheckQParserPlugin, TestFuzzyAnalyzedSuggestions,
TestStandardQParsers, ClusterStateTest, HLLSerializationTest,
LeaderElectionContextKeyTest, TestConfigSetImmutable,
SpellCheckCollatorWithCollapseTest, TestMissingGroups, MetricsConfigTest,
WrapperMergePolicyFactoryTest, BasicDistributedZkTest,
BasicAuthIntegrationTest, SyncSliceTest, TestSolrXml,
SignatureUpdateProcessorFactoryTest, AtomicUpdateProcessorFactoryTest,
TestSchemaSimilarityResource, AnalyticsQueryTest, TestSchemaNameResource,
TestDistributedSearch, RankQueryTest, TestDistributedStatsComponentCardinality,
TestLMDirichletSimilarityFactory, TestLockTree,
TestNonDefinedSimilarityFactory, VersionInfoTest, TestSolrDeletionPolicy2,
HdfsThreadLeakTest, TestSolrConfigHandlerConcurrent, TestPseudoReturnFields,
DistributedTermsComponentTest, TestScoreJoinQPScore, TestNamedUpdateProcessors,
ClassificationUpdateProcessorTest, TestIndexingPerformance, TestConfigReload,
TestSkipOverseerOperations, HighlighterMaxOffsetTest, NoCacheHeaderTest,
ExplicitHLLTest, QueryParsingTest, TestDynamicFieldCollectionResource,
TestSolr4Spatial, DistribJoinFromCollectionTest, TestMaxTokenLenTokenizer,
TlogReplayBufferedWhileIndexingTest, StressHdfsTest, ImplicitSnitchTest,
TestFilteredDocIdSet, DistributedQueryComponentCustomSortTest,
DirectoryFactoryTest, SolrCloudReportersTest, TestSmileRequest,
URLClassifyProcessorTest, DistributedSpellCheckComponentTest,
HdfsChaosMonkeyNothingIsSafeTest, BufferStoreTest,
FieldAnalysisRequestHandlerTest, DistributedFacetPivotLongTailTest,
DirectUpdateHandlerOptimizeTest, CollectionTooManyReplicasTest,
DisMaxRequestHandlerTest, HdfsDirectoryFactoryTest, CurrencyFieldTypeTest,
TestFreeTextSuggestions, DeleteShardTest, TestTolerantUpdateProcessorCloud,
V2ApiIntegrationTest, CdcrUpdateLogTest, TestPHPSerializedResponseWriter,
TestApiFramework, TestIBSimilarityFactory, TestCSVResponseWriter,
UUIDUpdateProcessorFallbackTest, TestReloadAndDeleteDocs,
CdcrVersionReplicationTest, TestReplicationHandler, TestCloudPivotFacet,
TestDistribDocBasedVersion, FastVectorHighlighterTest, TestCustomStream,
TestMultiValuedNumericRangeQuery, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=7F533157BB395ECE -Dtests.slow=true -Dtests.locale=hr-HR
-Dtests.timezone=Europe/Malta -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[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=9800, name=searcherExecutor-4362-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([7F533157BB395ECE]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9800, name=searcherExecutor-4362-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([7F533157BB395ECE]:0)
[junit4] Completed [195/743 (1!)] on J0 in 30.68s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48983 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]