Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2848/
Java: 32bit/jdk1.8.0_121 -client -XX:+UseG1GC
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=9503, name=searcherExecutor-4667-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:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=9503, name=searcherExecutor-4667-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:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([A5A729BFC5AC5F2A]: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=9503, name=searcherExecutor-4667-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:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=9503, name=searcherExecutor-4667-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:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([A5A729BFC5AC5F2A]:0)
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([A5A729BFC5AC5F2A:7AC7886E0E8B3C8F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
... 41 more
Build Log:
[...truncated 12197 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/init-core-data-001
[junit4] 2> 1547580 INFO
(SUITE-TestLazyCores-seed#[A5A729BFC5AC5F2A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1547581 INFO
(SUITE-TestLazyCores-seed#[A5A729BFC5AC5F2A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1547584 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 1547598 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1547599 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1547654 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1547654 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1547655 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1547665 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1547665 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1547665 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1547669 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1547669 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1547669 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1547670 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection5
[junit4] 2> 1547670 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2
[junit4] 2> 1547670 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection1
[junit4] 2> 1547671 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2/data/]
[junit4] 2> 1547671 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection1/data/]
[junit4] 2> 1547671 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection5/data/]
[junit4] 2> 1547673 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1547673 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1547673 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1547753 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1547753 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1547754 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1547755 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@d4d0f3[collection2]
main]
[junit4] 2> 1547755 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2/conf
[junit4] 2> 1547755 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1547755 INFO
(searcherExecutor-4636-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@d4d0f3[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1547755 INFO (coreLoadExecutor-4634-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1547767 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1547767 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1547768 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1547769 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@5edb56[collection5]
main]
[junit4] 2> 1547769 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1547769 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1547769 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection5/conf
[junit4] 2> 1547770 INFO (coreLoadExecutor-4634-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1547770 INFO
(searcherExecutor-4635-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@5edb56[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1547770 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1547771 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d3523[collection1]
main]
[junit4] 2> 1547772 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection1/conf
[junit4] 2> 1547772 INFO (coreLoadExecutor-4634-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1547772 INFO
(searcherExecutor-4637-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6d3523[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1547785 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1547792 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1547796 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1547797 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection3
[junit4] 2> 1547798 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection3/data/]
[junit4] 2> 1547800 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=21.798828125,
floorSegmentMB=1.3505859375, forceMergeDeletesPctAllowed=17.697287933952573,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1547856 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1547856 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1547857 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=96.4716796875,
floorSegmentMB=0.6982421875, forceMergeDeletesPctAllowed=3.2784638042316128,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.15538310967028296
[junit4] 2> 1547858 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1568b49[collection3] main]
[junit4] 2> 1547858 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection3/conf
[junit4] 2> 1547859 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1547859 INFO
(searcherExecutor-4647-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@1568b49[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1547859 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1547874 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1547882 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1547885 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1547887 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection6
[junit4] 2> 1547887 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection6/data/]
[junit4] 2> 1547890 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.14889877498656096]
[junit4] 2> 1547972 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1547972 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1547973 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=40, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=91.3076171875,
floorSegmentMB=1.494140625, forceMergeDeletesPctAllowed=26.91196629424558,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3073295107339312
[junit4] 2> 1547975 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7012d1[collection6] main]
[junit4] 2> 1547975 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection6/conf
[junit4] 2> 1547975 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1547975 INFO
(searcherExecutor-4651-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@7012d1[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1547976 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 1547988 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1547996 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1547999 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548000 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection7
[junit4] 2> 1548001 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection7],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection7/data/]
[junit4] 2> 1548003 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1548090 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548090 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548091 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=34.521484375,
floorSegmentMB=1.048828125, forceMergeDeletesPctAllowed=11.487387665295671,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1548092 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@72257a[collection7] main]
[junit4] 2> 1548092 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection7/conf
[junit4] 2> 1548093 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548093 INFO
(searcherExecutor-4655-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@72257a[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548096 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection7
[junit4] 2> 1548106 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548114 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1548117 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548118 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection8
[junit4] 2> 1548119 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection8],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection8/data/]
[junit4] 2> 1548121 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=75.3544921875,
floorSegmentMB=0.44140625, forceMergeDeletesPctAllowed=20.40874931591402,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5907229127912944
[junit4] 2> 1548201 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548201 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548201 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1532398509,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1548202 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3cc11f[collection8] main]
[junit4] 2> 1548203 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection8/conf
[junit4] 2> 1548203 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548203 INFO
(searcherExecutor-4659-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@3cc11f[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548204 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection8
[junit4] 2> 1548204 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Closing transient core [collection2]
[junit4] 2> 1548214 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548221 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1548224 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548225 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection9
[junit4] 2> 1548226 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection9],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection9/data/]
[junit4] 2> 1548229 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=40, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.22265625,
floorSegmentMB=1.55859375, forceMergeDeletesPctAllowed=11.327107033963571,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1548327 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548327 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548328 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1548328 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1501f60[collection9] main]
[junit4] 2> 1548329 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection9/conf
[junit4] 2> 1548329 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548329 INFO
(searcherExecutor-4663-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@1501f60[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548329 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection9
[junit4] 2> 1548329 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Closing transient core [collection3]
[junit4] 2> 1548331 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@fc7402
[junit4] 2> 1548332 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1548332 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@1b9a4e5
[junit4] 2> 1548333 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1548342 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548350 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1548353 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548354 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2
[junit4] 2> 1548355 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2/data/]
[junit4] 2> 1548391 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548391 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548392 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=656055776,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1548393 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b88022[collection2] main]
[junit4] 2> 1548394 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-001/collection2/conf
[junit4] 2> 1548394 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548394 INFO
(searcherExecutor-4667-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1b88022[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548395 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1548395 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Closing transient core [collection6]
[junit4] 2> 1548395 INFO (Thread-2285) [ ] o.a.s.c.SolrCore
[collection6] CLOSING SolrCore org.apache.solr.core.SolrCore@1ef0422
[junit4] 2> 1548396 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.S.Request [collection2] webapp=null path=null params={q=*:*} hits=0
status=0 QTime=0
[junit4] 2> 1548396 INFO (Thread-2285) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection6
[junit4] 2> 1548398 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2>
[junit4] 2> <lst name="responseHeader">
[junit4] 2> <int name="status">0</int>
[junit4] 2> <int name="QTime">0</int>
[junit4] 2> <lst name="params">
[junit4] 2> <str name="q">*:*</str>
[junit4] 2> </lst>
[junit4] 2> </lst>
[junit4] 2> <result name="response" numFound="0" start="0">
[junit4] 2> </result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=*:*
[junit4] 2> 1548398 ERROR
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST
FAILED: xpath=//result[@numFound='10']
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2>
[junit4] 2> <lst name="responseHeader">
[junit4] 2> <int name="status">0</int>
[junit4] 2> <int name="QTime">0</int>
[junit4] 2> <lst name="params">
[junit4] 2> <str name="q">*:*</str>
[junit4] 2> </lst>
[junit4] 2> </lst>
[junit4] 2> <result name="response" numFound="0" start="0">
[junit4] 2> </result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=*:*
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
[junit4] 2> at
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
[junit4] 2> at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1548399 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=4354195
[junit4] 2> 1548399 INFO
(coreCloseExecutor-4671-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1ba8b95
[junit4] 2> 1548399 INFO
(coreCloseExecutor-4671-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1c21be9
[junit4] 2> 1548400 INFO
(coreCloseExecutor-4671-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@25a6cd
[junit4] 2> 1548400 INFO
(coreCloseExecutor-4671-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@163368f
[junit4] 2> 1548400 INFO
(coreCloseExecutor-4671-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1548400 INFO
(coreCloseExecutor-4671-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@1cffec6
[junit4] 2> 1548400 INFO
(coreCloseExecutor-4671-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1548401 INFO
(coreCloseExecutor-4671-thread-3-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
[junit4] 2> 1548401 INFO
(coreCloseExecutor-4671-thread-4-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
[junit4] 2> 1548402 INFO
(coreCloseExecutor-4671-thread-5-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
[junit4] 2> 1548403 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1548403 INFO
(TEST-TestLazyCores.testNoCommit-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.method=testNoCommit -Dtests.seed=A5A729BFC5AC5F2A -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=en-IE -Dtests.timezone=Pacific/Niue
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.82s J2 | TestLazyCores.testNoCommit <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([A5A729BFC5AC5F2A:7AC7886E0E8B3C8F]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
[junit4] > at
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
[junit4] > at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader">
[junit4] > <int name="status">0</int>
[junit4] > <int name="QTime">0</int>
[junit4] > <lst name="params">
[junit4] > <str name="q">*:*</str>
[junit4] > </lst>
[junit4] > </lst>
[junit4] > <result name="response" numFound="0" start="0">
[junit4] > </result>
[junit4] > </response>
[junit4] > request was:q=*:*
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
[junit4] > ... 41 more
[junit4] 2> 1548406 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 1548420 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1548420 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1548458 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548458 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548458 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548467 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1548467 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1548467 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1548470 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548470 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548470 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548472 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection5
[junit4] 2> 1548472 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection1
[junit4] 2> 1548472 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection2
[junit4] 2> 1548473 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection5/data/]
[junit4] 2> 1548473 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection2/data/]
[junit4] 2> 1548473 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection1/data/]
[junit4] 2> 1548474 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1548474 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1548474 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1548593 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548593 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548593 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548593 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548594 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1548594 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1548594 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548594 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1db1da8[collection2] main]
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@354ae[collection5] main]
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection2/conf
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection5/conf
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a34040[collection1] main]
[junit4] 2> 1548595 INFO
(searcherExecutor-4681-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1db1da8[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548595 INFO
(searcherExecutor-4679-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@354ae[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548595 INFO
(coreLoadExecutor-4678-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1548596 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection1/conf
[junit4] 2> 1548596 INFO
(coreLoadExecutor-4678-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548596 INFO
(searcherExecutor-4680-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1a34040[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548607 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548615 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1548618 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548619 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection4
[junit4] 2> 1548620 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection4/data/]
[junit4] 2> 1548622 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.263754372382717]
[junit4] 2> 1548744 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1548744 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1548744 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=41.3779296875,
floorSegmentMB=0.2041015625, forceMergeDeletesPctAllowed=22.561160116719634,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1981740524358645
[junit4] 2> 1548745 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3498f6[collection4] main]
[junit4] 2> 1548746 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-002/collection4/conf
[junit4] 2> 1548746 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1548746 INFO
(searcherExecutor-4691-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@3498f6[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1548748 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1548748 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@53404a
[junit4] 2> 1548854 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@aadf77[collection4] main]
[junit4] 2> 1548855 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1548855 INFO
(searcherExecutor-4691-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@aadf77[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 1548856 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
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> 1548858 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
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> 1548858 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
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> 1548859 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
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> 1548859 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
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> 1548860 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=33511837
[junit4] 2> 1548860 INFO
(coreCloseExecutor-4695-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1edcd3c
[junit4] 2> 1548861 INFO
(coreCloseExecutor-4695-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1299df1
[junit4] 2> 1548861 INFO
(coreCloseExecutor-4695-thread-1-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1548861 INFO
(coreCloseExecutor-4695-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@4cfa9e
[junit4] 2> 1548863 INFO
(coreCloseExecutor-4695-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@184eadc
[junit4] 2> 1548863 INFO
(coreCloseExecutor-4695-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1548863 INFO
(coreCloseExecutor-4695-thread-2-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1548864 INFO
(coreCloseExecutor-4695-thread-4-processing-x:collection3) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1548866 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1548866 INFO
(TEST-TestLazyCores.testLazySearch-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 1548868 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 1548888 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP
client with params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1548930 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.CorePropertiesLocator Found 6 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003
[junit4] 2> 1548930 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.CorePropertiesLocator Cores are: [core2, badConfig2,
core1, badSchema1, badConfig1, badSchema2]
[junit4] 2> 1548941 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548942 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548943 INFO
(coreLoadExecutor-4702-thread-2-processing-x:collection3) [ x:badConfig2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1548953 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1548953 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1548956 INFO
(coreLoadExecutor-4702-thread-2-processing-x:collection3) [ x:badSchema1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548957 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548957 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1548960 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core2
[junit4] 2> 1548960 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core1
[junit4] 2> 1548960 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core2/data/]
[junit4] 2> 1548960 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core1/data/]
[junit4] 2> 1548962 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1548962 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1548965 INFO
(coreLoadExecutor-4702-thread-2-processing-x:collection3) [ x:badSchema1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1548968 INFO
(coreLoadExecutor-4702-thread-2-processing-x:collection3) [ x:badConfig1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1548989 INFO
(coreLoadExecutor-4702-thread-2-processing-x:collection3) [ x:badSchema2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1548999 INFO
(coreLoadExecutor-4702-thread-2-processing-x:collection3) [ x:badSchema2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1549036 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1549036 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1549037 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1549038 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e0e3ea[core1] main]
[junit4] 2> 1549038 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core1/conf
[junit4] 2> 1549038 INFO
(coreLoadExecutor-4702-thread-3-processing-x:collection3) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1549038 INFO
(searcherExecutor-4704-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1e0e3ea[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1549048 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1549048 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1549049 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1549050 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@12344a5[core2] main]
[junit4] 2> 1549050 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/core2/conf
[junit4] 2> 1549050 INFO
(coreLoadExecutor-4702-thread-1-processing-x:collection3) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1549050 INFO
(searcherExecutor-4703-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@12344a5[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1549053 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1549053 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@17a233a
[junit4] 2> 1549177 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@51a8a5[core1] main]
[junit4] 2> 1549177 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1549177 INFO
(searcherExecutor-4704-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@51a8a5[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 1549178 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1549179 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1549180 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1549180 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1549195 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1549218 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 1549220 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1549222 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig1
[junit4] 2> 1549222 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig1/data/]
[junit4] 2> 1549225 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=163681001,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1549303 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1549303 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1549303 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1269017049,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1549304 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@12fc19f[badConfig1]
main]
[junit4] 2> 1549304 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig1/conf
[junit4] 2> 1549305 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1549305 INFO
(searcherExecutor-4717-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@12fc19f[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1549305 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.SolrCores Opening transient core badConfig1
[junit4] 2> 1549314 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1549322 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 1549325 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1549326 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig2
[junit4] 2> 1549327 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001/tempDir-003/badConfig2/data/]
[junit4] 2> 1549329 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1549403 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1549403 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1549403 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1549404 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@d12490[badConfig2]
main]
[junit4] 2> 1549404 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[A5A729BFC5AC5F2A]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initiali
[...truncated too long message...]
ection3) [ x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters
for: solr.core.collection2
[junit4] 2> 1559993 INFO
(coreCloseExecutor-4955-thread-5-processing-x:collection3) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1559994 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1559994 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[A5A729BFC5AC5F2A]) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 1559995 INFO
(SUITE-TestLazyCores-seed#[A5A729BFC5AC5F2A]-worker) [ x:collection3]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1559995 INFO
(SUITE-TestLazyCores-seed#[A5A729BFC5AC5F2A]-worker) [ x:collection3]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=6143912
[junit4] 2> 1559995 INFO
(SUITE-TestLazyCores-seed#[A5A729BFC5AC5F2A]-worker) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_A5A729BFC5AC5F2A-001
[junit4] 2> Feb 13, 2017 10:23:40 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 13, 2017 10:24:00 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=9503, name=searcherExecutor-4667-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:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Feb 13, 2017 10:24:00 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9503, name=searcherExecutor-4667-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 13, 2017 10:24:03 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9503, name=searcherExecutor-4667-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:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{v_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
v_s=PostingsFormat(name=Asserting), v_f=Lucene50(blocksize=128)},
docValues:{}, maxPointsInLeafNode=452, maxMBSortInHeap=5.8183942815619485,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=en-IE,
timezone=Pacific/Niue
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121
(32-bit)/cpus=12,threads=2,free=91627784,total=524288000
[junit4] 2> NOTE: All tests run in this JVM: [TestExtendedDismaxParser,
BlockCacheTest, InfixSuggestersTest, SuggesterTSTTest, PreAnalyzedFieldTest,
TestCloudRecovery, NoCacheHeaderTest, TestNamedUpdateProcessors,
TestCloudInspectUtil, CoreAdminHandlerTest, DirectUpdateHandlerTest, TestSolrJ,
TestConfig, TermVectorComponentDistributedTest, HdfsBasicDistributedZkTest,
TestPhraseSuggestions, SolrXmlInZkTest, AutoCommitTest,
TestReplicationHandlerBackup, ReplaceNodeTest, BadIndexSchemaTest, TestReload,
HdfsDirectoryTest, DocExpirationUpdateProcessorFactoryTest,
TestTrackingShardHandlerFactory, TestLocalFSCloudBackupRestore,
SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, InfoHandlerTest,
OverseerRolesTest, CloudMLTQParserTest,
AddSchemaFieldsUpdateProcessorFactoryTest, AliasIntegrationTest,
TestFieldTypeResource, TestCollectionAPIs, TestSort,
PreAnalyzedFieldManagedSchemaCloudTest, TestCryptoKeys, TestBlobHandler,
DocValuesMissingTest, TestSha256AuthenticationProvider, MinimalSchemaTest,
TestTolerantSearch, TestJmxMonitoredMap, TestSolr4Spatial2, DeleteNodeTest,
TestFieldCacheSort, TestSortByMinMaxFunction, AnalyticsMergeStrategyTest,
TestUnifiedSolrHighlighter, DebugComponentTest, LukeRequestHandlerTest,
TestFileDictionaryLookup, LeaderInitiatedRecoveryOnCommitTest, TestLFUCache,
TestHashQParserPlugin, TestReplicaProperties, ConjunctionSolrSpellCheckerTest,
UtilsToolTest, TestUtils, TestRTimerTree, DistanceUnitsTest,
TestIndexingPerformance, DocValuesNotIndexedTest, TestAddFieldRealTimeGet,
StatsComponentTest, PeerSyncReplicationTest, BinaryUpdateRequestHandlerTest,
TestDistributedStatsComponentCardinality, TestFieldSortValues,
DeleteStatusTest, TestReRankQParserPlugin, BaseCdcrDistributedZkTest,
TestSolrQueryParserDefaultOperatorResource, TestGroupingSearch,
SpatialHeatmapFacetsTest, CdcrReplicationHandlerTest, ResponseLogComponentTest,
MissingSegmentRecoveryTest, SuggesterWFSTTest, TestRawTransformer,
TestExportWriter, TestMacroExpander, CurrencyFieldXmlFileTest,
PreAnalyzedUpdateProcessorTest, PrimUtilsTest, DOMUtilTest, TimeZoneUtilsTest,
DistribJoinFromCollectionTest, MergeStrategyTest,
TestManagedSchemaThreadSafety, TestPerFieldSimilarityWithDefaultOverride,
TestLRUStatsCache, TestCoreDiscovery, HLLSerializationTest,
DirectUpdateHandlerOptimizeTest, TestRandomFlRTGCloud, TestWriterPerf,
TestSSLRandomization, AnalysisErrorHandlingTest, ShardSplitTest,
HdfsThreadLeakTest, LeaderElectionContextKeyTest, SOLR749Test, TestZkChroot,
ClassificationUpdateProcessorIntegrationTest, TestJavabinTupleStreamParser,
BitVectorTest, TestFieldCollectionResource, TestCollationField,
TestSearcherReuse, ConvertedLegacyTest, BasicFunctionalityTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=A5A729BFC5AC5F2A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-IE -Dtests.timezone=Pacific/Niue -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | 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=9503, name=searcherExecutor-4667-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:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([A5A729BFC5AC5F2A]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9503, name=searcherExecutor-4667-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:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([A5A729BFC5AC5F2A]:0)
[junit4] Completed [394/692 (1!)] on J2 in 35.52s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 55869 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]