Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/253/
4 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([9C850E57218A8495:43E5AF86EAADE730]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">28</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:894)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=6843, name=searcherExecutor-2706-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=6843, name=searcherExecutor-2706-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([9C850E57218A8495]: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=6843, name=searcherExecutor-2706-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=6843, name=searcherExecutor-2706-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([9C850E57218A8495]:0)
FAILED: org.apache.solr.security.TestPKIAuthenticationPlugin.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([9C850E57218A8495:14D1318D8F76E96D]:0)
at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11824 lines...]
[junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_9C850E57218A8495-001/init-core-data-001
[junit4] 2> 756857 WARN
(SUITE-TestPKIAuthenticationPlugin-seed#[9C850E57218A8495]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=51 numCloses=51
[junit4] 2> 756857 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[9C850E57218A8495]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 756858 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[9C850E57218A8495]-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> 756859 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[9C850E57218A8495]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 756915 INFO
(TEST-TestPKIAuthenticationPlugin.test-seed#[9C850E57218A8495]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 767984 ERROR
(TEST-TestPKIAuthenticationPlugin.test-seed#[9C850E57218A8495]) [ ]
o.a.s.s.PKIAuthenticationPlugin Invalid key request timestamp: 1511516120197 ,
received timestamp: 1511516130768 , TTL: 10000
[junit4] 2> 767984 INFO
(TEST-TestPKIAuthenticationPlugin.test-seed#[9C850E57218A8495]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test
-Dtests.seed=9C850E57218A8495 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP
-Dtests.timezone=Africa/Freetown -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 11.1s J1 | TestPKIAuthenticationPlugin.test <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([9C850E57218A8495:14D1318D8F76E96D]:0)
[junit4] > at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:102)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_9C850E57218A8495-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true): {},
locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=Africa/Freetown
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=81523512,total=420478976
[junit4] 2> NOTE: All tests run in this JVM:
[SuggestComponentContextFilterQueryTest, BasicAuthStandaloneTest,
NotRequiredUniqueKeyTest, SchemaVersionSpecificBehaviorTest,
LegacyCloudClusterPropTest, HdfsBasicDistributedZkTest,
TestAtomicUpdateErrorCases, DeleteLastCustomShardedReplicaTest,
TestCloudRecovery, DOMUtilTest, CoreMergeIndexesAdminHandlerTest,
TestOmitPositions, ManagedSchemaRoundRobinCloudTest, TestXmlQParser,
TestSolr4Spatial2, TestConfigReload, TestExclusionRuleCollectionAccess,
TestDeleteCollectionOnDownNodes, TestCloudNestedDocsSort,
TestNumericTokenStream, TestExpandComponent,
PeerSyncWithIndexFingerprintCachingTest, SearchRateTriggerTest,
CollectionTooManyReplicasTest, TestDynamicLoading, TestNumericTerms64,
TestFieldCacheWithThreads, ConjunctionSolrSpellCheckerTest,
TestPKIAuthenticationPlugin]
[junit4] Completed [76/749 (1!)] on J1 in 11.61s, 1 test, 1 error <<<
FAILURES!
[...truncated 548 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/init-core-data-001
[junit4] 2> 2123841 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2123842 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2123842 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2124073 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
[junit4] 2> 2124223 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/solr.xml
[junit4] 2> 2124238 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2124238 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2124293 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2124788 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2124871 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2124871 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2124889 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2125019 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2125181 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2125199 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2125215 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2125237 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2125237 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection2,
trusted=true
[junit4] 2> 2125237 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2125237 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2125238 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection2/data/]
[junit4] 2> 2125255 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2125274 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2125277 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2125289 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2125289 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection5,
trusted=true
[junit4] 2> 2125290 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2125290 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2125290 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection5],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection5/data/]
[junit4] 2> 2125291 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2125291 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection1,
trusted=true
[junit4] 2> 2125291 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2125292 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2125292 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection1/data/]
[junit4] 2> 2125346 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2125347 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2125821 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2125821 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2126050 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2126050 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@41d009f4[collection5] main]
[junit4] 2> 2126051 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection5/conf
[junit4] 2> 2126051 INFO (coreLoadExecutor-2548-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2126061 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2126061 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2126062 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2126082 INFO
(searcherExecutor-2550-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@41d009f4[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2126098 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1eea6d5[collection2]
main]
[junit4] 2> 2126098 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection2/conf
[junit4] 2> 2126099 INFO (coreLoadExecutor-2548-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2126100 INFO
(searcherExecutor-2549-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1eea6d5[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2126122 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2126122 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2126123 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2126124 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@21fc6d5e[collection1] main]
[junit4] 2> 2126124 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection1/conf
[junit4] 2> 2126124 INFO (coreLoadExecutor-2548-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2126125 INFO
(searcherExecutor-2551-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@21fc6d5e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2126207 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2126316 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2126335 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2126335 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection4,
trusted=true
[junit4] 2> 2126335 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry
'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2126335 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2126335 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection4/data/]
[junit4] 2> 2126351 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2126593 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2126593 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2126607 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=64.6337890625,
floorSegmentMB=1.0390625, forceMergeDeletesPctAllowed=15.727386533089636,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2126607 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3998aa46[collection4] main]
[junit4] 2> 2126608 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection4/conf
[junit4] 2> 2126609 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2126609 INFO
(searcherExecutor-2562-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@3998aa46[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2126775 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2126860 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 2126912 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2126912 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection6,
trusted=true
[junit4] 2> 2126913 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry
'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2126913 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2126913 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/./collection6/data/]
[junit4] 2> 2126968 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2127412 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2127412 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2127413 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2127414 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3231b737[collection6] main]
[junit4] 2> 2127414 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-001/collection6/conf
[junit4] 2> 2127415 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2127452 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2127461 INFO
(searcherExecutor-2566-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@3231b737[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2127465 WARN
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2127465 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2127465 WARN
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2127466 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2127466 WARN
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2127466 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 2127466 WARN
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 2127466 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2000623920
[junit4] 2> 2127466 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2127466 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2319c5c0: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@c573b96
[junit4] 2> 2127487 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2127487 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@21e7f5d: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3942706c
[junit4] 2> 2127503 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2127503 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@42abe316: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@7f84ca9a
[junit4] 2> 2127522 INFO
(coreCloseExecutor-2570-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@425d386a
[junit4] 2> 2127522 INFO
(coreCloseExecutor-2570-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1113405546
[junit4] 2> 2127522 INFO
(coreCloseExecutor-2570-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@206014fe: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@4d3916e
[junit4] 2> 2127538 INFO
(coreCloseExecutor-2570-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@60ec67c7
[junit4] 2> 2127538 INFO
(coreCloseExecutor-2570-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@5ade6a0a
[junit4] 2> 2127538 INFO
(coreCloseExecutor-2570-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@5d3e9f8f
[junit4] 2> 2127541 INFO
(coreCloseExecutor-2570-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1626105799
[junit4] 2> 2127541 INFO
(coreCloseExecutor-2570-thread-2-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@58ccea11: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6f1222ac
[junit4] 2> 2127596 INFO
(coreCloseExecutor-2570-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@530e1549
[junit4] 2> 2127671 INFO
(coreCloseExecutor-2570-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=1524525578
[junit4] 2> 2127671 INFO
(coreCloseExecutor-2570-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2a5c7202: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@4587ee7a
[junit4] 2> 2127763 INFO
(coreCloseExecutor-2570-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=1564385167
[junit4] 2> 2127790 INFO
(coreCloseExecutor-2570-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@30b32849: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@2cb4654b
[junit4] 2> 2127888 INFO
(coreCloseExecutor-2570-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=1393431881
[junit4] 2> 2127888 INFO
(coreCloseExecutor-2570-thread-5-processing-x:collection4) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4807c0fe: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@44f4da1f
[junit4] 2> 2128034 INFO
(TEST-TestLazyCores.testCreateSame-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
[junit4] 2> 2128107 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 2128220 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/solr.xml
[junit4] 2> 2128240 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2128240 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2128241 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2128386 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2128437 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2128437 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2128440 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2128731 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2128841 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2128946 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2128987 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2128987 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2129023 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2129023 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 2129023 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2129023 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2129023 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection5],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection5/data/]
[junit4] 2> 2129026 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2129039 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2129039 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 2129039 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2129039 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2129039 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection1/data/]
[junit4] 2> 2129041 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2129058 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2129072 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2129072 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 2129075 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2129075 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2129075 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection2/data/]
[junit4] 2> 2129131 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2129600 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2129600 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2129601 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2129602 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4cd16243[collection1] main]
[junit4] 2> 2129602 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection1/conf
[junit4] 2> 2129603 INFO
(coreLoadExecutor-2577-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2129613 INFO
(searcherExecutor-2579-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4cd16243[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2129636 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2129637 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2129638 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2129638 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6000d9ac[collection5] main]
[junit4] 2> 2129639 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection5/conf
[junit4] 2> 2129639 INFO
(coreLoadExecutor-2577-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2129639 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2129639 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2129654 INFO
(searcherExecutor-2578-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@6000d9ac[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2129654 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2129673 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@897aa52[collection2] main]
[junit4] 2> 2129674 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection2/conf
[junit4] 2> 2129674 INFO
(coreLoadExecutor-2577-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2129675 INFO
(searcherExecutor-2580-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@897aa52[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2129922 INFO (Thread-1307) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2129962 INFO (Thread-1307) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2129998 INFO (Thread-1307) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2129998 INFO (Thread-1307) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 2130011 INFO (Thread-1307) [ x:collection3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2130011 INFO (Thread-1307) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2130011 INFO (Thread-1307) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection3],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/./collection3/data/]
[junit4] 2> 2130049 INFO (Thread-1307) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2130397 INFO (Thread-1307) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2130397 INFO (Thread-1307) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2130398 INFO (Thread-1307) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2130399 INFO (Thread-1307) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@11e05a43[collection3] main]
[junit4] 2> 2130399 INFO (Thread-1307) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-002/collection3/conf
[junit4] 2> 2130399 INFO (Thread-1307) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2130426 INFO
(searcherExecutor-2590-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@11e05a43[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2130451 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1609722956
[junit4] 2> 2130451 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2130451 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@462b40e4: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@3472f024
[junit4] 2> 2130488 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2130488 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@398592f0: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3942706c
[junit4] 2> 2130491 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2130491 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@af966a8: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@7f84ca9a
[junit4] 2> 2130524 INFO
(coreCloseExecutor-2594-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@33431fa2
[junit4] 2> 2130524 INFO
(coreCloseExecutor-2594-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=860037026
[junit4] 2> 2130524 INFO
(coreCloseExecutor-2594-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ec091fc: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@682cd8fc
[junit4] 2> 2130536 INFO
(coreCloseExecutor-2594-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@370a3eb6
[junit4] 2> 2130537 INFO
(coreCloseExecutor-2594-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@cb30898
[junit4] 2> 2130537 INFO
(coreCloseExecutor-2594-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@7bbbf24
[junit4] 2> 2130562 INFO
(coreCloseExecutor-2594-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=923418294
[junit4] 2> 2130562 INFO
(coreCloseExecutor-2594-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@22bc6458: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@3c4585a5
[junit4] 2> 2130654 INFO
(coreCloseExecutor-2594-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=213059736
[junit4] 2> 2130654 INFO
(coreCloseExecutor-2594-thread-3-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@51d870f9: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@65b96045
[junit4] 2> 2130673 INFO
(coreCloseExecutor-2594-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=129744676
[junit4] 2> 2130673 INFO
(coreCloseExecutor-2594-thread-4-processing-x:collection4) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@34bc74ee: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@161d231e
[junit4] 2> 2130886 INFO
(TEST-TestLazyCores.testRace-seed#[9C850E57218A8495]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 2130927 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 2131023 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2131315 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2131352 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2131352 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2131389 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003
[junit4] 2> 2131389 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [badConfig1,
badSchema2, badSchema1, core2, badConfig2, core1]
[junit4] 2> 2131389 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 2147483647 transient cores
[junit4] 2> 2131547 INFO
(coreLoadExecutor-2601-thread-3-processing-x:collection4) [ x:badSchema1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2131557 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:badConfig1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2131584 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:badSchema2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2131633 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2131940 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:badSchema2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2131943 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:badConfig2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2131962 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 2131976 INFO
(coreLoadExecutor-2601-thread-3-processing-x:collection4) [ x:badSchema1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2131997 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2131997 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core2,
trusted=true
[junit4] 2> 2131997 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry
'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2131998 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2131998 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core2/data/]
[junit4] 2> 2132000 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2132163 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2132235 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 2132253 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2132254 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core1,
trusted=true
[junit4] 2> 2132254 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry
'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2132254 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2132254 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core1/data/]
[junit4] 2> 2132269 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=49.9755859375,
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=17.602769174143585,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.553127150464723
[junit4] 2> 2132388 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2132388 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2132389 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2132403 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6aae782b[core2] main]
[junit4] 2> 2132404 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core2/conf
[junit4] 2> 2132404 INFO
(coreLoadExecutor-2601-thread-1-processing-x:collection4) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2132405 INFO
(searcherExecutor-2602-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@6aae782b[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2132636 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2132636 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2132637 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2132637 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@618365f6[core1] main]
[junit4] 2> 2132638 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/core1/conf
[junit4] 2> 2132638 INFO
(coreLoadExecutor-2601-thread-2-processing-x:collection4) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2132723 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2132723 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@607449b7 commitCommandVersion:0
[junit4] 2> 2132729 INFO
(searcherExecutor-2603-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@618365f6[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2133181 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@33445c3e[core1] main]
[junit4] 2> 2133182 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2133183 INFO
(searcherExecutor-2603-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@33445c3e[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
[junit4] 2> 2133202 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=1
[junit4] 2> 2133217 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=12
[junit4] 2> 2133218 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2133218 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2133309 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2133381 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 2133383 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2133383 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig1,
trusted=true
[junit4] 2> 2133384 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2133420 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2133456 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig1/data/]
[junit4] 2> 2133492 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=48.064453125,
floorSegmentMB=2.099609375, forceMergeDeletesPctAllowed=10.017767710295239,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.63482209674782
[junit4] 2> 2133933 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2133933 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2133934 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2133935 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5efb5b75[badConfig1]
main]
[junit4] 2> 2133935 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig1/conf
[junit4] 2> 2133936 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2133970 INFO
(searcherExecutor-2616-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@5efb5b75[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2134044 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 2134281 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 2134337 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2134337 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig2,
trusted=true
[junit4] 2> 2134337 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@49c18a19
[junit4] 2> 2134338 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2134338 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig2/data/]
[junit4] 2> 2134373 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2134574 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2134574 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2134575 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2134593 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bc5b9b2[badConfig2]
main]
[junit4] 2> 2134593 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001/tempDir-003/badConfig2/conf
[junit4] 2> 2134594 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C850E
[...truncated too long message...]
69-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=545033327
[junit4] 2> 2171659 INFO
(coreCloseExecutor-2869-thread-1-processing-x:collection4) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bc7f38c: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@44000ff4
[junit4] 2> 2171671 INFO
(coreCloseExecutor-2869-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@24827eb4
[junit4] 2> 2171673 INFO
(coreCloseExecutor-2869-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=612531892
[junit4] 2> 2171673 INFO
(coreCloseExecutor-2869-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b17bcf2: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@720e1d79
[junit4] 2> 2171693 INFO
(TEST-TestLazyCores.testMidUseUnload-seed#[9C850E57218A8495]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
[junit4] 2> 2171693 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2171694 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=864898407
[junit4] 2> 2171694 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2171694 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2171694 INFO
(SUITE-TestLazyCores-seed#[9C850E57218A8495]-worker) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9C850E57218A8495-001
[junit4] 2> Nov 24, 2017 9:58:54 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Nov 24, 2017 9:59:14 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=6843, name=searcherExecutor-2706-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Nov 24, 2017 9:59:14 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=6843, name=searcherExecutor-2706-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Nov 24, 2017 9:59:17 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=6843, name=searcherExecutor-2706-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=uk, timezone=Etc/GMT-4
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=2,free=237924848,total=454033408
[junit4] 2> NOTE: All tests run in this JVM:
[SuggestComponentContextFilterQueryTest, BasicAuthStandaloneTest,
NotRequiredUniqueKeyTest, SchemaVersionSpecificBehaviorTest,
LegacyCloudClusterPropTest, HdfsBasicDistributedZkTest,
TestAtomicUpdateErrorCases, DeleteLastCustomShardedReplicaTest,
TestCloudRecovery, DOMUtilTest, CoreMergeIndexesAdminHandlerTest,
TestOmitPositions, ManagedSchemaRoundRobinCloudTest, TestXmlQParser,
TestSolr4Spatial2, TestConfigReload, TestExclusionRuleCollectionAccess,
TestDeleteCollectionOnDownNodes, TestCloudNestedDocsSort,
TestNumericTokenStream, TestExpandComponent,
PeerSyncWithIndexFingerprintCachingTest, SearchRateTriggerTest,
CollectionTooManyReplicasTest, TestDynamicLoading, TestNumericTerms64,
TestFieldCacheWithThreads, ConjunctionSolrSpellCheckerTest,
TestPKIAuthenticationPlugin, PolyFieldTest, HighlighterConfigTest,
AutoAddReplicasIntegrationTest, TestIntervalFaceting, TestJsonFacets,
MoreLikeThisHandlerTest, HdfsWriteToMultipleCollectionsTest,
TestJmxIntegration, RuleEngineTest, TestBinaryResponseWriter, TestLockTree,
FullHLLTest, ComputePlanActionTest, TestStressReorder, ZkCLITest,
TestConfigOverlay, BlockJoinFacetRandomTest, TestStandardQParsers, TestSolrXml,
SolrSlf4jReporterTest, TestReRankQParserPlugin, TestShardHandlerFactory,
NumericFieldsTest, TestFastLRUCache, BigEndianAscendingWordSerializerTest,
TriLevelCompositeIdRoutingTest, TestZkAclsWithHadoopAuth,
TestReplicaProperties, TestUnifiedSolrHighlighter, TestSearcherReuse,
TriggerIntegrationTest, HdfsThreadLeakTest, TestManagedSynonymFilterFactory,
SpatialRPTFieldTypeTest, TestPushWriter, TestFilteredDocIdSet,
ClusterStateUpdateTest, TolerantUpdateProcessorTest,
OverriddenZkACLAndCredentialsProvidersTest, DistributedTermsComponentTest,
CoreSorterTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=9C850E57218A8495 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=uk -Dtests.timezone=Etc/GMT-4 -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=6843, name=searcherExecutor-2706-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([9C850E57218A8495]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=6843, name=searcherExecutor-2706-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([9C850E57218A8495]:0)
[junit4] Completed [234/749 (2!)] on J1 in 71.30s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 48971 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]