Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2884/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseConcMarkSweepGC
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=9389, name=searcherExecutor-3987-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=9389, name=searcherExecutor-3987-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([E890B9872CE115FA]: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=9389, name=searcherExecutor-3987-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=9389, name=searcherExecutor-3987-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([E890B9872CE115FA]: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([E890B9872CE115FA:37F01856E7C6765F]: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 12218 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_E890B9872CE115FA-001/init-core-data-001
[junit4] 2> 1273850 INFO
(SUITE-TestLazyCores-seed#[E890B9872CE115FA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1273851 INFO
(SUITE-TestLazyCores-seed#[E890B9872CE115FA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1273853 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1273870 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1273870 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1273916 WARN (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1273917 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1273925 WARN (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1273925 WARN (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1273927 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1273932 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1273943 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1273960 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1273961 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection1
[junit4] 2> 1273961 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/collection1/data/]
[junit4] 2> 1273962 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1273963 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1273964 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=59.4111328125,
floorSegmentMB=0.2529296875, forceMergeDeletesPctAllowed=8.077572909452735,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1273978 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1273979 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection5
[junit4] 2> 1273979 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1273980 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/collection5/data/]
[junit4] 2> 1273980 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection2
[junit4] 2> 1273980 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/collection2/data/]
[junit4] 2> 1273981 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=59.4111328125,
floorSegmentMB=0.2529296875, forceMergeDeletesPctAllowed=8.077572909452735,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1273982 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=59.4111328125,
floorSegmentMB=0.2529296875, forceMergeDeletesPctAllowed=8.077572909452735,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1274117 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274117 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274117 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=63.0146484375,
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=14.172195388236128,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13092625382303452
[junit4] 2> 1274117 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@137f655[collection2]
main]
[junit4] 2> 1274117 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection2/conf
[junit4] 2> 1274117 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274118 INFO
(searcherExecutor-3887-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@137f655[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274118 INFO (coreLoadExecutor-3884-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1274146 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274146 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274146 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=63.0146484375,
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=14.172195388236128,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13092625382303452
[junit4] 2> 1274147 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8f4562[collection1]
main]
[junit4] 2> 1274147 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection1/conf
[junit4] 2> 1274147 INFO (coreLoadExecutor-3884-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274148 INFO
(searcherExecutor-3885-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@8f4562[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274184 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274184 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274184 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=63.0146484375,
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=14.172195388236128,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13092625382303452
[junit4] 2> 1274184 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@8b71c6[collection5]
main]
[junit4] 2> 1274184 INFO (coreLoadExecutor-3884-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_E890B9872CE115FA-001/tempDir-001/collection5/conf
[junit4] 2> 1274185 INFO (coreLoadExecutor-3884-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274185 INFO
(searcherExecutor-3886-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@8b71c6[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274193 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1274204 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1274204 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1274237 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1274240 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1274242 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core1
[junit4] 2> 1274243 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core1/data/]
[junit4] 2> 1274245 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=26.0419921875,
floorSegmentMB=1.4482421875, forceMergeDeletesPctAllowed=19.77338718247551,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1274383 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274383 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274383 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1274384 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d1cc4[core1] main]
[junit4] 2> 1274384 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core1/conf
[junit4] 2> 1274384 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274384 INFO
(searcherExecutor-3898-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@2d1cc4[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274385 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core1
[junit4] 2> 1274385 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1274394 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1274398 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1274408 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1274410 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1274412 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] 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_E890B9872CE115FA-001/tempDir-001/core2
[junit4] 2> 1274413 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] 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_E890B9872CE115FA-001/tempDir-001/core2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core2/data/]
[junit4] 2> 1274415 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.14511556860349223]
[junit4] 2> 1274556 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274556 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274556 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=84.259765625,
floorSegmentMB=1.5546875, forceMergeDeletesPctAllowed=11.343682258409963,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3055483052547818
[junit4] 2> 1274557 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17bbb32[core2] main]
[junit4] 2> 1274557 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core2/conf
[junit4] 2> 1274557 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274557 INFO
(searcherExecutor-3903-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@17bbb32[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274558 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core2
[junit4] 2> 1274558 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 1274565 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1274565 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1274576 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1274578 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1274579 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration
from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core3
[junit4] 2> 1274580 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core3/data/]
[junit4] 2> 1274581 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=42.3896484375,
floorSegmentMB=1.048828125, forceMergeDeletesPctAllowed=26.023773870137894,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1274700 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274701 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274701 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=387117369,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1274701 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@177cfb1[core3] main]
[junit4] 2> 1274701 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core3/conf
[junit4] 2> 1274702 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274702 INFO
(searcherExecutor-3908-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@177cfb1[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274702 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core3
[junit4] 2> 1274702 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
[junit4] 2> 1274709 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1274712 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1274725 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1274727 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1274728 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration
from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core4
[junit4] 2> 1274728 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core4/data/]
[junit4] 2> 1274730 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=9.14453125,
floorSegmentMB=0.9228515625, forceMergeDeletesPctAllowed=6.5663389528495575,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1274817 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1274817 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1274817 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=94.400390625,
floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=26.14966262399827,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1215968688931441
[junit4] 2> 1274817 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b7f8e[core4] main]
[junit4] 2> 1274818 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core4/conf
[junit4] 2> 1274818 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1274818 INFO
(searcherExecutor-3913-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@3b7f8e[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1274818 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core4
[junit4] 2> 1274819 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [collection2]
[junit4] 2> 1274819 INFO (Thread-2026) [ ] o.a.s.c.SolrCore
[collection2] CLOSING SolrCore org.apache.solr.core.SolrCore@1e27acc
[junit4] 2> 1274819 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
[junit4] 2> 1274820 INFO (Thread-2026) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.collection2
[junit4] 2> 1274827 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1274827 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1274865 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 1274867 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1274868 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration
from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core5
[junit4] 2> 1274868 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core5/data/]
[junit4] 2> 1274870 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=17.4423828125,
floorSegmentMB=1.6611328125, forceMergeDeletesPctAllowed=8.488348773511113,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=1.6357421875,
noCFSRatio=0.787568712724162
[junit4] 2> 1275238 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1275238 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1275238 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=66.43359375,
floorSegmentMB=1.9970703125, forceMergeDeletesPctAllowed=16.002672553531593,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1275238 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10b4d07[core5] main]
[junit4] 2> 1275238 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core5/conf
[junit4] 2> 1275239 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1275239 INFO
(searcherExecutor-3918-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@10b4d07[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1275239 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core5
[junit4] 2> 1275239 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core1]
[junit4] 2> 1275239 INFO (Thread-2026) [ ] o.a.s.c.SolrCore [core1]
CLOSING SolrCore org.apache.solr.core.SolrCore@1a567fe
[junit4] 2> 1275241 INFO (Thread-2026) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core1
[junit4] 2> 1275256 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1275256 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1275265 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1275267 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1275268 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core1
[junit4] 2> 1275269 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core1/data/]
[junit4] 2> 1275306 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1275306 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1275307 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=88.4052734375,
floorSegmentMB=0.2841796875, forceMergeDeletesPctAllowed=18.86016930941208,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.36848126691757777
[junit4] 2> 1275307 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cbc000[core1] main]
[junit4] 2> 1275307 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core1/conf
[junit4] 2> 1275308 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1275308 INFO
(searcherExecutor-3922-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@cbc000[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1275308 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core1
[junit4] 2> 1275308 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core2]
[junit4] 2> 1275308 INFO (Thread-2026) [ ] o.a.s.c.SolrCore [core2]
CLOSING SolrCore org.apache.solr.core.SolrCore@1042e7e
[junit4] 2> 1275309 INFO (Thread-2026) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core2
[junit4] 2> 1275316 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1275316 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1275334 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1275336 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1275337 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] 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_E890B9872CE115FA-001/tempDir-001/core2
[junit4] 2> 1275338 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] 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_E890B9872CE115FA-001/tempDir-001/core2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core2/data/]
[junit4] 2> 1275373 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1275373 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1275374 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1275374 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@108d89a[core2] main]
[junit4] 2> 1275374 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core2/conf
[junit4] 2> 1275374 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1275374 INFO
(searcherExecutor-3926-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@108d89a[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1275375 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core2
[junit4] 2> 1275375 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core3]
[junit4] 2> 1275375 INFO (Thread-2026) [ ] o.a.s.c.SolrCore [core3]
CLOSING SolrCore org.apache.solr.core.SolrCore@1bb6339
[junit4] 2> 1275376 INFO (Thread-2026) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core3
[junit4] 2> 1275386 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1275386 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1275401 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1275404 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1275405 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration
from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core3
[junit4] 2> 1275405 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core3/data/]
[junit4] 2> 1275450 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1275450 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1275452 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=54.013671875,
floorSegmentMB=0.63671875, forceMergeDeletesPctAllowed=27.836686032037914,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1275452 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22a6a1[core3] main]
[junit4] 2> 1275452 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core3/conf
[junit4] 2> 1275453 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1275453 INFO
(searcherExecutor-3930-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@22a6a1[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1275453 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core3
[junit4] 2> 1275453 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core4]
[junit4] 2> 1275453 INFO (Thread-2026) [ ] o.a.s.c.SolrCore [core4]
CLOSING SolrCore org.apache.solr.core.SolrCore@1bf38fb
[junit4] 2> 1275454 INFO (Thread-2026) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core4
[junit4] 2> 1275465 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1275466 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1275477 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1275479 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1275481 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration
from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core4
[junit4] 2> 1275482 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core4/data/]
[junit4] 2> 1275525 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1275525 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1275525 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1275526 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e290b1[core4] main]
[junit4] 2> 1275526 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core4/conf
[junit4] 2> 1275526 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1275527 INFO
(searcherExecutor-3934-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@1e290b1[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1275527 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core4
[junit4] 2> 1275527 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core5]
[junit4] 2> 1275527 INFO (Thread-2026) [ ] o.a.s.c.SolrCore [core5]
CLOSING SolrCore org.apache.solr.core.SolrCore@11fad2b
[junit4] 2> 1275528 INFO (Thread-2026) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for: solr.core.core5
[junit4] 2> 1275543 WARN
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated,
use <mergePolicyFactory> instead.
[junit4] 2> 1275543 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1275562 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 1275565 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1275567 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration
from instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core5
[junit4] 2> 1275568 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-001/core5/data/]
[junit4] 2> 1275623 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1275623 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1275624 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] 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=1.0]
[junit4] 2> 1275625 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e4ed2d[core5] main]
[junit4] 2> 1275625 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
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_E890B9872CE115FA-001/tempDir-001/core5/conf
[junit4] 2> 1275625 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1275625 INFO
(searcherExecutor-3938-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@e4ed2d[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1275626 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Opening transient core core5
[junit4] 2> 1275626 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCores Closing transient core [core1]
[junit4] 2> 1275627 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 1275628 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1275728 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1275828 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1275928 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1276028 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1276128 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1276228 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1276295 INFO (Thread-2027) [ x:core1] o.a.s.c.SolrCore
[core1] CLOSING SolrCore org.apache.solr.core.SolrCore@11354f7
[junit4] 2> 1276296 INFO (Thread-2027) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 1276296 INFO (Thread-2027) [ x:core1] o.a.s.c.SolrCore
[core2] CLOSING SolrCore org.apache.solr.core.SolrCore@10851c5
[junit4] 2> 1276297 INFO (Thread-2027) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 1276329 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
[junit4] 2> 1276329 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [core3] CLOSING SolrCore
org.apache.solr.core.SolrCore@1851b72
[junit4] 2> 1276329 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
[junit4] 2> 1276330 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
[junit4] 2> 1276330 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [core4] CLOSING SolrCore
org.apache.solr.core.SolrCore@d99c4
[junit4] 2> 1276330 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
[junit4] 2> 1276331 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
[junit4] 2> 1276331 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.SolrCore [core5] CLOSING SolrCore
org.apache.solr.core.SolrCore@10cb937
[junit4] 2> 1276331 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
[junit4] 2> 1276331 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=6454554
[junit4] 2> 1276331 INFO
(coreCloseExecutor-3947-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@608608
[junit4] 2> 1276332 INFO
(coreCloseExecutor-3947-thread-2-processing-x:core1) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@ce19cc
[junit4] 2> 1276332 INFO
(coreCloseExecutor-3947-thread-1-processing-x:core1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1276333 INFO
(coreCloseExecutor-3947-thread-2-processing-x:core1) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1276333 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1276333 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E890B9872CE115FA]) [
x:core1] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
[junit4] 2> 1276334 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 1276346 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1276346 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1276377 WARN
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1276378 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1276383 WARN
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1276383 WARN
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1276384 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1276384 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1276398 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1276400 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1276400 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1276404 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1276404 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1276404 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1276405 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection5
[junit4] 2> 1276405 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection1
[junit4] 2> 1276405 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection2
[junit4] 2> 1276406 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-002/collection5/data/]
[junit4] 2> 1276406 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-002/collection1/data/]
[junit4] 2> 1276406 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-002/collection2/data/]
[junit4] 2> 1276407 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=59.4111328125,
floorSegmentMB=0.2529296875, forceMergeDeletesPctAllowed=8.077572909452735,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1276407 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=59.4111328125,
floorSegmentMB=0.2529296875, forceMergeDeletesPctAllowed=8.077572909452735,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1276407 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=59.4111328125,
floorSegmentMB=0.2529296875, forceMergeDeletesPctAllowed=8.077572909452735,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1276608 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1276608 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1276608 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=63.0146484375,
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=14.172195388236128,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13092625382303452
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@8d313a[collection5] main]
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection5/conf
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=63.0146484375,
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=14.172195388236128,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13092625382303452
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-3-processing-x:core1) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=63.0146484375,
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=14.172195388236128,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13092625382303452
[junit4] 2> 1276609 INFO
(searcherExecutor-3955-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@8d313a[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1276609 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@477a0c[collection1] main]
[junit4] 2> 1276610 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@deaa3f[collection2] main]
[junit4] 2> 1276610 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection1/conf
[junit4] 2> 1276610 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ 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_E890B9872CE115FA-001/tempDir-002/collection2/conf
[junit4] 2> 1276610 INFO
(coreLoadExecutor-3954-thread-1-processing-x:core1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1276610 INFO
(searcherExecutor-3956-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@477a0c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1276610 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1276610 INFO
(searcherExecutor-3957-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@deaa3f[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1276610 INFO
(coreLoadExecutor-3954-thread-2-processing-x:core1) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1276619 WARN
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1276620 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1276642 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1276647 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1276648 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
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_E890B9872CE115FA-001/tempDir-002/collection3
[junit4] 2> 1276649 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
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_E890B9872CE115FA-001/tempDir-002/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-002/collection3/data/]
[junit4] 2> 1276651 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1450931274,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1276806 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1276806 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1276806 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.37567248988251545]
[junit4] 2> 1276807 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@12c629e[collection3] main]
[junit4] 2> 1276807 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ 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_E890B9872CE115FA-001/tempDir-002/collection3/conf
[junit4] 2> 1276807 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1276807 INFO
(searcherExecutor-3967-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@12c629e[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1276808 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1276819 WARN
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1276820 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1276828 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1276830 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1276831 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
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_E890B9872CE115FA-001/tempDir-002/collection6
[junit4] 2> 1276832 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
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_E890B9872CE115FA-001/tempDir-002/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-002/collection6/data/]
[junit4] 2> 1276833 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8647197597275506]
[junit4] 2> 1277008 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1277008 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1277008 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=83.4892578125,
floorSegmentMB=0.4228515625, forceMergeDeletesPctAllowed=19.527053926514967,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1277008 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@c79484[collection6] main]
[junit4] 2> 1277008 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ 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_E890B9872CE115FA-001/tempDir-002/collection6/conf
[junit4] 2> 1277009 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1277009 INFO
(searcherExecutor-3971-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@c79484[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1277009 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 1277018 WARN
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1277018 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1277035 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1277042 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1277044 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
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_E890B9872CE115FA-001/tempDir-002/collection7
[junit4] 2> 1277045 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
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_E890B9872CE115FA-001/tempDir-002/collection7],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_E890B9872CE115FA-001/tempDir-002/collection7/data/]
[junit4] 2> 1277048 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8453413873503374]
[junit4] 2> 1277180 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1277180 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1277181 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=6.900390625,
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=1.1964185640627845,
segmentsPerTier=7.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.32818066679227564
[junit4] 2> 1277181 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1752a62[collection7] main]
[junit4] 2> 1277181 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ 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_E890B9872CE115FA-001/tempDir-002/collection7/conf
[junit4] 2> 1277181 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1277183 INFO
(searcherExecutor-3975-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@1752a62[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1277183 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrCores Opening transient core collection7
[junit4] 2> 1277198 WARN
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1277199 INFO
(TEST-TestLazyCores.testNoCommit-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 127
[...truncated too long message...]
ing-x:core1) [ x:collection3] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.core.collection3
[junit4] 2> 1284432 INFO
(coreCloseExecutor-4205-thread-3-processing-x:core1) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1284432 INFO
(TEST-TestLazyCores.testRace-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1284432 INFO
(TEST-TestLazyCores.testRace-seed#[E890B9872CE115FA]) [ x:core1]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 1284432 INFO
(SUITE-TestLazyCores-seed#[E890B9872CE115FA]-worker) [ x:core1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1284432 INFO
(SUITE-TestLazyCores-seed#[E890B9872CE115FA]-worker) [ x:core1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=26201096
[junit4] 2> 1284433 INFO
(SUITE-TestLazyCores-seed#[E890B9872CE115FA]-worker) [ x:core1]
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_E890B9872CE115FA-001
[junit4] 2> Feb 18, 2017 12:47:06 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 18, 2017 12:47:26 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=9389, name=searcherExecutor-3987-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 18, 2017 12:47:26 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9389, name=searcherExecutor-3987-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 18, 2017 12:47:29 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9389, name=searcherExecutor-3987-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=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting),
v_s=PostingsFormat(name=LuceneVarGapFixedInterval),
v_f=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=174,
maxMBSortInHeap=6.665351813756111,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-CR,
timezone=Etc/GMT+12
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121
(32-bit)/cpus=12,threads=2,free=138543672,total=256053248
[junit4] 2> NOTE: All tests run in this JVM:
[TestTrackingShardHandlerFactory, TestLeaderElectionWithEmptyReplica,
OverseerTest, CloudMLTQParserTest, AliasIntegrationTest,
OverriddenZkACLAndCredentialsProvidersTest, TestSolr4Spatial2,
TestLocalFSCloudBackupRestore, TestHashQParserPlugin,
TestPostingsSolrHighlighter, TestAddFieldRealTimeGet,
ClassificationUpdateProcessorIntegrationTest, TestCloudInspectUtil,
DeleteNodeTest, TestReplicaProperties, TestSortByMinMaxFunction,
InfixSuggestersTest, StatsComponentTest, SegmentsInfoRequestHandlerTest,
XmlUpdateRequestHandlerTest, DocValuesMultiTest, BadIndexSchemaTest,
TestJsonFacets, AnalysisErrorHandlingTest, TestSQLHandler,
TestCorePropertiesReload, TestRawTransformer, DOMUtilTest, TestGroupingSearch,
TestUtils, OverseerRolesTest, RollingRestartTest, TestQueryWrapperFilter,
TestLMJelinekMercerSimilarityFactory, TestSubQueryTransformer,
DistributedFacetPivotSmallTest, TestDefaultSearchFieldResource,
TestReplicationHandlerBackup, TermVectorComponentDistributedTest,
FullSolrCloudDistribCmdsTest, MissingSegmentRecoveryTest, TestJmxMonitoredMap,
CustomCollectionTest, HLLSerializationTest, TestDFRSimilarityFactory,
LeaderElectionContextKeyTest, ShowFileRequestHandlerTest, SOLR749Test,
TestSolrCloudSnapshots, TestLRUStatsCache, TestDFISimilarityFactory,
TestSolrQueryParserDefaultOperatorResource, TestSSLRandomization,
StatelessScriptUpdateProcessorFactoryTest, AnalyticsMergeStrategyTest,
TimeZoneUtilsTest, TestFieldCache, BadComponentTest, SolrCoreMetricManagerTest,
MinimalSchemaTest, SubstringBytesRefFilterTest, SpellPossibilityIteratorTest,
SolrXmlInZkTest, CoreAdminHandlerTest, LeaderInitiatedRecoveryOnCommitTest,
TestScoreJoinQPNoScore, LeaderElectionTest, SolrJmxReporterTest, SuggesterTest,
DistributedFacetPivotLargeTest, TestMissingGroups, CurrencyFieldXmlFileTest,
TestAnalyzedSuggestions, BasicDistributedZk2Test, PeerSyncReplicationTest,
QueryParsingTest, PreAnalyzedFieldManagedSchemaCloudTest, TestSearcherReuse,
TestSha256AuthenticationProvider, UtilsToolTest, TestCloudRecovery,
PeerSyncWithIndexFingerprintCachingTest, TestIndexingPerformance,
DirectUpdateHandlerTest, BinaryUpdateRequestHandlerTest,
HdfsWriteToMultipleCollectionsTest, TestAuthorizationFramework,
RequestHandlersTest, TestExportWriter, SolrTestCaseJ4Test, PrimUtilsTest,
TestReRankQParserPlugin, HdfsCollectionsAPIDistributedZkTest,
TestExtendedDismaxParser, TestSizeLimitedDistributedMap,
TestSchemaSimilarityResource, TestNamedUpdateProcessors,
TestSolrCloudWithHadoopAuthPlugin, TestFieldCollectionResource, TestZkChroot,
BooleanFieldTest, TestBulkSchemaAPI, TestImplicitCoreProperties,
TestTolerantSearch, RuleEngineTest, BlockJoinFacetRandomTest, TestLFUCache,
TestFieldSortValues, OpenExchangeRatesOrgProviderTest, TestRandomFaceting,
ShardRoutingCustomTest, TestDistributedSearch, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=E890B9872CE115FA -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=es-CR -Dtests.timezone=Etc/GMT+12 -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=9389, name=searcherExecutor-3987-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([E890B9872CE115FA]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9389, name=searcherExecutor-3987-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([E890B9872CE115FA]:0)
[junit4] Completed [390/692 (1!)] on J2 in 33.67s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 55829 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]