Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/219/
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([DBDC6FDB38860344:4BCCE0AF3A160E1]: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=19804, name=searcherExecutor-6468-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=19804, name=searcherExecutor-6468-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([DBDC6FDB38860344]: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=19804, name=searcherExecutor-6468-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=19804, name=searcherExecutor-6468-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([DBDC6FDB38860344]:0)
Build Log:
[...truncated 12789 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> 2158884 INFO
(SUITE-TestLazyCores-seed#[DBDC6FDB38860344]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/init-core-data-001
[junit4] 2> 2158884 WARN
(SUITE-TestLazyCores-seed#[DBDC6FDB38860344]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
[junit4] 2> 2158884 INFO
(SUITE-TestLazyCores-seed#[DBDC6FDB38860344]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2158885 INFO
(SUITE-TestLazyCores-seed#[DBDC6FDB38860344]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2158895 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
[junit4] 2> 2158908 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/solr.xml
[junit4] 2> 2158911 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2158940 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2158945 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2158945 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2158947 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2158957 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2158969 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2158969 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2158973 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2158974 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2158975 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2158975 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 2158975 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2158975 INFO (coreLoadExecutor-6382-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@ed30900
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection5/data/]
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-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@ed30900
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2158976 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection2/data/]
[junit4] 2> 2158977 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2158977 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 2158978 INFO (coreLoadExecutor-6382-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@ed30900
[junit4] 2> 2158978 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2158978 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2158978 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection1/data/]
[junit4] 2> 2158978 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2158980 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159045 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159045 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159047 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159047 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5a5e9d7f[collection2] main]
[junit4] 2> 2159047 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection2/conf
[junit4] 2> 2159048 INFO (coreLoadExecutor-6382-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159048 INFO
(searcherExecutor-6384-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@5a5e9d7f[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159051 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159051 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159052 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159053 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5acd89b6[collection1] main]
[junit4] 2> 2159053 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection1/conf
[junit4] 2> 2159053 INFO (coreLoadExecutor-6382-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159054 INFO
(searcherExecutor-6385-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5acd89b6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159061 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159061 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159062 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159062 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6b04e0c0[collection5] main]
[junit4] 2> 2159062 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection5/conf
[junit4] 2> 2159063 INFO (coreLoadExecutor-6382-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159063 INFO
(searcherExecutor-6383-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@6b04e0c0[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159071 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159075 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2159076 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159076 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 2159077 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159077 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159077 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection4/data/]
[junit4] 2> 2159078 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=50.736328125,
floorSegmentMB=0.25, forceMergeDeletesPctAllowed=25.094777861273457,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7731864329145375
[junit4] 2> 2159131 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159131 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159132 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
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=1.0]
[junit4] 2> 2159132 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3dc59002[collection4] main]
[junit4] 2> 2159133 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection4/conf
[junit4] 2> 2159134 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159134 INFO
(searcherExecutor-6396-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@3dc59002[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159144 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159151 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 2159153 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159153 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection6,
trusted=true
[junit4] 2> 2159153 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry
'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159153 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159153 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection6],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/./collection6/data/]
[junit4] 2> 2159157 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=78.955078125,
floorSegmentMB=1.466796875, forceMergeDeletesPctAllowed=9.569968380788456,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159211 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159211 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159212 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=84.681640625,
floorSegmentMB=1.9814453125, forceMergeDeletesPctAllowed=22.980775899622497,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159212 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@74f08265[collection6] main]
[junit4] 2> 2159212 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-001/collection6/conf
[junit4] 2> 2159213 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159214 INFO
(searcherExecutor-6400-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@74f08265[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159219 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2159219 WARN
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2159220 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2159220 WARN
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2159220 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2159220 WARN
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2159220 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2159220 WARN
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2159220 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1604301164
[junit4] 2> 2159220 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2159220 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@17c2ea1b: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@47bf513
[junit4] 2> 2159225 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2159225 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@46053e84: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@45a05dea
[junit4] 2> 2159229 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2159229 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@271fb7ae: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@1a62a04c
[junit4] 2> 2159229 INFO
(coreCloseExecutor-6404-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3d80c84f
[junit4] 2> 2159229 INFO
(coreCloseExecutor-6404-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1031850063
[junit4] 2> 2159230 INFO
(coreCloseExecutor-6404-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2d72fa47: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@56520b80
[junit4] 2> 2159230 INFO
(coreCloseExecutor-6404-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@434a58b2
[junit4] 2> 2159230 INFO
(coreCloseExecutor-6404-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@3c9c8de2
[junit4] 2> 2159231 INFO
(coreCloseExecutor-6404-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@6be90a40
[junit4] 2> 2159231 INFO
(coreCloseExecutor-6404-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@34410af6
[junit4] 2> 2159236 INFO
(coreCloseExecutor-6404-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1128945842
[junit4] 2> 2159239 INFO
(coreCloseExecutor-6404-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@766630d2: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@2af8ec27
[junit4] 2> 2159245 INFO
(coreCloseExecutor-6404-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1016892898
[junit4] 2> 2159247 INFO
(coreCloseExecutor-6404-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c6ccf96: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@71b168e0
[junit4] 2> 2159263 INFO
(coreCloseExecutor-6404-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=1810434624
[junit4] 2> 2159274 INFO
(coreCloseExecutor-6404-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c3a24fc: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@3dd936bf
[junit4] 2> 2159280 INFO
(coreCloseExecutor-6404-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=876677878
[junit4] 2> 2159282 INFO
(coreCloseExecutor-6404-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e60d13e: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@2cc3213c
[junit4] 2> 2159299 INFO
(TEST-TestLazyCores.testCreateSame-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
[junit4] 2> 2159306 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 2159319 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/solr.xml
[junit4] 2> 2159322 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2159348 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159353 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159353 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159355 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2159367 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159367 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159367 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159384 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2159384 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2159384 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection1/data/]
[junit4] 2> 2159387 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection2/data/]
[junit4] 2> 2159386 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection5/data/]
[junit4] 2> 2159388 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159388 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159388 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159435 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159435 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159435 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159467 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159467 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159467 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159468 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e31a832[collection1] main]
[junit4] 2> 2159468 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection1/conf
[junit4] 2> 2159469 INFO
(coreLoadExecutor-6411-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159469 INFO
(searcherExecutor-6414-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5e31a832[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159469 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@24a888bb[collection5] main]
[junit4] 2> 2159470 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection5/conf
[junit4] 2> 2159470 INFO
(coreLoadExecutor-6411-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159470 INFO
(searcherExecutor-6412-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@24a888bb[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159491 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159491 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159492 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159492 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@42090e18[collection2] main]
[junit4] 2> 2159493 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection2/conf
[junit4] 2> 2159493 INFO
(coreLoadExecutor-6411-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159494 INFO
(searcherExecutor-6413-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@42090e18[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159513 INFO (Thread-5948) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159517 INFO (Thread-5948) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2159519 INFO (Thread-5948) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159519 INFO (Thread-5948) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 2159519 INFO (Thread-5948) [ 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@ed30900
[junit4] 2> 2159519 INFO (Thread-5948) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159519 INFO (Thread-5948) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/./collection3/data/]
[junit4] 2> 2159521 INFO (Thread-5948) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159557 INFO (Thread-5948) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159557 INFO (Thread-5948) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159558 INFO (Thread-5948) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159559 INFO (Thread-5948) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@33172d07[collection3] main]
[junit4] 2> 2159559 INFO (Thread-5948) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-002/collection3/conf
[junit4] 2> 2159559 INFO (Thread-5948) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159565 INFO
(searcherExecutor-6424-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@33172d07[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159581 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=837914587
[junit4] 2> 2159581 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2159581 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@22c686c: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@5b656141
[junit4] 2> 2159585 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2159585 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@128d7ca5: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@45a05dea
[junit4] 2> 2159587 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2159587 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@44bb07f4: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@1a62a04c
[junit4] 2> 2159588 INFO
(coreCloseExecutor-6428-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7caf64e1
[junit4] 2> 2159588 INFO
(coreCloseExecutor-6428-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@6983d221
[junit4] 2> 2159588 INFO
(coreCloseExecutor-6428-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=2091869409
[junit4] 2> 2159588 INFO
(coreCloseExecutor-6428-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@37208d72: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@45713f33
[junit4] 2> 2159588 INFO
(coreCloseExecutor-6428-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4cc55dc7
[junit4] 2> 2159588 INFO
(coreCloseExecutor-6428-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@42d1bcb3
[junit4] 2> 2159595 INFO
(coreCloseExecutor-6428-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1770246689
[junit4] 2> 2159595 INFO
(coreCloseExecutor-6428-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@a4f4526: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@aad6e72
[junit4] 2> 2159604 INFO
(coreCloseExecutor-6428-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1288003015
[junit4] 2> 2159604 INFO
(coreCloseExecutor-6428-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a6bcd53: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@5c90e4c3
[junit4] 2> 2159612 INFO
(coreCloseExecutor-6428-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1121041587
[junit4] 2> 2159612 INFO
(coreCloseExecutor-6428-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@20a0c5ae: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@34c7a0fc
[junit4] 2> 2159622 INFO
(TEST-TestLazyCores.testRace-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 2159628 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 2159641 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/solr.xml
[junit4] 2> 2159644 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2159670 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159676 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159676 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159677 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2159697 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159700 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159700 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159706 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2159706 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2159706 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection5,
trusted=true
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection2,
trusted=true
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection1,
trusted=true
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection5/data/]
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection2/data/]
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159709 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection1/data/]
[junit4] 2> 2159713 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159713 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159716 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=35.7685546875,
floorSegmentMB=1.21484375, forceMergeDeletesPctAllowed=20.167725640392483,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2159835 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159835 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159835 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159836 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159836 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159836 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@d21041b[collection5] main]
[junit4] 2> 2159836 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection5/conf
[junit4] 2> 2159837 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159837 INFO
(coreLoadExecutor-6435-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159837 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@17a07670[collection2] main]
[junit4] 2> 2159837 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection2/conf
[junit4] 2> 2159837 INFO
(coreLoadExecutor-6435-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159838 INFO
(searcherExecutor-6437-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@17a07670[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159839 INFO
(searcherExecutor-6436-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@d21041b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159839 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159839 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159840 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2159840 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5cd024d5[collection1] main]
[junit4] 2> 2159841 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection1/conf
[junit4] 2> 2159841 INFO
(coreLoadExecutor-6435-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159841 INFO
(searcherExecutor-6438-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5cd024d5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159849 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159853 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2159855 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159855 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection3,
trusted=true
[junit4] 2> 2159855 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159855 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159855 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection3/data/]
[junit4] 2> 2159857 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=31.9775390625,
floorSegmentMB=0.3388671875, forceMergeDeletesPctAllowed=20.853924272584305,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5789885672669819
[junit4] 2> 2159894 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159894 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159895 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
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.0]
[junit4] 2> 2159895 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@415160be[collection3] main]
[junit4] 2> 2159895 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection3/conf
[junit4] 2> 2159896 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159896 INFO
(searcherExecutor-6448-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@415160be[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159903 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159908 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 2159909 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159909 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection6,
trusted=true
[junit4] 2> 2159909 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry
'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159910 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159910 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection6],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection6/data/]
[junit4] 2> 2159911 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6642907209968374]
[junit4] 2> 2159950 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159950 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159951 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2159952 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@48105b4a[collection6] main]
[junit4] 2> 2159952 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection6/conf
[junit4] 2> 2159952 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2159953 INFO
(searcherExecutor-6452-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@48105b4a[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2159968 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2159972 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 2159974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection7,
trusted=true
[junit4] 2> 2159974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry
'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2159974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2159974 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection7],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection7/data/]
[junit4] 2> 2159976 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=45.52734375,
floorSegmentMB=0.5830078125, forceMergeDeletesPctAllowed=25.93902994289385,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2160015 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2160015 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2160016 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.47898499300747355]
[junit4] 2> 2160017 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6b053655[collection7] main]
[junit4] 2> 2160017 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection7/conf
[junit4] 2> 2160017 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2160018 INFO
(searcherExecutor-6456-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@6b053655[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2160026 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2160030 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 2160032 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2160032 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection8,
trusted=true
[junit4] 2> 2160032 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection8' (registry
'solr.core.collection8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ed30900
[junit4] 2> 2160032 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2160032 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection8],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/./collection8/data/]
[junit4] 2> 2160034 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=36.015625,
floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=10.15157433317276,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2160076 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2160076 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2160076 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=70366397,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2160077 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@579ce22[collection8] main]
[junit4] 2> 2160077 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DBDC6FDB38860344-001/tempDir-003/collection8/conf
[junit4] 2> 2160078 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2160078 INFO
(TEST-TestLazyCores.testNoCommit-seed#[DBDC6FDB38860344]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
[junit4] 2> 2160078 INFO
(searcherExecutor-6460-thread-1-processing-x:collection4)
[...truncated too long message...]
rrent.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),
sim=RandomSimilarity(queryNorm=true): {}, locale=mt-MT, timezone=Europe/Budapest
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141
(64-bit)/cpus=3,threads=2,free=170778736,total=530579456
[junit4] 2> NOTE: All tests run in this JVM:
[TestSolrCloudWithSecureImpersonation, OutputWriterTest, TestCoreContainer,
TestSweetSpotSimilarityFactory, TestXmlQParserPlugin,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, AliasIntegrationTest,
DisMaxRequestHandlerTest, TestHdfsUpdateLog, TestStressVersions,
TestStressReorder, TestMissingGroups, TestRandomDVFaceting,
TestCloudInspectUtil, SpellCheckCollatorWithCollapseTest,
HdfsChaosMonkeySafeLeaderTest, TestCloudSchemaless, TestPushWriter,
TestBlendedInfixSuggestions, ResponseLogComponentTest, TestTolerantSearch,
TestSolrConfigHandler, DateFieldTest, AssignTest,
WordBreakSolrSpellCheckerTest, DistributedQueryComponentCustomSortTest,
TestExtendedDismaxParser, V2StandaloneTest, TestNRTOpen, TestXIncludeConfig,
BigEndianAscendingWordSerializerTest, TestOmitPositions,
TestDynamicFieldCollectionResource, DistribDocExpirationUpdateProcessorTest,
PathHierarchyTokenizerFactoryTest, TestDocBasedVersionConstraints, TestUpdate,
TestHdfsBackupRestoreCore, SolrJmxReporterTest, TestFunctionQuery,
NotRequiredUniqueKeyTest, HighlighterConfigTest, TestRebalanceLeaders,
HttpPartitionTest, TestStandardQParsers, TestInfoStreamLogging,
XmlUpdateRequestHandlerTest, TestClusterStateMutator, ClusterStateUpdateTest,
DefaultValueUpdateProcessorTest, SegmentsInfoRequestHandlerTest,
TestBinaryResponseWriter, LeaderFailoverAfterPartitionTest, IndexSchemaTest,
CircularListTest, ZkFailoverTest, SolrCloudReportersTest,
TestSerializedLuceneMatchVersion, DocExpirationUpdateProcessorFactoryTest,
TestOnReconnectListenerSupport, MinimalSchemaTest,
TestSolrCloudWithDelegationTokens, PKIAuthenticationIntegrationTest,
TestSubQueryTransformer, AnalyticsQueryTest, BinaryUpdateRequestHandlerTest,
AnalysisAfterCoreReloadTest, ClassificationUpdateProcessorTest,
TestCSVResponseWriter, BasicAuthIntegrationTest,
UniqFieldsUpdateProcessorFactoryTest, TestConfigsApi,
PropertiesRequestHandlerTest, PeerSyncReplicationTest,
TestComplexPhraseLeadingWildcard, ChaosMonkeyNothingIsSafeTest,
TestPointFields, UnloadDistributedZkTest, TestFaceting, TestRecoveryHdfs,
CloudExitableDirectoryReaderTest, TestCursorMarkWithoutUniqueKey,
SimpleCollectionCreateDeleteTest, TestManagedSynonymGraphFilterFactory,
TestSearcherReuse, TestSolrConfigHandlerCloud,
TestDistributedStatsComponentCardinality, CdcrUpdateLogTest, TestJsonFacets,
TestFieldCacheSort, TestIntervalFaceting, TestSolrCloudSnapshots,
RuleEngineTest, DistributedDebugComponentTest, TestPullReplica,
TestSchemaSimilarityResource, TestSolrCoreProperties, UUIDFieldTest,
CoreAdminRequestStatusTest, DocValuesTest, TestQueryWrapperFilter,
TestAuthenticationFramework, TimeZoneUtilsTest, RecoveryZkTest, PrimUtilsTest,
MigrateRouteKeyTest, RollingRestartTest, SolrIndexSplitterTest,
TestSchemaNameResource, CollectionsAPIAsyncDistributedZkTest,
CdcrReplicationDistributedZkTest, TestNumericRangeQuery64, TestNestedDocsSort,
TestCorePropertiesReload, WrapperMergePolicyFactoryTest, TestGroupingSearch,
SolrGraphiteReporterTest, DeleteLastCustomShardedReplicaTest,
HdfsNNFailoverTest, TestBlobHandler, DirectSolrConnectionTest,
TestIBSimilarityFactory, DeleteReplicaTest, TestSlowCompositeReaderWrapper,
TestSmileRequest, TestRawTransformer, TestQuerySenderListener, SuggesterTest,
BaseCdcrDistributedZkTest, TestFieldCache, TestFilteredDocIdSet, TestUtils,
DirectUpdateHandlerOptimizeTest, RequestLoggingTest, CoreSorterTest,
TestBulkSchemaAPI, BooleanFieldTest, TestDistribDocBasedVersion,
TestConfigSetsAPIExclusivity, HdfsTlogReplayBufferedWhileIndexingTest,
SimplePostToolTest, TestHttpShardHandlerFactory, TestSolrQueryResponse,
RAMDirectoryFactoryTest, NodeMutatorTest, TestCodecSupport, QueryResultKeyTest,
DocValuesNotIndexedTest, TestCryptoKeys, TestHalfAndHalfDocValues,
ClusterStateTest, TestTrackingShardHandlerFactory, RequestHandlersTest,
TestHashQParserPlugin, TestManagedResourceStorage, HardAutoCommitTest,
TestSSLRandomization, NoCacheHeaderTest, SparseHLLTest,
TestSchemalessBufferedUpdates, InfoHandlerTest, NumericFieldsTest,
ParsingFieldUpdateProcessorsTest, TestIndexingPerformance, ReturnFieldsTest,
TestPolicyCloud, DocValuesMissingTest, TestReqParamsAPI, DistributedQueueTest,
HdfsBasicDistributedZkTest, TestQuerySenderNoQuery, SliceStateTest,
TestCloudRecovery, DistributedSuggestComponentTest,
XsltUpdateRequestHandlerTest, SolrCoreTest, TestDistributedSearch,
DistributedSpellCheckComponentTest, ZkControllerTest, TestRangeQuery,
SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest,
TestSort, BasicFunctionalityTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=DBDC6FDB38860344 -Dtests.slow=true -Dtests.locale=mt-MT
-Dtests.timezone=Europe/Budapest -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=19804, name=searcherExecutor-6468-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([DBDC6FDB38860344]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=19804, name=searcherExecutor-6468-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([DBDC6FDB38860344]:0)
[junit4] Completed [401/733 (1!)] on J0 in 30.85s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 38282 lines...]
-documentation-lint:
[echo] checking for broken html...
[jtidy] Checking for broken html (such as invalid tags)...
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/jtidy_tmp
[echo] Checking for broken links...
[exec]
[exec] Crawl/parse...
[exec]
[exec] Verify...
[exec]
[exec]
file:///build/docs/sandbox/org/apache/lucene/document/FloatPointNearestNeighbor.html
[exec] BROKEN LINK:
file:///build/docs/core/org/apache/lucene/document/FloatPointNearestNeighbor.NearestHit.html
[exec] BROKEN LINK:
file:///build/docs/core/org/apache/lucene/document/FloatPointNearestNeighbor.NearestHit.html
[exec]
[exec] Broken javadocs links were found! Common root causes:
[exec] * A typo of some sort for manually created links.
[exec] * Public methods referencing non-public classes in their signature.
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:826: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:101: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build.xml:142:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build.xml:155:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2570:
exec returned: 1
Total time: 65 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]