Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/186/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([AD7A6BEC036238BE:721ACA3DC8455B1B]: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">1</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=20698, name=searcherExecutor-8783-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=20698, name=searcherExecutor-8783-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([AD7A6BEC036238BE]: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=20698, name=searcherExecutor-8783-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=20698, name=searcherExecutor-8783-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([AD7A6BEC036238BE]:0)
Build Log:
[...truncated 12559 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/init-core-data-001
[junit4] 2> 2774386 WARN
(SUITE-TestLazyCores-seed#[AD7A6BEC036238BE]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
[junit4] 2> 2774386 INFO
(SUITE-TestLazyCores-seed#[AD7A6BEC036238BE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2774388 INFO
(SUITE-TestLazyCores-seed#[AD7A6BEC036238BE]-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> 2774388 INFO
(SUITE-TestLazyCores-seed#[AD7A6BEC036238BE]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2774391 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 2774407 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/solr.xml
[junit4] 2> 2774410 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2774463 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774470 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774470 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774473 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2774480 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774484 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774486 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2774492 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-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@441ed07
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-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@441ed07
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection2/data/]
[junit4] 2> 2774493 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection1/data/]
[junit4] 2> 2774504 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=32.5087890625,
floorSegmentMB=0.7548828125, forceMergeDeletesPctAllowed=10.754130439327527,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2774504 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774511 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=32.5087890625,
floorSegmentMB=0.7548828125, forceMergeDeletesPctAllowed=10.754130439327527,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2774513 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2774515 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774515 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 2774515 INFO (coreLoadExecutor-8466-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@441ed07
[junit4] 2> 2774515 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774515 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection5/data/]
[junit4] 2> 2774537 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=32.5087890625,
floorSegmentMB=0.7548828125, forceMergeDeletesPctAllowed=10.754130439327527,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2774567 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774567 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774568 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6463857752414551]
[junit4] 2> 2774569 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@821cc1b[collection2]
main]
[junit4] 2> 2774569 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection2/conf
[junit4] 2> 2774569 INFO (coreLoadExecutor-8466-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774570 INFO
(searcherExecutor-8468-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@821cc1b[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774572 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774572 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774573 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6463857752414551]
[junit4] 2> 2774573 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6d27121e[collection1] main]
[junit4] 2> 2774574 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection1/conf
[junit4] 2> 2774574 INFO (coreLoadExecutor-8466-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774575 INFO
(searcherExecutor-8467-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6d27121e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774609 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774609 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774609 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6463857752414551]
[junit4] 2> 2774610 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@47466dd4[collection5] main]
[junit4] 2> 2774610 INFO (coreLoadExecutor-8466-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection5/conf
[junit4] 2> 2774611 INFO (coreLoadExecutor-8466-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774611 INFO
(searcherExecutor-8469-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@47466dd4[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774624 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774631 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2774633 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774633 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ 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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 2774634 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ 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@441ed07
[junit4] 2> 2774634 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774634 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ 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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/./collection4/data/]
[junit4] 2> 2774638 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=89.3505859375,
floorSegmentMB=0.7138671875, forceMergeDeletesPctAllowed=16.555699993293807,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.636281878787703
[junit4] 2> 2774699 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774699 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774700 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=12.7138671875,
floorSegmentMB=1.8583984375, forceMergeDeletesPctAllowed=9.969981845673932,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7956357364823828
[junit4] 2> 2774701 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@270461df[collection4] main]
[junit4] 2> 2774701 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ 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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-001/collection4/conf
[junit4] 2> 2774702 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774703 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2774703 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@23d54488 commitCommandVersion:0
[junit4] 2> 2774706 INFO
(searcherExecutor-8479-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@270461df[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774720 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e60db53[collection4] main]
[junit4] 2> 2774721 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2774722 INFO
(searcherExecutor-8479-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@3e60db53[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C7)))}
[junit4] 2> 2774725 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2774728 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2774728 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2774728 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2774728 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2774729 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=975399012
[junit4] 2> 2774729 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2774729 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@8df9ae1: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@398ae0f9
[junit4] 2> 2774733 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2774733 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@30b160d1: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@26558175
[junit4] 2> 2774733 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2774733 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c2660c8: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@3dfc4243
[junit4] 2> 2774737 INFO
(coreCloseExecutor-8483-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@20ba4c30
[junit4] 2> 2774737 INFO
(coreCloseExecutor-8483-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=549080112
[junit4] 2> 2774737 INFO
(coreCloseExecutor-8483-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@3434b74
[junit4] 2> 2774737 INFO
(coreCloseExecutor-8483-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3599b5f4: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@14e54962
[junit4] 2> 2774738 INFO
(coreCloseExecutor-8483-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@14723048
[junit4] 2> 2774738 INFO
(coreCloseExecutor-8483-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@441cfe91
[junit4] 2> 2774743 INFO
(coreCloseExecutor-8483-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=54741876
[junit4] 2> 2774743 INFO
(coreCloseExecutor-8483-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c6433d0: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@6f9a922c
[junit4] 2> 2774750 INFO
(coreCloseExecutor-8483-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=343027784
[junit4] 2> 2774752 INFO
(coreCloseExecutor-8483-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4be1527d: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@51bc4ad8
[junit4] 2> 2774758 INFO
(coreCloseExecutor-8483-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1142750865
[junit4] 2> 2774758 INFO
(coreCloseExecutor-8483-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b64607a: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@391b181e
[junit4] 2> 2774767 INFO
(TEST-TestLazyCores.testLazySearch-seed#[AD7A6BEC036238BE]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 2774770 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 2774789 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/solr.xml
[junit4] 2> 2774792 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2774830 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774839 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774839 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774841 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 2774853 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774854 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774854 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774875 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2774878 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774878 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 2774878 INFO
(coreLoadExecutor-8490-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@441ed07
[junit4] 2> 2774878 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774878 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./collection5/data/]
[junit4] 2> 2774880 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=32.5087890625,
floorSegmentMB=0.7548828125, forceMergeDeletesPctAllowed=10.754130439327527,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2774881 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2774883 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774883 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 2774883 INFO
(coreLoadExecutor-8490-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@441ed07
[junit4] 2> 2774883 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774883 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./collection2/data/]
[junit4] 2> 2774885 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=32.5087890625,
floorSegmentMB=0.7548828125, forceMergeDeletesPctAllowed=10.754130439327527,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2774886 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2774898 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774898 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 2774898 INFO
(coreLoadExecutor-8490-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@441ed07
[junit4] 2> 2774898 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774898 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./collection1/data/]
[junit4] 2> 2774900 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=32.5087890625,
floorSegmentMB=0.7548828125, forceMergeDeletesPctAllowed=10.754130439327527,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2774937 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774937 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774942 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6463857752414551]
[junit4] 2> 2774945 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774945 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774946 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6463857752414551]
[junit4] 2> 2774946 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d18d465[collection2] main]
[junit4] 2> 2774947 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/collection2/conf
[junit4] 2> 2774947 INFO
(coreLoadExecutor-8490-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774948 INFO
(searcherExecutor-8492-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@6d18d465[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774948 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@520a7e3c[collection5] main]
[junit4] 2> 2774949 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/collection5/conf
[junit4] 2> 2774950 INFO
(coreLoadExecutor-8490-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774951 INFO
(searcherExecutor-8491-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@520a7e3c[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774969 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2774969 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2774969 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6463857752414551]
[junit4] 2> 2774970 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@78c97d36[collection1] main]
[junit4] 2> 2774970 INFO
(coreLoadExecutor-8490-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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/collection1/conf
[junit4] 2> 2774970 INFO
(coreLoadExecutor-8490-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2774971 INFO
(searcherExecutor-8493-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@78c97d36[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2774979 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 2774987 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2774992 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 2774994 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2774994 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core1,
trusted=true
[junit4] 2> 2774994 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1'
(registry 'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2774994 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2774994 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core1/data/]
[junit4] 2> 2774997 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=664674181,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2775053 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775053 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775054 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=43.4599609375,
floorSegmentMB=1.6845703125, forceMergeDeletesPctAllowed=8.858949000523403,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7712859684887844
[junit4] 2> 2775054 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d001ef1[core1] main]
[junit4] 2> 2775055 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core1/conf
[junit4] 2> 2775055 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775056 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 2775056 INFO
(searcherExecutor-8504-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1d001ef1[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775064 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775068 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 2775070 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775070 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core2,
trusted=true
[junit4] 2> 2775071 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2'
(registry 'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775071 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775071 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core2/data/]
[junit4] 2> 2775073 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2775128 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775128 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775130 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8201908351087278]
[junit4] 2> 2775131 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@66810a27[core2] main]
[junit4] 2> 2775131 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core2/conf
[junit4] 2> 2775132 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775132 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 2775132 INFO
(searcherExecutor-8509-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@66810a27[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775140 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775144 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 2775146 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775146 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core3' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core3,
trusted=true
[junit4] 2> 2775147 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3'
(registry 'solr.core.core3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775147 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775147 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core3/data/]
[junit4] 2> 2775149 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=52.828125,
floorSegmentMB=1.837890625, forceMergeDeletesPctAllowed=29.47948879673665,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6575706864816888
[junit4] 2> 2775202 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775202 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775204 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@6caff6a
[junit4] 2> 2775204 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7aca326d[core3] main]
[junit4] 2> 2775205 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core3/conf
[junit4] 2> 2775205 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775206 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
[junit4] 2> 2775206 INFO
(searcherExecutor-8514-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@7aca326d[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775214 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775218 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 2775220 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775220 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core4' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core4,
trusted=true
[junit4] 2> 2775221 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4'
(registry 'solr.core.core4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775221 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775221 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core4/data/]
[junit4] 2> 2775223 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13025747700295698]
[junit4] 2> 2775270 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775270 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775291 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=66.2724609375,
floorSegmentMB=2.0390625, forceMergeDeletesPctAllowed=4.219936264031729,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.32242973514929113
[junit4] 2> 2775291 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a4b6d55[core4] main]
[junit4] 2> 2775292 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core4/conf
[junit4] 2> 2775292 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775293 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 2775293 INFO
(searcherExecutor-8519-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@5a4b6d55[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775293 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
[junit4] 2> 2775293 INFO (Thread-3632) [ x:collection4]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@79f22cca
[junit4] 2> 2775293 INFO (Thread-3632) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=2045914314
[junit4] 2> 2775293 INFO (Thread-3632) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@37a0a6db: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@48dbe94b
[junit4] 2> 2775303 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775309 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 2775310 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775310 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core5' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core5,
trusted=true
[junit4] 2> 2775310 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core5'
(registry 'solr.core.core5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775310 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775310 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core5/data/]
[junit4] 2> 2775316 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=26.525390625,
floorSegmentMB=0.677734375, forceMergeDeletesPctAllowed=11.258784752472543,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.46737697897055275
[junit4] 2> 2775362 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775362 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775363 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=84.3134765625,
floorSegmentMB=0.7333984375, forceMergeDeletesPctAllowed=19.733275497277294,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4222860788331845
[junit4] 2> 2775364 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@419fd056[core5] main]
[junit4] 2> 2775364 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core5/conf
[junit4] 2> 2775365 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775365 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[core1]
[junit4] 2> 2775365 INFO (Thread-3632) [ x:collection4]
o.a.s.c.SolrCore [core1] CLOSING SolrCore
org.apache.solr.core.SolrCore@433534d1
[junit4] 2> 2775365 INFO (Thread-3632) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core1, tag=1127560401
[junit4] 2> 2775366 INFO (Thread-3632) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5eb66072: rootName = null,
domain = solr.core.core1, service url = null, agent id = null] for registry
solr.core.core1 / com.codahale.metrics.MetricRegistry@4223823b
[junit4] 2> 2775366 INFO
(searcherExecutor-8524-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@419fd056[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775382 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775387 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 2775389 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775389 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core1,
trusted=true
[junit4] 2> 2775406 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1'
(registry 'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775406 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775407 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core1/data/]
[junit4] 2> 2775457 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775457 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775459 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=487213511,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2775459 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@565fc504[core1] main]
[junit4] 2> 2775460 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core1/conf
[junit4] 2> 2775460 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775460 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[core2]
[junit4] 2> 2775460 INFO (Thread-3632) [ x:collection4]
o.a.s.c.SolrCore [core2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2f63ba1b
[junit4] 2> 2775461 INFO (Thread-3632) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core2, tag=795064859
[junit4] 2> 2775461 INFO (Thread-3632) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e6193ec: rootName = null,
domain = solr.core.core2, service url = null, agent id = null] for registry
solr.core.core2 / com.codahale.metrics.MetricRegistry@10a72405
[junit4] 2> 2775461 INFO
(searcherExecutor-8528-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@565fc504[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775477 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775482 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 2775484 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775484 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core2,
trusted=true
[junit4] 2> 2775504 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2'
(registry 'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775504 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775504 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core2/data/]
[junit4] 2> 2775563 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775563 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775565 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=43.4345703125,
floorSegmentMB=1.9677734375, forceMergeDeletesPctAllowed=13.676090358931287,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2775565 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@42a4dd2a[core2] main]
[junit4] 2> 2775566 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core2/conf
[junit4] 2> 2775566 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775566 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[core3]
[junit4] 2> 2775566 INFO (Thread-3632) [ x:collection4]
o.a.s.c.SolrCore [core3] CLOSING SolrCore
org.apache.solr.core.SolrCore@4796e33e
[junit4] 2> 2775567 INFO (Thread-3632) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core3, tag=1201070910
[junit4] 2> 2775567 INFO (Thread-3632) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@29bf8770: rootName = null,
domain = solr.core.core3, service url = null, agent id = null] for registry
solr.core.core3 / com.codahale.metrics.MetricRegistry@68003b93
[junit4] 2> 2775567 INFO
(searcherExecutor-8532-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@42a4dd2a[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775599 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775603 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 2775605 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775605 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core3' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core3,
trusted=true
[junit4] 2> 2775622 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3'
(registry 'solr.core.core3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775622 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775623 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core3/data/]
[junit4] 2> 2775675 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775675 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775677 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.15060273593835394]
[junit4] 2> 2775678 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@54ee4fb2[core3] main]
[junit4] 2> 2775678 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core3/conf
[junit4] 2> 2775678 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775679 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[core4]
[junit4] 2> 2775679 INFO (Thread-3632) [ x:collection4]
o.a.s.c.SolrCore [core4] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c9240c7
[junit4] 2> 2775679 INFO (Thread-3632) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core4, tag=747782343
[junit4] 2> 2775679 INFO (Thread-3632) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f497d7a: rootName = null,
domain = solr.core.core4, service url = null, agent id = null] for registry
solr.core.core4 / com.codahale.metrics.MetricRegistry@4ea06cbc
[junit4] 2> 2775679 INFO
(searcherExecutor-8536-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@54ee4fb2[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775694 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775699 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 2775701 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775701 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core4' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core4,
trusted=true
[junit4] 2> 2775718 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4'
(registry 'solr.core.core4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@441ed07
[junit4] 2> 2775719 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2775719 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/./core4/data/]
[junit4] 2> 2775759 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2775759 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2775761 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=49, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=3.6025390625,
floorSegmentMB=0.87109375, forceMergeDeletesPctAllowed=25.422805666598556,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.23451647258730157
[junit4] 2> 2775761 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@45880976[core4] main]
[junit4] 2> 2775762 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
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/J1/temp/solr.core.TestLazyCores_AD7A6BEC036238BE-001/tempDir-002/core4/conf
[junit4] 2> 2775762 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2775762 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[core5]
[junit4] 2> 2775762 INFO (Thread-3632) [ x:collection4]
o.a.s.c.SolrCore [core5] CLOSING SolrCore
org.apache.solr.core.SolrCore@368378d9
[junit4] 2> 2775762 INFO (Thread-3632) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core5, tag=914585817
[junit4] 2> 2775762 INFO (Thread-3632) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3bee17f0: rootName = null,
domain = solr.core.core5, service url = null, agent id = null] for registry
solr.core.core5 / com.codahale.metrics.MetricRegistry@7304f19c
[junit4] 2> 2775763 INFO
(searcherExecutor-8540-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@45880976[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2775794 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2775798 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 2775800 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2775800 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[AD7A6BEC036238BE]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore '
[...truncated too long message...]
ue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Sep 16, 2017 11:16:29 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=20698, name=searcherExecutor-8783-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Sep 16, 2017 11:16:32 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=20698, name=searcherExecutor-8783-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128),
v_s=Lucene50(blocksize=128), v_f=PostingsFormat(name=MockRandom)},
docValues:{}, maxPointsInLeafNode=675, maxMBSortInHeap=6.257652163836605,
sim=RandomSimilarity(queryNorm=false): {}, locale=pl, timezone=Africa/Bangui
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141
(64-bit)/cpus=3,threads=2,free=268202104,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[WrapperMergePolicyFactoryTest, TestSolr4Spatial2,
TestComplexPhraseQParserPlugin, TermsComponentTest, SystemInfoHandlerTest,
TestTrie, TestManagedSchemaThreadSafety, ReplicationFactorTest,
TestSchemaResource, DistributedFacetExistsSmallTest, RemoteQueryErrorTest,
TestCollectionsAPIViaSolrCloudCluster, ShufflingReplicaListTransformerTest,
HighlighterMaxOffsetTest, PingRequestHandlerTest, SolrCmdDistributorTest,
PeerSyncReplicationTest, SimpleCollectionCreateDeleteTest,
TestDistributedGrouping, ConcurrentDeleteAndCreateCollectionTest,
DebugComponentTest, TestPartialUpdateDeduplication, TestSolrIndexConfig,
TestPolicyCloud, SOLR749Test, InfixSuggestersTest, SubstringBytesRefFilterTest,
SolrIndexMetricsTest, OverseerStatusTest, TestMaxScoreQueryParser,
LoggingHandlerTest, TestSolrCloudWithDelegationTokens,
TestSystemCollAutoCreate, TestRandomCollapseQParserPlugin,
SolrRequestParserTest, CopyFieldTest, TestCSVLoader,
ConjunctionSolrSpellCheckerTest, TestBadConfig, TestScoreJoinQPNoScore,
BaseCdcrDistributedZkTest, TestFastOutputStream,
TermVectorComponentDistributedTest, TestReloadDeadlock, UpdateParamsTest,
TestXmlQParser, DistributedQueryComponentCustomSortTest,
CloudExitableDirectoryReaderTest, ExternalFileFieldSortTest,
TestDocumentBuilder, BlobRepositoryCloudTest, CustomCollectionTest,
TestCloudManagedSchema, TestRandomFlRTGCloud,
DistributedFacetPivotLongTailTest, BadCopyFieldTest, TestJsonFacetRefinement,
CachingDirectoryFactoryTest, CdcrReplicationDistributedZkTest,
TestGraphTermsQParserPlugin, StatelessScriptUpdateProcessorFactoryTest,
TestSearchPerf, TestPerFieldSimilarity, SolrMetricManagerTest,
TestAuthorizationFramework, FileBasedSpellCheckerTest,
TestHttpShardHandlerFactory, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
CdcrRequestHandlerTest, SolrJmxReporterTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedQueueTest,
TestFieldCacheWithThreads, PreAnalyzedFieldManagedSchemaCloudTest,
BitVectorTest, TestSolrQueryParser, UpdateRequestProcessorFactoryTest,
TestUninvertingReader, AssignTest, NodeMutatorTest,
TestTrackingShardHandlerFactory, ClassificationUpdateProcessorIntegrationTest,
TestNumericRangeQuery64, TestTolerantUpdateProcessorRandomCloud,
DirectSolrSpellCheckerTest, TestDistributedMissingSort, TestDefaultStatsCache,
TestNumericTerms32, TestInfoStreamLogging, DistributedMLTComponentTest,
TestPerFieldSimilarityWithDefaultOverride, TestConfigSetsAPIExclusivity,
TestStressInPlaceUpdates, TestSolrCLIRunExample, TestCloudInspectUtil,
DocumentAnalysisRequestHandlerTest, ShowFileRequestHandlerTest,
SortSpecParsingTest, IndexSchemaRuntimeFieldTest, TestCollationField,
TestSolr4Spatial, DistribDocExpirationUpdateProcessorTest,
CollectionsAPIAsyncDistributedZkTest, TestCloudNestedDocsSort,
HdfsSyncSliceTest, TestLeaderElectionWithEmptyReplica, TestFieldResource,
TestQueryTypes, LeaderFailoverAfterPartitionTest, TestSchemaVersionResource,
RuleEngineTest, TestPullReplica, TestFastLRUCache, ShardRoutingCustomTest,
TestElisionMultitermQuery, TestUniqueKeyFieldResource, TestClusterProperties,
TestSolrConfigHandlerCloud, TolerantUpdateProcessorTest,
TestLMJelinekMercerSimilarityFactory, ConnectionReuseTest,
TestConfigSetProperties, DistributedFacetPivotSmallTest, QueryResultKeyTest,
TestStressUserVersions, TemplateUpdateProcessorTest, TestFieldSortValues,
TestSolrCloudWithHadoopAuthPlugin, PluginInfoTest,
OpenExchangeRatesOrgProviderTest, TestUseDocValuesAsStored,
TestAuthenticationFramework, DistanceUnitsTest, BasicAuthStandaloneTest,
SolrMetricsIntegrationTest, DeleteLastCustomShardedReplicaTest,
TestSolrCloudSnapshots, TestConfig, TestSlowCompositeReaderWrapper,
TestMacroExpander, TestRecovery, TriLevelCompositeIdRoutingTest,
TestSystemIdResolver, SpatialRPTFieldTypeTest, AliasIntegrationTest,
TestChildDocTransformer, TestDocSet, TestRawTransformer,
TestDelegationWithHadoopAuth, FullSolrCloudDistribCmdsTest, TestCrossCoreJoin,
TestSubQueryTransformerCrossCore, LukeRequestHandlerTest,
TestExceedMaxTermLength, TestRequestForwarding, TestManagedSchema,
EchoParamsTest, SchemaVersionSpecificBehaviorTest, SpellCheckComponentTest,
TestFieldCacheSortRandom, CursorMarkTest, TestConfigsApi,
HdfsTlogReplayBufferedWhileIndexingTest, SignatureUpdateProcessorFactoryTest,
DeleteStatusTest, TestMultiValuedNumericRangeQuery, JSONWriterTest,
TestNRTOpen, BigEndianAscendingWordDeserializerTest,
TestAnalyzeInfixSuggestions, TestCloudRecovery, TestFieldCacheReopen,
TestFiltering, TestFileDictionaryLookup, CacheHeaderTest, MBeansHandlerTest,
TestExclusionRuleCollectionAccess, TestSuggestSpellingConverter,
ChangedSchemaMergeTest, AddSchemaFieldsUpdateProcessorFactoryTest,
BasicDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest,
TestReplicationHandler, TestZkChroot, TestRandomDVFaceting,
TestHashPartitioner, TestRealTimeGet, TestJoin, TestReload, HardAutoCommitTest,
DistributedTermsComponentTest, TestRangeQuery, StatsComponentTest,
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest,
TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=AD7A6BEC036238BE -Dtests.slow=true -Dtests.locale=pl
-Dtests.timezone=Africa/Bangui -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=20698, name=searcherExecutor-8783-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([AD7A6BEC036238BE]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=20698, name=searcherExecutor-8783-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([AD7A6BEC036238BE]:0)
[junit4] Completed [437/731 (1!)] on J1 in 33.95s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 47187 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]