Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/231/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
3 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([9C0FC8D451123117:436F69059A3552B2]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=20992, name=searcherExecutor-7945-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=20992, name=searcherExecutor-7945-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([9C0FC8D451123117]: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=20992, name=searcherExecutor-7945-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=20992, name=searcherExecutor-7945-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([9C0FC8D451123117]:0)
Build Log:
[...truncated 12995 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/init-core-data-001
[junit4] 2> 2278800 WARN
(SUITE-TestLazyCores-seed#[9C0FC8D451123117]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
[junit4] 2> 2278800 INFO
(SUITE-TestLazyCores-seed#[9C0FC8D451123117]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2278805 INFO
(SUITE-TestLazyCores-seed#[9C0FC8D451123117]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 2278805 INFO
(SUITE-TestLazyCores-seed#[9C0FC8D451123117]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2278806 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 2278824 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2278864 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2278870 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2278870 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2278876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001
[junit4] 2> 2278876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.c.CorePropertiesLocator Cores are: [badConfig1, badConfig2, badSchema1,
badSchema2, core1, core2]
[junit4] 2> 2278876 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2278891 INFO (coreLoadExecutor-7678-thread-3) [
x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2278902 INFO (coreLoadExecutor-7678-thread-1) [
x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2278902 INFO (coreLoadExecutor-7678-thread-2) [
x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2278902 INFO (coreLoadExecutor-7678-thread-3) [
x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2278909 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2278910 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2278911 INFO (coreLoadExecutor-7678-thread-1) [
x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2278925 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 2278926 INFO (coreLoadExecutor-7678-thread-1) [
x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2278926 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 2278928 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2278928 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core2,
trusted=true
[junit4] 2> 2278928 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2278928 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core1,
trusted=true
[junit4] 2> 2278928 INFO (coreLoadExecutor-7678-thread-2) [ 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@4f60356
[junit4] 2> 2278929 INFO (coreLoadExecutor-7678-thread-3) [ 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@4f60356
[junit4] 2> 2278929 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2278929 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2278929 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core2/data/]
[junit4] 2> 2278929 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core1/data/]
[junit4] 2> 2278931 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2278931 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2278982 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2278982 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2278982 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2278982 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2278983 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2278983 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2278983 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@f2b8ca8[core1] main]
[junit4] 2> 2278983 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@728e2209[core2] main]
[junit4] 2> 2278983 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core2/conf
[junit4] 2> 2278984 INFO (coreLoadExecutor-7678-thread-2) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2278984 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/core1/conf
[junit4] 2> 2278984 INFO
(searcherExecutor-7679-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@728e2209[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2278985 INFO (coreLoadExecutor-7678-thread-3) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2278985 INFO
(searcherExecutor-7680-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@f2b8ca8[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2278986 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2278986 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@79db77b commitCommandVersion:0
[junit4] 2> 2278997 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@24b9e6a0[core1] main]
[junit4] 2> 2278997 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2278998 INFO (searcherExecutor-7680-thread-1) [ ]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@24b9e6a0[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
[junit4] 2> 2278999 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279003 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279003 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] 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> 2279003 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
] 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> 2279023 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279027 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 2279029 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279029 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig1,
trusted=true
[junit4] 2> 2279029 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279029 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279029 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig1/data/]
[junit4] 2> 2279032 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1609929198,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2279085 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279085 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279087 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=157054852,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2279088 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68a4ca4f[badConfig1]
main]
[junit4] 2> 2279089 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig1/conf
[junit4] 2> 2279090 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279092 INFO
(searcherExecutor-7693-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@68a4ca4f[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279113 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279118 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 2279121 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279121 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig2,
trusted=true
[junit4] 2> 2279121 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279121 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279122 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig2/data/]
[junit4] 2> 2279125 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8176460331000609]
[junit4] 2> 2279198 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279198 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279200 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.140625,
noCFSRatio=0.3568698959308836]
[junit4] 2> 2279200 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1360eaa0[badConfig2]
main]
[junit4] 2> 2279201 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badConfig2/conf
[junit4] 2> 2279201 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279202 INFO
(searcherExecutor-7697-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig2] Registered new searcher
Searcher@1360eaa0[badConfig2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279216 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279234 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
[junit4] 2> 2279238 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279238 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema1,
trusted=true
[junit4] 2> 2279238 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279238 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279238 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema1/data/]
[junit4] 2> 2279243 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=16, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=53.2158203125,
floorSegmentMB=1.1826171875, forceMergeDeletesPctAllowed=16.251494321998937,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2279295 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279295 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279300 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.24963363443541883]
[junit4] 2> 2279301 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@95712e6[badSchema1]
main]
[junit4] 2> 2279301 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema1/conf
[junit4] 2> 2279302 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279302 INFO
(searcherExecutor-7701-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@95712e6[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279315 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279319 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
[junit4] 2> 2279322 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279322 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using
configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema2,
trusted=true
[junit4] 2> 2279322 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279322 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279322 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema2/data/]
[junit4] 2> 2279325 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279377 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279377 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279378 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279379 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dbb1bee[badSchema2]
main]
[junit4] 2> 2279379 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-001/badSchema2/conf
[junit4] 2> 2279379 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279379 INFO
(searcherExecutor-7705-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema2] Registered new searcher
Searcher@5dbb1bee[badSchema2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279384 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2279384 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@79db77b commitCommandVersion:0
[junit4] 2> 2279394 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@693a53d[core1] main]
[junit4] 2> 2279394 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2279395 INFO
(searcherExecutor-7680-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@693a53d[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):c7)))}
[junit4] 2> 2279396 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279396 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279397 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] 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> 2279397 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] 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> 2279398 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2279398 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@773f5c34 commitCommandVersion:0
[junit4] 2> 2279407 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c617b5b[badConfig1]
main]
[junit4] 2> 2279408 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2279408 INFO
(searcherExecutor-7693-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@5c617b5b[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
[junit4] 2> 2279409 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279409 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279410 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2279410 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badConfig1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2279411 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2279411 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7a531d73 commitCommandVersion:0
[junit4] 2> 2279420 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d530ada[badSchema1]
main]
[junit4] 2> 2279420 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2279421 INFO
(searcherExecutor-7701-thread-1-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@1d530ada[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
[junit4] 2> 2279421 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2279422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2279422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.S.Request [badSchema1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2279422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=1704948740
[junit4] 2> 2279422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 2279422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4be0f7c4: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@1501ae08
[junit4] 2> 2279426 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 2279426 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1ce808e8: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3d12bd23
[junit4] 2> 2279427 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 2279427 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2cf7da5d: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@3a8552fc
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.c.SolrCore [core2] CLOSING SolrCore
org.apache.solr.core.SolrCore@5a66f03c
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core2, tag=1516695612
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-1-processing-x:badConfig1) [ x:core2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@28e8a822: rootName = null,
domain = solr.core.core2, service url = null, agent id = null] for registry
solr.core.core2 / com.codahale.metrics.MetricRegistry@2f9c0f63
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.c.SolrCore [core1] CLOSING SolrCore org.apache.solr.core.SolrCore@727362d
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-3-processing-x:badConfig1) [ x:badSchema1]
o.a.s.c.SolrCore [badSchema1] CLOSING SolrCore
org.apache.solr.core.SolrCore@37b40106
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-4-processing-x:badConfig1) [ x:badSchema2]
o.a.s.c.SolrCore [badSchema2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2cbe00b2
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-5-processing-x:badConfig1) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] CLOSING SolrCore
org.apache.solr.core.SolrCore@39cd603c
[junit4] 2> 2279427 INFO
(coreCloseExecutor-7715-thread-6-processing-x:badConfig1) [ x:badConfig2]
o.a.s.c.SolrCore [badConfig2] CLOSING SolrCore
org.apache.solr.core.SolrCore@3595d03c
[junit4] 2> 2279435 INFO
(coreCloseExecutor-7715-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core1, tag=120010285
[junit4] 2> 2279435 INFO
(coreCloseExecutor-7715-thread-2-processing-x:badConfig1) [ x:core1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4edd532b: rootName = null,
domain = solr.core.core1, service url = null, agent id = null] for registry
solr.core.core1 / com.codahale.metrics.MetricRegistry@6ce39276
[junit4] 2> 2279440 INFO
(coreCloseExecutor-7715-thread-3-processing-x:badConfig1) [ x:badSchema1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badSchema1, tag=934543622
[junit4] 2> 2279440 INFO
(coreCloseExecutor-7715-thread-3-processing-x:badConfig1) [ x:badSchema1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@36a05e4a: rootName = null,
domain = solr.core.badSchema1, service url = null, agent id = null] for
registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@2059771b
[junit4] 2> 2279445 INFO
(coreCloseExecutor-7715-thread-4-processing-x:badConfig1) [ x:badSchema2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badSchema2, tag=750649522
[junit4] 2> 2279445 INFO
(coreCloseExecutor-7715-thread-4-processing-x:badConfig1) [ x:badSchema2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@205f7ba8: rootName = null,
domain = solr.core.badSchema2, service url = null, agent id = null] for
registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@577d62b8
[junit4] 2> 2279450 INFO
(coreCloseExecutor-7715-thread-5-processing-x:badConfig1) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badConfig1, tag=969760828
[junit4] 2> 2279450 INFO
(coreCloseExecutor-7715-thread-5-processing-x:badConfig1) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b76439b: rootName = null,
domain = solr.core.badConfig1, service url = null, agent id = null] for
registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@4d1b173f
[junit4] 2> 2279456 INFO
(coreCloseExecutor-7715-thread-6-processing-x:badConfig1) [ x:badConfig2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.badConfig2, tag=899010620
[junit4] 2> 2279456 INFO
(coreCloseExecutor-7715-thread-6-processing-x:badConfig1) [ x:badConfig2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@509448c5: rootName = null,
domain = solr.core.badConfig2, service url = null, agent id = null] for
registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@3d781e7c
[junit4] 2> 2279462 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9C0FC8D451123117]) [
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
[junit4] 2> 2279464 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 2279489 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/solr.xml
[junit4] 2> 2279494 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2279536 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279542 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279543 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279545 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2279561 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279562 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279579 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279585 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2279587 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2279588 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2279589 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279589 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection5,
trusted=true
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ 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@4f60356
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection2,
trusted=true
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection5/data/]
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ 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@4f60356
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279590 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection2/data/]
[junit4] 2> 2279593 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279593 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279603 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279603 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection1,
trusted=true
[junit4] 2> 2279603 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ 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@4f60356
[junit4] 2> 2279604 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279604 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection1/data/]
[junit4] 2> 2279609 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279655 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279655 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279656 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279656 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279657 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279657 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279658 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@66275fd9[collection5] main]
[junit4] 2> 2279658 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection5/conf
[junit4] 2> 2279659 INFO
(coreLoadExecutor-7722-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279659 INFO
(searcherExecutor-7723-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@66275fd9[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279659 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3f1606de[collection1] main]
[junit4] 2> 2279660 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection1/conf
[junit4] 2> 2279660 INFO
(coreLoadExecutor-7722-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279661 INFO
(searcherExecutor-7725-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3f1606de[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279662 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279662 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279662 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279663 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5d8ee8ef[collection2] main]
[junit4] 2> 2279663 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection2/conf
[junit4] 2> 2279663 INFO
(coreLoadExecutor-7722-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279664 INFO
(searcherExecutor-7724-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@5d8ee8ef[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279680 INFO (Thread-3273) [ x:collection3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279684 INFO (Thread-3273) [ x:collection3]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2279687 INFO (Thread-3273) [ x:collection3]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279687 INFO (Thread-3273) [ x:collection3]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection3,
trusted=true
[junit4] 2> 2279687 INFO (Thread-3273) [ 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@4f60356
[junit4] 2> 2279688 INFO (Thread-3273) [ x:collection3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279688 INFO (Thread-3273) [ x:collection3]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/./collection3/data/]
[junit4] 2> 2279690 INFO (Thread-3273) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279735 INFO (Thread-3273) [ x:collection3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279735 INFO (Thread-3273) [ x:collection3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279735 INFO (Thread-3273) [ x:collection3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279736 INFO (Thread-3273) [ x:collection3]
o.a.s.s.SolrIndexSearcher Opening [Searcher@c270dc4[collection3] main]
[junit4] 2> 2279736 INFO (Thread-3273) [ x:collection3]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-002/collection3/conf
[junit4] 2> 2279736 INFO (Thread-3273) [ x:collection3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279737 INFO
(searcherExecutor-7735-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@c270dc4[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279740 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1531878180
[junit4] 2> 2279740 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2279740 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@21c04e73: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@441742b3
[junit4] 2> 2279744 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2279744 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@34cc2f56: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@3d12bd23
[junit4] 2> 2279747 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2279747 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@48dfcaa0: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@3a8552fc
[junit4] 2> 2279747 INFO
(coreCloseExecutor-7739-thread-1-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@531cf604
[junit4] 2> 2279747 INFO
(coreCloseExecutor-7739-thread-1-processing-x:badConfig1) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1394406916
[junit4] 2> 2279747 INFO
(coreCloseExecutor-7739-thread-2-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6ac9f4c2
[junit4] 2> 2279747 INFO
(coreCloseExecutor-7739-thread-1-processing-x:badConfig1) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@44366865: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@7f2cac1f
[junit4] 2> 2279747 INFO
(coreCloseExecutor-7739-thread-3-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2273cca8
[junit4] 2> 2279747 INFO
(coreCloseExecutor-7739-thread-4-processing-x:badConfig1) [ x:collection3]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@26affa48
[junit4] 2> 2279752 INFO
(coreCloseExecutor-7739-thread-2-processing-x:badConfig1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1791620290
[junit4] 2> 2279752 INFO
(coreCloseExecutor-7739-thread-2-processing-x:badConfig1) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1db8db02: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@11a8e5da
[junit4] 2> 2279769 INFO
(coreCloseExecutor-7739-thread-3-processing-x:badConfig1) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection2, tag=578014376
[junit4] 2> 2279770 INFO
(coreCloseExecutor-7739-thread-3-processing-x:badConfig1) [ x:collection2]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3e82f7c4: rootName = null,
domain = solr.core.collection2, service url = null, agent id = null] for
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@4c5c31d
[junit4] 2> 2279775 INFO
(coreCloseExecutor-7739-thread-4-processing-x:badConfig1) [ x:collection3]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=649067080
[junit4] 2> 2279775 INFO
(coreCloseExecutor-7739-thread-4-processing-x:badConfig1) [ x:collection3]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@601cf282: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@2a8ec5f6
[junit4] 2> 2279781 INFO
(TEST-TestLazyCores.testRace-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 ###Ending testRace
[junit4] 2> 2279782 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 2279805 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/solr.xml
[junit4] 2> 2279810 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2279849 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279855 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279856 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279858 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2279875 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279875 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279877 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279881 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2279883 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2279884 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2279884 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279884 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection5,
trusted=true
[junit4] 2> 2279885 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ 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@4f60356
[junit4] 2> 2279885 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279885 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection5/data/]
[junit4] 2> 2279885 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279885 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection2,
trusted=true
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection1,
trusted=true
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ 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@4f60356
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ 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@4f60356
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection2/data/]
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279886 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection1/data/]
[junit4] 2> 2279888 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279889 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279890 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8791452053797103]
[junit4] 2> 2279956 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279956 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279956 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279956 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@38ec3e77[collection2] main]
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@79a61ee5[collection5] main]
[junit4] 2> 2279957 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection2/conf
[junit4] 2> 2279958 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection5/conf
[junit4] 2> 2279958 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2279958 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c608e3e[collection1] main]
[junit4] 2> 2279958 INFO
(coreLoadExecutor-7746-thread-2-processing-x:badConfig1) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279958 INFO
(coreLoadExecutor-7746-thread-3-processing-x:badConfig1) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279958 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection1/conf
[junit4] 2> 2279959 INFO
(searcherExecutor-7748-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@38ec3e77[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279959 INFO
(coreLoadExecutor-7746-thread-1-processing-x:badConfig1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2279959 INFO
(searcherExecutor-7747-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@79a61ee5[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279959 INFO
(searcherExecutor-7749-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1c608e3e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2279973 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2279977 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2279980 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2279980 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection3,
trusted=true
[junit4] 2> 2279980 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry
'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4f60356
[junit4] 2> 2279980 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2279980 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/collection3],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_9C0FC8D451123117-001/tempDir-003/./collection3/data/]
[junit4] 2> 2279983 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2280029 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2280029 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2280030 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2280030 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[9C0FC8D451123117]) [ x:badConfig1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3011cf99[collection3] main]
[junit4] 2> 2280030 INFO
[...truncated too long message...]
od)
[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> Oct 08, 2017 3:03:58 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=20992, name=searcherExecutor-7945-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Oct 08, 2017 3:04:01 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=20992, name=searcherExecutor-7945-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{v_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
v_s=PostingsFormat(name=Memory), v_f=FST50}, docValues:{},
maxPointsInLeafNode=2024, maxMBSortInHeap=6.603328902604197,
sim=RandomSimilarity(queryNorm=true): {}, locale=nl, timezone=Europe/Belgrade
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=2,free=283440056,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib,
SolrShardReporterTest, RequestHandlersTest, TestUniqueKeyFieldResource,
TestJsonFacetRefinement, BlockJoinFacetSimpleTest, SoftAutoCommitTest,
FastVectorHighlighterTest, TestCloudPivotFacet, CursorMarkTest,
HdfsRestartWhileUpdatingTest, TestReplicationHandlerBackup, HighlighterTest,
HLLUtilTest, TestFileDictionaryLookup, TestRandomFlRTGCloud, QueryParsingTest,
SearchHandlerTest, TestPerFieldSimilarityWithDefaultOverride,
TemplateUpdateProcessorTest, XsltUpdateRequestHandlerTest, TestManagedSchema,
DataDrivenBlockJoinTest, PrimitiveFieldTypeTest, StressHdfsTest,
TestConfigReload, DateMathParserTest, RequiredFieldsTest, HardAutoCommitTest,
TlogReplayBufferedWhileIndexingTest, SpatialRPTFieldTypeTest,
TestExceedMaxTermLength, TestManagedResource, SolrIndexSplitterTest,
TestDocTermOrds, TestReloadAndDeleteDocs, TestReversedWildcardFilterFactory,
TestPhraseSuggestions, TestLRUStatsCache, TestCloudInspectUtil,
ZkControllerTest, UpdateLogTest, SolrInfoBeanTest, RemoteQueryErrorTest,
BadCopyFieldTest, TestStressLiveNodes, SolrSlf4jReporterTest, TestStreamBody,
TestSQLHandlerNonCloud, TestXIncludeConfig,
CloneFieldUpdateProcessorFactoryTest, HdfsCollectionsAPIDistributedZkTest,
TestReplicationHandler, DateRangeFieldTest, TestConfigSetsAPIExclusivity,
TestSolrFieldCacheBean, TestSSLRandomization, BasicDistributedZkTest,
SimplePostToolTest, AnalyticsMergeStrategyTest, ChaosMonkeyNothingIsSafeTest,
SolrCoreMetricManagerTest, SolrTestCaseJ4Test, ConfigureRecoveryStrategyTest,
SuggestComponentTest, TestRetrieveFieldsOptimizer, TestRebalanceLeaders,
CollectionStateFormat2Test, ClusterStateUpdateTest, TestCollectionAPIs,
ZkCLITest, TestConfigSets, DirectSolrConnectionTest,
DistributedFacetPivotSmallAdvancedTest, TestJavabinTupleStreamParser,
TestStressCloudBlindAtomicUpdates, TestSkipOverseerOperations,
TestStressVersions, DeleteStatusTest, CheckHdfsIndexTest, DocValuesTest,
TestTolerantUpdateProcessorCloud, LeaderInitiatedRecoveryOnCommitTest,
JvmMetricsTest, TestUninvertingReader, CustomCollectionTest,
DistributedSpellCheckComponentTest, TestFaceting, HighlighterConfigTest,
SaslZkACLProviderTest, SliceStateTest, BitVectorTest, TestCloudRecovery,
ChangedSchemaMergeTest, TestCoreAdminApis, DistributedQueueTest,
TestSubQueryTransformerCrossCore, TestSortByMinMaxFunction, TestGroupingSearch,
CloudExitableDirectoryReaderTest, EnumFieldTest, AnalysisErrorHandlingTest,
TestFoldingMultitermQuery, TestLMDirichletSimilarityFactory,
HdfsUnloadDistributedZkTest, TestChildDocTransformer, TestExpandComponent,
XmlUpdateRequestHandlerTest, TestAuthorizationFramework, TestInitQParser,
SolrJmxReporterCloudTest, TestSolrDeletionPolicy2, TestDefaultStatsCache,
TestPHPSerializedResponseWriter, PrimUtilsTest, TestQuerySenderNoQuery,
PathHierarchyTokenizerFactoryTest, LeaderFailoverAfterPartitionTest,
TestQuerySenderListener, TestLFUCache, TestEmbeddedSolrServerAdminHandler,
CoreAdminHandlerTest, OverseerStatusTest, NumericFieldsTest, TestMacros,
DistributedQueryComponentOptimizationTest, DistributedExpandComponentTest,
TestFieldCacheSortRandom, CollectionsAPIAsyncDistributedZkTest,
BasicAuthStandaloneTest, TestManagedSchemaThreadSafety, ReplicationFactorTest,
StatsReloadRaceTest, SpatialFilterTest,
ConcurrentDeleteAndCreateCollectionTest, FieldAnalysisRequestHandlerTest,
HdfsBasicDistributedZk2Test, OverseerModifyCollectionTest,
URLClassifyProcessorTest, SuggesterWFSTTest, PeerSyncReplicationTest,
TestDistribDocBasedVersion, TestHighFrequencyDictionaryFactory, SolrCoreTest,
SmileWriterTest, TestGraphTermsQParserPlugin, TestHighlightDedupGrouping,
TestImplicitCoreProperties, TestClusterProperties,
UninvertDocValuesMergePolicyTest, BigEndianAscendingWordDeserializerTest,
TestPayloadScoreQParserPlugin, RAMDirectoryFactoryTest, HttpPartitionTest,
TestComplexPhraseQParserPlugin, TestMinMaxOnMultiValuedField, TestXmlQParser,
SpatialHeatmapFacetsTest, TestBackupRepositoryFactory, TestIBSimilarityFactory,
TestPullReplica, TestCustomDocTransformer, ZkStateReaderTest, NodeMutatorTest,
TestRestoreCore, TestJmxIntegration, TolerantUpdateProcessorTest,
TestStressRecovery, OverriddenZkACLAndCredentialsProvidersTest,
DeleteReplicaTest, MoveReplicaHDFSTest, TestLegacyTerms,
TestLeaderElectionWithEmptyReplica, HdfsDirectoryFactoryTest,
TestExactSharedStatsCache, TimeZoneUtilsTest, RulesTest,
TestCollationFieldDocValues, HdfsThreadLeakTest, SolrCloudExampleTest,
TestRangeQuery, QueryElevationComponentTest, BadIndexSchemaTest,
ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery,
BasicFunctionalityTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=9C0FC8D451123117 -Dtests.slow=true -Dtests.locale=nl
-Dtests.timezone=Europe/Belgrade -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=20992, name=searcherExecutor-7945-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([9C0FC8D451123117]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=20992, name=searcherExecutor-7945-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([9C0FC8D451123117]:0)
[junit4] Completed [430/734 (1!)] on J0 in 30.82s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 47856 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]