Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/661/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
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([F748498E182CFCA6:2828E85FD30B9F03]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
... 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=14901, name=searcherExecutor-6135-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=14901, name=searcherExecutor-6135-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([F748498E182CFCA6]: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=14901, name=searcherExecutor-6135-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=14901, name=searcherExecutor-6135-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([F748498E182CFCA6]:0)
Build Log:
[...truncated 12019 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/init-core-data-001
[junit4] 2> 2021072 INFO
(SUITE-TestLazyCores-seed#[F748498E182CFCA6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2021083 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
[junit4] 2> 2021114 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 2021115 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 2021179 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021181 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021204 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021205 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2021208 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2021209 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021212 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection1
[junit4] 2> 2021213 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection1/data/]
[junit4] 2> 2021216 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021217 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2021217 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection5
[junit4] 2> 2021217 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2021219 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection5/data/]
[junit4] 2> 2021224 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021224 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2021225 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection2
[junit4] 2> 2021226 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection2/data/]
[junit4] 2> 2021228 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2021356 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021356 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021357 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021357 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021357 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2021357 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2021359 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@143c595c[collection1] main]
[junit4] 2> 2021359 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@21c69332[collection2] main]
[junit4] 2> 2021359 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection2/conf
[junit4] 2> 2021359 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection1/conf
[junit4] 2> 2021360 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021360 INFO (coreLoadExecutor-6034-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021360 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021360 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021360 INFO (coreLoadExecutor-6034-thread-2) [
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 2021360 INFO
(searcherExecutor-6035-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@143c595c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021360 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2021360 INFO
(searcherExecutor-6037-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@21c69332[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021363 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@63e9ba0d[collection5] main]
[junit4] 2> 2021363 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection5/conf
[junit4] 2> 2021363 INFO (coreLoadExecutor-6034-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021363 INFO
(searcherExecutor-6036-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@63e9ba0d[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021386 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021397 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 2021402 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021404 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection4
[junit4] 2> 2021405 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection4/data/]
[junit4] 2> 2021407 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7229811415512749]
[junit4] 2> 2021488 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021488 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021489 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=36.1455078125,
floorSegmentMB=1.3466796875, forceMergeDeletesPctAllowed=18.505554409889008,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2021491 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6e93b5ba[collection4] main]
[junit4] 2> 2021491 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-001/collection4/conf
[junit4] 2> 2021491 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021492 INFO
(searcherExecutor-6047-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@6e93b5ba[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021493 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2021493 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e127122
[junit4] 2> 2021519 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6583549c[collection4] main]
[junit4] 2> 2021519 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2021519 INFO
(searcherExecutor-6047-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@6583549c[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 2021521 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2021527 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=1
[junit4] 2> 2021527 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2021528 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.S.Request [collection4] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2021528 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2021529 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1453026767
[junit4] 2> 2021530 INFO
(coreCloseExecutor-6051-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5679d881
[junit4] 2> 2021532 INFO
(coreCloseExecutor-6051-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@63e8ec9f
[junit4] 2> 2021535 INFO
(coreCloseExecutor-6051-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@710a8fc4
[junit4] 2> 2021535 INFO
(coreCloseExecutor-6051-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@4d6205af
[junit4] 2> 2021538 INFO
(coreCloseExecutor-6051-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 2021540 INFO
(coreCloseExecutor-6051-thread-2-processing-x:collection4) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 2021542 INFO
(coreCloseExecutor-6051-thread-4-processing-x:collection4) [ x:collection2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 2021544 INFO
(coreCloseExecutor-6051-thread-3-processing-x:collection4) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 2021545 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2021545 INFO
(TEST-TestLazyCores.testLazySearch-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
[junit4] 2> 2021550 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 2021589 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP
client with params: socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 2021651 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions
underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002
[junit4] 2> 2021652 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [core1, badConfig2,
badSchema1, core2, badConfig1, badSchema2]
[junit4] 2> 2021670 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021672 INFO
(coreLoadExecutor-6058-thread-3-processing-x:collection4) [ x:badSchema1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021674 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:badConfig2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2021680 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 2021682 INFO
(coreLoadExecutor-6058-thread-3-processing-x:collection4) [ x:badSchema1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2021685 INFO
(coreLoadExecutor-6058-thread-3-processing-x:collection4) [ x:badConfig1]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2021699 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021705 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021710 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core1
[junit4] 2> 2021711 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core1/data/]
[junit4] 2> 2021713 INFO
(coreLoadExecutor-6058-thread-3-processing-x:collection4) [ x:badSchema2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021714 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 2021715 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2021718 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021719 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core2
[junit4] 2> 2021720 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core2/data/]
[junit4] 2> 2021722 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2021724 INFO
(coreLoadExecutor-6058-thread-3-processing-x:collection4) [ x:badSchema2]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 2021818 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021818 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021819 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2021820 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4290317b[core1] main]
[junit4] 2> 2021820 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core1/conf
[junit4] 2> 2021822 INFO
(coreLoadExecutor-6058-thread-1-processing-x:collection4) [ x:core1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021822 INFO
(searcherExecutor-6059-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@4290317b[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021822 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021823 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021823 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2021825 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e3b8491[core2] main]
[junit4] 2> 2021825 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/core2/conf
[junit4] 2> 2021825 INFO
(coreLoadExecutor-6058-thread-2-processing-x:collection4) [ x:core2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021826 INFO
(searcherExecutor-6060-thread-1-processing-x:core2) [ x:core2]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@5e3b8491[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021828 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2021828 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@688dc9aa
[junit4] 2> 2021853 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fb0b105[core1] main]
[junit4] 2> 2021853 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2021853 INFO
(searcherExecutor-6059-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@4fb0b105[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 2021854 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2021854 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2021855 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2021855 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2021881 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2021891 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 2021897 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2021900 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig1
[junit4] 2> 2021902 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig1/data/]
[junit4] 2> 2021904 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=2.53125,
floorSegmentMB=1.7626953125, forceMergeDeletesPctAllowed=27.100838716678396,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=1.5078125, noCFSRatio=1.0
[junit4] 2> 2021990 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2021990 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2021991 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6630728778567504]
[junit4] 2> 2021992 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@11e76b3a[badConfig1]
main]
[junit4] 2> 2021992 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig1/conf
[junit4] 2> 2021993 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2021993 INFO
(searcherExecutor-6073-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@11e76b3a[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2021993 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCores Opening transient core badConfig1
[junit4] 2> 2022011 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022041 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 2022045 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022049 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig2
[junit4] 2> 2022049 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig2/data/]
[junit4] 2> 2022051 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=40, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=29.208984375,
floorSegmentMB=2.12890625, forceMergeDeletesPctAllowed=14.062129120807747,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2022130 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022130 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022131 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2022131 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@46d83336[badConfig2]
main]
[junit4] 2> 2022132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badConfig2/conf
[junit4] 2> 2022132 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022132 INFO
(searcherExecutor-6077-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badConfig2] Registered new searcher
Searcher@46d83336[badConfig2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022133 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCores Opening transient core badConfig2
[junit4] 2> 2022148 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022160 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
[junit4] 2> 2022163 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022167 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema1
[junit4] 2> 2022168 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema1/data/]
[junit4] 2> 2022170 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=43.1455078125,
floorSegmentMB=0.333984375, forceMergeDeletesPctAllowed=2.812984507832774,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2022272 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022272 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022272 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3344754557380246]
[junit4] 2> 2022274 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@e97a371[badSchema1]
main]
[junit4] 2> 2022274 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema1/conf
[junit4] 2> 2022274 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022274 INFO
(searcherExecutor-6081-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@e97a371[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022275 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCores Opening transient core badSchema1
[junit4] 2> 2022292 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022303 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
[junit4] 2> 2022306 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022308 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema2
[junit4] 2> 2022309 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema2/data/]
[junit4] 2> 2022312 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=40, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=56.607421875,
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=3.897747575862105,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2689765018682412
[junit4] 2> 2022377 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022377 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022378 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.30618007451535806]
[junit4] 2> 2022379 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@27b5c0d0[badSchema2]
main]
[junit4] 2> 2022379 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-002/badSchema2/conf
[junit4] 2> 2022380 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022380 INFO
(searcherExecutor-6085-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badSchema2] Registered new searcher
Searcher@27b5c0d0[badSchema2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022380 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.SolrCores Opening transient core badSchema2
[junit4] 2> 2022386 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2022386 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@688dc9aa
[junit4] 2> 2022413 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@78594cba[core1] main]
[junit4] 2> 2022413 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2022413 INFO
(searcherExecutor-6059-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@78594cba[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.5.0):c7)))}
[junit4] 2> 2022414 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2022415 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2022415 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2022416 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.S.Request [core1] webapp=null path=null
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2022416 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2022417 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3c69d598
[junit4] 2> 2022443 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@64397a9d[badConfig1]
main]
[junit4] 2> 2022443 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2022443 INFO
(searcherExecutor-6073-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@64397a9d[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 2022445 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022445 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022446 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022446 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022447 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2022447 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@279e8e3a
[junit4] 2> 2022470 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@69df1ea8[badSchema1]
main]
[junit4] 2> 2022470 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2022470 INFO
(searcherExecutor-6081-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@69df1ea8[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
[junit4] 2> 2022471 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022472 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022472 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022473 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] 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> 2022473 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=1143306677
[junit4] 2> 2022473 INFO
(coreCloseExecutor-6095-thread-1-processing-x:collection4) [ x:core1]
o.a.s.c.SolrCore [core1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6953afac
[junit4] 2> 2022475 INFO
(coreCloseExecutor-6095-thread-3-processing-x:collection4) [ x:badConfig1]
o.a.s.c.SolrCore [badConfig1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b12e9c7
[junit4] 2> 2022475 INFO
(coreCloseExecutor-6095-thread-6-processing-x:collection4) [ x:badSchema2]
o.a.s.c.SolrCore [badSchema2] CLOSING SolrCore
org.apache.solr.core.SolrCore@719fdf73
[junit4] 2> 2022476 INFO
(coreCloseExecutor-6095-thread-5-processing-x:collection4) [ x:badSchema1]
o.a.s.c.SolrCore [badSchema1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1226ffb4
[junit4] 2> 2022475 INFO
(coreCloseExecutor-6095-thread-2-processing-x:collection4) [ x:core2]
o.a.s.c.SolrCore [core2] CLOSING SolrCore org.apache.solr.core.SolrCore@e4b23f
[junit4] 2> 2022478 INFO
(coreCloseExecutor-6095-thread-4-processing-x:collection4) [ x:badConfig2]
o.a.s.c.SolrCore [badConfig2] CLOSING SolrCore
org.apache.solr.core.SolrCore@71143a06
[junit4] 2> 2022481 INFO
(coreCloseExecutor-6095-thread-1-processing-x:collection4) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 2022481 INFO
(coreCloseExecutor-6095-thread-6-processing-x:collection4) [ x:badSchema2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema2
[junit4] 2> 2022485 INFO
(coreCloseExecutor-6095-thread-2-processing-x:collection4) [ x:core2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 2022485 INFO
(coreCloseExecutor-6095-thread-4-processing-x:collection4) [ x:badConfig2]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig2
[junit4] 2> 2022485 INFO
(coreCloseExecutor-6095-thread-3-processing-x:collection4) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig1
[junit4] 2> 2022486 INFO
(coreCloseExecutor-6095-thread-5-processing-x:collection4) [ x:badSchema1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema1
[junit4] 2> 2022487 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2022487 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F748498E182CFCA6]) [
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
[junit4] 2> 2022492 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
[junit4] 2> 2022520 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 2022520 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 2022597 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022603 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022605 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 2022607 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022609 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection5
[junit4] 2> 2022610 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection5/data/]
[junit4] 2> 2022611 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2022613 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 2022641 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022643 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022643 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection2
[junit4] 2> 2022643 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection2/data/]
[junit4] 2> 2022646 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2022652 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 2022655 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022656 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection1
[junit4] 2> 2022656 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection1/data/]
[junit4] 2> 2022658 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=48.515625,
floorSegmentMB=2.021484375, forceMergeDeletesPctAllowed=4.0178799964700405,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249290960389059
[junit4] 2> 2022770 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022770 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022771 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2022771 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022771 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022772 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2022773 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@16468085[collection2] main]
[junit4] 2> 2022773 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection2/conf
[junit4] 2> 2022773 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022773 INFO
(coreLoadExecutor-6102-thread-2-processing-x:collection4) [ x:collection2]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 2022774 INFO
(searcherExecutor-6104-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@16468085[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022774 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@535aeca8[collection5] main]
[junit4] 2> 2022775 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection5/conf
[junit4] 2> 2022775 INFO
(coreLoadExecutor-6102-thread-3-processing-x:collection4) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022775 INFO
(searcherExecutor-6103-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@535aeca8[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022786 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022786 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022787 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=63.8955078125,
floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=27.458074056080626,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5686953539475289
[junit4] 2> 2022787 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@391d3aa4[collection1] main]
[junit4] 2> 2022788 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection1/conf
[junit4] 2> 2022788 INFO
(coreLoadExecutor-6102-thread-1-processing-x:collection4) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022789 INFO
(searcherExecutor-6105-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@391d3aa4[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022826 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022835 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 2022838 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022842 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection3
[junit4] 2> 2022843 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection3/data/]
[junit4] 2> 2022846 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=510695114,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2022924 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2022925 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2022926 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=756968464,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2022927 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4964bcb8[collection3] main]
[junit4] 2> 2022928 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection3/conf
[junit4] 2> 2022928 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2022928 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 2022928 INFO
(searcherExecutor-6115-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@4964bcb8[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2022944 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2022955 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 2022973 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2022975 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection6
[junit4] 2> 2022976 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection6],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection6/data/]
[junit4] 2> 2022980 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=7.0703125,
floorSegmentMB=1.2587890625, forceMergeDeletesPctAllowed=19.417128313396272,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2023073 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2023073 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2023074 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1683097551,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2023075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@78835e76[collection6] main]
[junit4] 2> 2023075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection6/conf
[junit4] 2> 2023075 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2023076 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 2023079 INFO
(searcherExecutor-6119-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@78835e76[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2023092 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2023102 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 2023108 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2023111 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection7
[junit4] 2> 2023112 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection7],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection7/data/]
[junit4] 2> 2023115 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@b3a5aab
[junit4] 2> 2023228 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2023228 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2023229 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=50.8740234375,
floorSegmentMB=1.060546875, forceMergeDeletesPctAllowed=15.052940374354634,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2023230 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@b0d5a82[collection7] main]
[junit4] 2> 2023231 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection7/conf
[junit4] 2> 2023231 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2023231 INFO
(searcherExecutor-6123-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@b0d5a82[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2023232 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCores Opening transient core collection7
[junit4] 2> 2023246 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2023275 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 2023280 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2023283 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection8
[junit4] 2> 2023283 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection8],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection8/data/]
[junit4] 2> 2023288 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=83.7841796875,
floorSegmentMB=1.212890625, forceMergeDeletesPctAllowed=17.61917127004447,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2023374 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2023374 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2023374 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2023376 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1345de6a[collection8] main]
[junit4] 2> 2023377 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F748498E182CFCA6-001/tempDir-003/collection8/conf
[junit4] 2> 2023377 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2023377 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCores Opening transient core collection8
[junit4] 2> 2023377 INFO
(searcherExecutor-6127-thread-1-processing-x:collection4) [ x:collection4]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@1345de6a[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2023377 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrCores Closing transient core [collection2]
[junit4] 2> 2023395 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 2023406 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 2023411 INFO
(TEST-TestLazyCores.testNoCommit-seed#[F748498E182CFCA6]) [ x:collection4]
o.a.s.s.Inde
[...truncated too long message...]
] 2> 1) Thread[id=14901, name=searcherExecutor-6135-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 11, 2017 5:00:30 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=14901, name=searcherExecutor-6135-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{v_t=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
v_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
v_f=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1696,
maxMBSortInHeap=7.718484110145897,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=mt,
timezone=America/Indiana/Vevay
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=2,free=93109944,total=383336448
[junit4] 2> NOTE: All tests run in this JVM: [RecoveryZkTest,
StatelessScriptUpdateProcessorFactoryTest, TestReloadDeadlock, HLLUtilTest,
SuggestComponentContextFilterQueryTest, TestHighFrequencyDictionaryFactory,
TestDFISimilarityFactory, ClassificationUpdateProcessorTest,
ParsingFieldUpdateProcessorsTest, TestCSVLoader, ChaosMonkeyNothingIsSafeTest,
TestManagedSynonymFilterFactory, TestPartialUpdateDeduplication,
TestSystemCollAutoCreate, ShufflingReplicaListTransformerTest,
TestApiFramework, TestOverriddenPrefixQueryForCustomFieldType,
TestStressVersions, TestSort, ResponseLogComponentTest, TestFieldSortValues,
TestHighlightDedupGrouping, TestCryptoKeys, SpatialFilterTest,
ResponseHeaderTest, SimplePostToolTest, TestExportWriter, OverseerTest,
SystemInfoHandlerTest, UUIDUpdateProcessorFallbackTest, CursorMarkTest,
TestLeaderInitiatedRecoveryThread, AddBlockUpdateTest,
ClassificationUpdateProcessorFactoryTest, DirectUpdateHandlerTest,
DirectSolrConnectionTest, TestLRUCache, TestGraphTermsQParserPlugin,
TestChildDocTransformer, TestCollapseQParserPlugin,
TestEmbeddedSolrServerConstructors, LeaderElectionContextKeyTest,
TestPivotHelperCode, TestAnalyzeInfixSuggestions, TestLFUCache,
TestDocumentBuilder, TestSizeLimitedDistributedMap,
TlogReplayBufferedWhileIndexingTest, TermsComponentTest, TestStressReorder,
PrimitiveFieldTypeTest, TestStressRecovery, HdfsWriteToMultipleCollectionsTest,
ClusterStateUpdateTest, TestSurroundQueryParser, TestBM25SimilarityFactory,
PrimUtilsTest, HdfsChaosMonkeySafeLeaderTest, TestOnReconnectListenerSupport,
BlockJoinFacetDistribTest, TestCollationFieldDocValues,
TestReloadAndDeleteDocs, TestReRankQParserPlugin, ZkCLITest, TestCollectionAPI,
HardAutoCommitTest, TestPseudoReturnFields,
PeerSyncWithIndexFingerprintCachingTest, TestExactStatsCache,
DocumentBuilderTest, TestAddFieldRealTimeGet,
TestExclusionRuleCollectionAccess, SyncSliceTest, TestUpdate,
QueryElevationComponentTest, SolrTestCaseJ4Test, RuleEngineTest,
DistributedSuggestComponentTest, SOLR749Test, TestRemoteStreaming,
TestDelegationWithHadoopAuth, TestComponentsName, HdfsDirectoryTest,
TestStressUserVersions, TestCoreContainer,
AddSchemaFieldsUpdateProcessorFactoryTest, SmileWriterTest, DateFieldTest,
CreateCollectionCleanupTest, TestPostingsSolrHighlighter,
TestScoreJoinQPNoScore, HdfsNNFailoverTest, BasicAuthIntegrationTest,
TestBulkSchemaConcurrent, TestTestInjection, SuggesterFSTTest,
SolrMetricReporterTest, TestSolr4Spatial2, CursorPagingTest,
TestFieldCacheSort, TestJsonRequest, FileUtilsTest, TestGroupingSearch,
TestUniqueKeyFieldResource, OverseerRolesTest, DistribJoinFromCollectionTest,
TestFieldCacheVsDocValues, TestNumericTerms64,
DistributedFacetPivotLongTailTest, DeleteNodeTest, DistribCursorPagingTest,
EnumFieldTest, TestGraphMLResponseWriter, CdcrBootstrapTest,
CleanupOldIndexTest, DocExpirationUpdateProcessorFactoryTest,
OverseerTaskQueueTest, CoreAdminCreateDiscoverTest, TestCSVResponseWriter,
DOMUtilTest, WrapperMergePolicyFactoryTest, TestBinaryResponseWriter,
CoreMergeIndexesAdminHandlerTest, TestXmlQParser, SimpleMLTQParserTest,
TestJmxIntegration, TestBlobHandler, UnloadDistributedZkTest,
SchemaVersionSpecificBehaviorTest, RestartWhileUpdatingTest, SolrCoreTest,
TestSubQueryTransformerCrossCore, TestCursorMarkWithoutUniqueKey,
TestFastOutputStream, TestCloudRecovery, TestDocBasedVersionConstraints,
HdfsTlogReplayBufferedWhileIndexingTest, TestAuthorizationFramework,
TestDistribDocBasedVersion, DistributedSpellCheckComponentTest, PolyFieldTest,
TestDistribIDF, TestFieldResource, DocumentAnalysisRequestHandlerTest,
DocValuesTest, ReplaceNodeTest, ForceLeaderTest, TestSQLHandler,
DistributedFacetPivotSmallTest, NumericFieldsTest, TestReplicationHandler,
TestRequestStatusCollectionAPI, TestInitQParser,
DistributedFacetExistsSmallTest, TestConfigSets, HdfsSyncSliceTest,
TestJsonFacetRefinement, TestSolrQueryParserDefaultOperatorResource,
SynonymTokenizerTest, ZkControllerTest, TestHdfsUpdateLog, BitVectorTest,
TestSimpleQParserPlugin, TestSegmentSorting, TestManagedSchemaAPI,
TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=F748498E182CFCA6 -Dtests.slow=true -Dtests.locale=mt
-Dtests.timezone=America/Indiana/Vevay -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=14901, name=searcherExecutor-6135-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([F748498E182CFCA6]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=14901, name=searcherExecutor-6135-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([F748498E182CFCA6]:0)
[junit4] Completed [355/691 (1!)] on J0 in 33.43s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 63349 lines...]
-documentation-lint:
[jtidy] Checking for broken html (such as invalid tags)...
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/build/jtidy_tmp
[echo] Checking for broken links...
[exec]
[exec] Crawl/parse...
[exec]
[exec] Verify...
[echo] Checking for malformed docs...
[exec]
[exec]
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/docs/solr-solrj/overview-summary.html
[exec] missing: org.apache.solr.client.solrj.io.eval
[exec]
[exec] Missing javadocs were found!
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:775: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:101: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:654: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:670: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:2490:
exec returned: 1
Total time: 73 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]