Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2792/
Java: 32bit/jdk-9-ea+153 -client -XX:+UseSerialGC
4 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=9315, name=searcherExecutor-4359-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at
java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=9315, name=searcherExecutor-4359-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([454E10FAB307D5E]: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=9315, name=searcherExecutor-4359-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at
java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=9315, name=searcherExecutor-4359-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([454E10FAB307D5E]:0)
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([454E10FAB307D5E:DB3440DE60171EFB]: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
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
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
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.base/java.lang.Thread.run(Thread.java:844)
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)
... 40 more
FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff
Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but
was:<Was: [4, Now: 5], Delta: 1>
at
__randomizedtesting.SeedInfo.seed([454E10FAB307D5E:C1422594BB86453E]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
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
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.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11311 lines...]
[junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_454E10FAB307D5E-001/init-core-data-001
[junit4] 2> 432026 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 432028 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 432029 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 432130 WARN
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 432132 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 432164 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 432253 WARN
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 432254 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 432283 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 432287 WARN
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 432290 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@87f467
[junit4] 2> 432290 WARN
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 432296 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@87f467
[junit4] 2> 432296 WARN
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 432296 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@87f467
[junit4] 2> 432298 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 432367 WARN (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 432368 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 432386 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 432447 WARN (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 432449 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 432467 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 432467 WARN (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 432467 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@87f467
[junit4] 2> 432467 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_454E10FAB307D5E-001/init-core-data-001/]
[junit4] 2> 432468 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87f467
[junit4] 2> 432469 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5331244952820963]
[junit4] 2> 432499 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 432499 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 432501 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 432501 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 432501 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@18db21
[junit4] 2> 432502 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ecbb3d[collection1] main]
[junit4] 2> 432502 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 432556 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 432794 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 432795 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 432796 INFO (coreLoadExecutor-2745-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558359982286569472
[junit4] 2> 432796 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 432796 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 432796 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 432798 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 432799 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 432799 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 432800 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
[junit4] 2> 432801 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 432801 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&wt=xml} status=0 QTime=0
[junit4] 2> 432802 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 432804 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 432805 INFO (searcherExecutor-2746-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1ecbb3d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 432809 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=0
[junit4] 2> 432811 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
[junit4] 2> 432812 INFO
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
[junit4] 2> 432814 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDiff
[junit4] 2> 432815 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=0
[junit4] 2> 432832 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=15
[junit4] 2> 432835 INFO
(TEST-MBeansHandlerTest.testDiff-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDiff
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MBeansHandlerTest
-Dtests.method=testDiff -Dtests.seed=454E10FAB307D5E -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=eu-ES -Dtests.timezone=Europe/Chisinau
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.03s J0 | MBeansHandlerTest.testDiff <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1,
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
[junit4] > at
__randomizedtesting.SeedInfo.seed([454E10FAB307D5E:C1422594BB86453E]:0)
[junit4] > at
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 432839 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[454E10FAB307D5E]) [
] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
[junit4] 2> 432862 INFO
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[454E10FAB307D5E]) [
] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
[junit4] 2> 432862 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 432862 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=14652067
[junit4] 2> 432862 INFO (coreCloseExecutor-2751-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@143e335
[junit4] 2> 432889 INFO (coreCloseExecutor-2751-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 432892 INFO
(SUITE-MBeansHandlerTest-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.MBeansHandlerTest_454E10FAB307D5E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=371, maxMBSortInHeap=5.940288809783407,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=eu-ES,
timezone=Europe/Chisinau
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=134795696,total=357232640
[junit4] 2> NOTE: All tests run in this JVM: [TestManagedSchemaAPI,
HdfsDirectoryTest, BasicDistributedZkTest, TestFunctionQuery,
TestExceedMaxTermLength, ReturnFieldsTest,
PeerSyncWithIndexFingerprintCachingTest, TestPseudoReturnFields,
RestartWhileUpdatingTest, BlobRepositoryCloudTest, HighlighterConfigTest,
DistributedFacetPivotWhiteBoxTest, TestBinaryResponseWriter, TestRealTimeGet,
CloudMLTQParserTest, TestCopyFieldCollectionResource, OverseerTaskQueueTest,
TestIntervalFaceting, AsyncCallRequestStatusResponseTest,
TestSubQueryTransformerDistrib, TestBulkSchemaConcurrent, ResourceLoaderTest,
LeaderFailureAfterFreshStartTest, DefaultValueUpdateProcessorTest,
DistributedSuggestComponentTest, TestDFISimilarityFactory,
TestStandardQParsers, HdfsUnloadDistributedZkTest, TestStressLiveNodes,
NotRequiredUniqueKeyTest, TestHdfsCloudBackupRestore, ActionThrottleTest,
TestComplexPhraseLeadingWildcard, TestQueryWrapperFilter,
TestAddFieldRealTimeGet, SegmentsInfoRequestHandlerTest,
TestSolrConfigHandlerCloud, TestDistribIDF, TestShardHandlerFactory,
TestDocSet, DocumentAnalysisRequestHandlerTest, TestConfigOverlay,
TestFieldCacheSort, TestReRankQParserPlugin, CollectionTooManyReplicasTest,
SolrCoreTest, AnalyticsMergeStrategyTest, TestSolr4Spatial,
TestUniqueKeyFieldResource, TestIBSimilarityFactory, TestInitParams,
MBeansHandlerTest]
[junit4] Completed [156/683 (1!)] on J0 in 0.88s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 693 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/init-core-data-001
[junit4] 2> 1130670 INFO
(SUITE-TestLazyCores-seed#[454E10FAB307D5E]-worker) [ ] o.a.s.SolrTestCaseJ4
Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1130672 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 1130768 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1130770 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1130780 WARN (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1130780 WARN (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1130780 WARN (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1130781 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1130781 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1130781 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1130786 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1130786 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1130786 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1130788 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1130788 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1130788 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1130789 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection2
[junit4] 2> 1130789 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection1
[junit4] 2> 1130789 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection5
[junit4] 2> 1130789 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection5/data/]
[junit4] 2> 1130789 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection2/data/]
[junit4] 2> 1130789 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection1/data/]
[junit4] 2> 1130799 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1130800 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1130800 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1130842 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1130842 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1130842 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1130842 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1130842 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1130842 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1130843 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1130843 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1130843 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@10f4f1b[collection2] main]
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@54f696[collection1] main]
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1610cc[collection5] main]
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection2/conf
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection1/conf
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1130844 INFO (searcherExecutor-4210-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@10f4f1b[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1130844 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection5/conf
[junit4] 2> 1130844 INFO (searcherExecutor-4211-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@54f696[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1130845 INFO (coreLoadExecutor-4209-thread-2) [ ]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1130845 INFO (coreLoadExecutor-4209-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1130845 INFO (searcherExecutor-4212-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@1610cc[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1130852 WARN
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1130852 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1130857 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1130859 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1130859 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection3
[junit4] 2> 1130860 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection3/data/]
[junit4] 2> 1130864 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=80427181,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1130917 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1130917 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1130917 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1311828638,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1130918 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@156b715[collection3] main]
[junit4] 2> 1130919 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection3/conf
[junit4] 2> 1130919 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1130919 INFO (searcherExecutor-4222-thread-1) [ ]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@156b715[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1130919 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1130926 WARN
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1130926 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1130931 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1130933 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1130934 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection4
[junit4] 2> 1130934 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection4/data/]
[junit4] 2> 1130938 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=56.2880859375,
floorSegmentMB=0.9111328125, forceMergeDeletesPctAllowed=2.8620254771851927,
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1130971 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1130972 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1130972 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=650935130,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1130973 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e7a5fc[collection4] main]
[junit4] 2> 1130974 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-001/collection4/conf
[junit4] 2> 1130974 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1130974 INFO (searcherExecutor-4226-thread-1) [ ]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@1e7a5fc[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1130975 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17333265
[junit4] 2> 1130975 INFO (coreCloseExecutor-4230-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@8270d
[junit4] 2> 1130975 INFO (coreCloseExecutor-4230-thread-2) [ ]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@96c9bd
[junit4] 2> 1130975 INFO (coreCloseExecutor-4230-thread-3) [ ]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@ea0d01
[junit4] 2> 1130975 INFO (coreCloseExecutor-4230-thread-4) [ ]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@9c44e8
[junit4] 2> 1130975 INFO (coreCloseExecutor-4230-thread-5) [ ]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@39201f
[junit4] 2> 1130976 INFO (coreCloseExecutor-4230-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1130976 INFO (coreCloseExecutor-4230-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1130976 INFO (coreCloseExecutor-4230-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1130976 INFO (coreCloseExecutor-4230-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1130976 INFO (coreCloseExecutor-4230-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1130977 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1130977 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 1130978 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
[junit4] 2> 1131022 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1131033 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002
[junit4] 2> 1131033 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [core2, badConfig2, core1, badSchema1,
badConfig1, badSchema2]
[junit4] 2> 1131037 INFO (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1131039 WARN (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131040 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131040 WARN (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131041 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131046 WARN (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131047 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1131047 INFO (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131049 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1131049 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1131050 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core2
[junit4] 2> 1131050 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core2/data/]
[junit4] 2> 1131060 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1131061 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core1
[junit4] 2> 1131061 INFO (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1131061 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core1/data/]
[junit4] 2> 1131063 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1131064 INFO (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1131065 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1131070 WARN (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131070 INFO (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131075 INFO (coreLoadExecutor-4237-thread-2) [ ]
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
[junit4] 2> 1131117 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1131117 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1131117 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1131117 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1131118 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1131118 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1131119 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@223fb4[core1] main]
[junit4] 2> 1131119 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@10156d3[core2] main]
[junit4] 2> 1131120 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core1/conf
[junit4] 2> 1131120 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/core2/conf
[junit4] 2> 1131120 INFO (coreLoadExecutor-4237-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1131120 INFO (coreLoadExecutor-4237-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1131120 INFO (searcherExecutor-4238-thread-1) [ ]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@10156d3[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1131120 INFO (searcherExecutor-4239-thread-1) [ ]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@223fb4[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1131122 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1131122 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@55f21b
[junit4] 2> 1131326 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@910bc[core1] main]
[junit4] 2> 1131326 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1131326 INFO (searcherExecutor-4239-thread-1) [ ]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@910bc[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C7)))}
[junit4] 2> 1131327 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131328 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131329 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131329 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131356 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131357 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131362 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
[junit4] 2> 1131363 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1131364 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig1
[junit4] 2> 1131364 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig1/data/]
[junit4] 2> 1131368 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=94.06640625,
floorSegmentMB=0.576171875, forceMergeDeletesPctAllowed=14.939734682673777,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1131416 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1131416 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1131416 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=62.1845703125,
floorSegmentMB=1.7509765625, forceMergeDeletesPctAllowed=21.125028170891234,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1131428 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@9eebb4[badConfig1] main]
[junit4] 2> 1131428 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig1/conf
[junit4] 2> 1131429 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1131429 INFO (searcherExecutor-4252-thread-1) [ ]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@9eebb4[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1131429 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCores Opening transient core badConfig1
[junit4] 2> 1131434 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131435 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131441 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
[junit4] 2> 1131442 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1131443 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig2
[junit4] 2> 1131443 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig2/data/]
[junit4] 2> 1131447 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1131487 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1131487 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1131488 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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.6833937841718911]
[junit4] 2> 1131489 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@101d9f4[badConfig2] main]
[junit4] 2> 1131489 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badConfig2/conf
[junit4] 2> 1131489 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1131490 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCores Opening transient core badConfig2
[junit4] 2> 1131490 INFO (searcherExecutor-4256-thread-1) [ ]
o.a.s.c.SolrCore [badConfig2] Registered new searcher
Searcher@101d9f4[badConfig2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1131495 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131496 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131501 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
[junit4] 2> 1131503 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1131503 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema1
[junit4] 2> 1131504 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema1/data/]
[junit4] 2> 1131507 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=88.0791015625,
floorSegmentMB=1.359375, forceMergeDeletesPctAllowed=11.700045966691523,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21213033380135063
[junit4] 2> 1131554 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1131554 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1131555 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1275083004,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1131556 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@8749f5[badSchema1] main]
[junit4] 2> 1131556 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema1/conf
[junit4] 2> 1131556 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1131556 INFO (searcherExecutor-4260-thread-1) [ ]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@8749f5[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1131557 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCores Opening transient core badSchema1
[junit4] 2> 1131563 WARN
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1131563 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1131568 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
[junit4] 2> 1131578 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1131579 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema2
[junit4] 2> 1131580 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema2/data/]
[junit4] 2> 1131584 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=69.2646484375,
floorSegmentMB=1.7626953125, forceMergeDeletesPctAllowed=21.257564904670794,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.809836661348278
[junit4] 2> 1131645 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1131645 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1131646 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=95.8779296875,
floorSegmentMB=0.470703125, forceMergeDeletesPctAllowed=12.918282538690967,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.37752088105777737
[junit4] 2> 1131647 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@77cb50[badSchema2] main]
[junit4] 2> 1131647 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-002/badSchema2/conf
[junit4] 2> 1131648 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1131648 INFO (searcherExecutor-4264-thread-1) [ ]
o.a.s.c.SolrCore [badSchema2] Registered new searcher
Searcher@77cb50[badSchema2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1131648 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.SolrCores Opening transient core badSchema2
[junit4] 2> 1131653 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1131653 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@55f21b
[junit4] 2> 1131941 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1206923[core1] main]
[junit4] 2> 1131941 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1131941 INFO (searcherExecutor-4239-thread-1) [ ]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1206923[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.5.0):C7)))}
[junit4] 2> 1131944 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131945 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131945 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131945 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1131946 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1131946 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@914975
[junit4] 2> 1132420 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@178df81[badConfig1] main]
[junit4] 2> 1132420 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1132420 INFO (searcherExecutor-4252-thread-1) [ ]
o.a.s.c.SolrCore [badConfig1] Registered new searcher
Searcher@178df81[badConfig1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C7)))}
[junit4] 2> 1132421 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132421 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132421 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132421 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1132422 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@a410ae
[junit4] 2> 1132847 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ab726[badSchema1] main]
[junit4] 2> 1132847 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1132847 INFO (searcherExecutor-4260-thread-1) [ ]
o.a.s.c.SolrCore [badSchema1] Registered new searcher
Searcher@4ab726[badSchema1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C7)))}
[junit4] 2> 1132848 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132848 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132849 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132849 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
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> 1132849 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2636499
[junit4] 2> 1132849 INFO (coreCloseExecutor-4274-thread-1) [ ]
o.a.s.c.SolrCore [core1] CLOSING SolrCore org.apache.solr.core.SolrCore@14e8391
[junit4] 2> 1132849 INFO (coreCloseExecutor-4274-thread-2) [ ]
o.a.s.c.SolrCore [core2] CLOSING SolrCore org.apache.solr.core.SolrCore@26c275
[junit4] 2> 1132849 INFO (coreCloseExecutor-4274-thread-3) [ ]
o.a.s.c.SolrCore [badConfig1] CLOSING SolrCore
org.apache.solr.core.SolrCore@8ca244
[junit4] 2> 1132849 INFO (coreCloseExecutor-4274-thread-4) [ ]
o.a.s.c.SolrCore [badConfig2] CLOSING SolrCore
org.apache.solr.core.SolrCore@f4b5bb
[junit4] 2> 1132850 INFO (coreCloseExecutor-4274-thread-5) [ ]
o.a.s.c.SolrCore [badSchema1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1fafc7f
[junit4] 2> 1132850 INFO (coreCloseExecutor-4274-thread-6) [ ]
o.a.s.c.SolrCore [badSchema2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1dec467
[junit4] 2> 1132851 INFO (coreCloseExecutor-4274-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
[junit4] 2> 1132851 INFO (coreCloseExecutor-4274-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig1
[junit4] 2> 1132851 INFO (coreCloseExecutor-4274-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
[junit4] 2> 1132851 INFO (coreCloseExecutor-4274-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig2
[junit4] 2> 1132851 INFO (coreCloseExecutor-4274-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema2
[junit4] 2> 1132851 INFO (coreCloseExecutor-4274-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema1
[junit4] 2> 1132851 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1132851 INFO
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
[junit4] 2> 1132852 INFO
(TEST-TestLazyCores.testRace-seed#[454E10FAB307D5E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 1132940 INFO
(TEST-TestLazyCores.testRace-seed#[454E10FAB307D5E]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1132941 INFO
(TEST-TestLazyCores.testRace-seed#[454E10FAB307D5E]) [ ] o.a.s.c.SolrCores
Allocating transient cache for 4 transient cores
[junit4] 2> 1132952 WARN (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1132952 WARN (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1132952 WARN (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1132953 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1132961 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1132961 INFO (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1132967 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1132967 INFO (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1132969 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1132969 INFO (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1132969 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1132969 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection2
[junit4] 2> 1132969 INFO (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection5
[junit4] 2> 1132970 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection2/data/]
[junit4] 2> 1132970 INFO (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection5/data/]
[junit4] 2> 1132971 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1132971 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection1
[junit4] 2> 1132972 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001/tempDir-003/collection1/data/]
[junit4] 2> 1132972 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1132972 INFO (coreLoadExecutor-4281-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1132977 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1133027 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1133027 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1133027 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1133027 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1133027 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1133027 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8102097713632191]
[junit4] 2> 1133028 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1771853[collection2] main]
[junit4] 2> 1133028 INFO (coreLoadExecutor-4281-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd1bf7[collection1] main]
[junit4] 2> 1133028 INFO (coreLoadExecutor-4281-thread-2) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test
[...truncated too long message...]
eSame
[junit4] 2> 1142937 INFO
(SUITE-TestLazyCores-seed#[454E10FAB307D5E]-worker) [ ] o.a.s.SolrTestCaseJ4
###deleteCore
[junit4] 2> 1142937 INFO
(SUITE-TestLazyCores-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=28410679
[junit4] 2> 1142937 INFO
(SUITE-TestLazyCores-seed#[454E10FAB307D5E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_454E10FAB307D5E-001
[junit4] 2> Feb 04, 2017 12:36:40 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 04, 2017 12:37:01 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=9315, name=searcherExecutor-4359-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
[junit4] 2> Feb 04, 2017 12:37:01 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9315, name=searcherExecutor-4359-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 04, 2017 12:37:04 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9315, name=searcherExecutor-4359-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
[junit4] 2> at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{v_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
v_s=BlockTreeOrds(blocksize=128), v_f=FST50}, docValues:{},
maxPointsInLeafNode=1890, maxMBSortInHeap=5.260189742594006,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ki,
timezone=Asia/Macau
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=2,free=198830024,total=412966912
[junit4] 2> NOTE: All tests run in this JVM:
[TestComplexPhraseQParserPlugin, IndexBasedSpellCheckerTest,
TestManagedSchemaThreadSafety, TestCSVResponseWriter, ShardRoutingCustomTest,
TestTrie, TestSQLHandler, BasicFunctionalityTest, CdcrReplicationHandlerTest,
DistributedIntervalFacetingTest, TestJavabinTupleStreamParser,
RollingRestartTest, TestCryptoKeys, FileUtilsTest, TestRandomFlRTGCloud,
TestLeaderElectionWithEmptyReplica, MissingSegmentRecoveryTest,
PreAnalyzedFieldManagedSchemaCloudTest, AtomicUpdatesTest,
DistributedFacetExistsSmallTest, TestUpdate, DocValuesMissingTest,
TestMacroExpander, SmileWriterTest, SolrCmdDistributorTest,
TestReplicaProperties, TestFieldCollectionResource, CollectionReloadTest,
QueryResultKeyTest, TestSizeLimitedDistributedMap, IndexSchemaRuntimeFieldTest,
TestFiltering, TestPartialUpdateDeduplication, SimplePostToolTest,
ShardRoutingTest, URLClassifyProcessorTest, TestMinMaxOnMultiValuedField,
TestWordDelimiterFilterFactory, TestLRUCache, SampleTest, BlockDirectoryTest,
TestSubQueryTransformer, OverriddenZkACLAndCredentialsProvidersTest,
TestNoOpRegenerator, SolrXmlInZkTest, WrapperMergePolicyFactoryTest,
AnalyticsQueryTest, SearchHandlerTest, TestQuerySenderListener,
TestSSLRandomization, TolerantUpdateProcessorTest, MetricsHandlerTest,
TermsComponentTest, DocValuesTest, SolrIndexMetricsTest, SolrIndexConfigTest,
HdfsCollectionsAPIDistributedZkTest, ZkControllerTest, DateMathParserTest,
TestManagedStopFilterFactory, TestRecoveryHdfs,
ShufflingReplicaListTransformerTest, ReplaceNodeTest, TestFreeTextSuggestions,
FacetPivotSmallTest, RankQueryTest, TestBlobHandler,
TestFuzzyAnalyzedSuggestions, ClusterStateUpdateTest,
CollectionsAPIDistributedZkTest, DeleteNodeTest, TestCloudRecovery,
TestLocalFSCloudBackupRestore, MultiTermTest, TestSearchPerf,
TestTolerantUpdateProcessorCloud, TestJettySolrRunner, RAMDirectoryFactoryTest,
TestFastOutputStream, TestImplicitCoreProperties, OpenCloseCoreStressTest,
TestHashPartitioner, TestObjectReleaseTracker,
DistributedQueryComponentCustomSortTest, JvmMetricsTest,
TestNonDefinedSimilarityFactory, SpatialFilterTest,
LeaderElectionContextKeyTest, CSVRequestHandlerTest, SmileWriterTest,
SimpleCollectionCreateDeleteTest, HdfsLockFactoryTest, TestManagedResource,
TestCloudInspectUtil, TestSolrConfigHandlerConcurrent, SolrMetricReporterTest,
RuleEngineTest, TestQueryUtils, DirectoryFactoryTest, TestRTGBase,
CustomCollectionTest, TestSolrConfigHandler, TestCloudManagedSchema,
TestPivotHelperCode, TestStressUserVersions, SpellCheckComponentTest,
BJQParserTest, TestFieldTypeResource, TestCoreContainer, StatsReloadRaceTest,
BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting,
AutoCommitTest, TestStressVersions, DistributedTermsComponentTest,
SimpleFacetsTest, StatsComponentTest, TestGroupingSearch,
QueryElevationComponentTest, ConvertedLegacyTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=454E10FAB307D5E -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ki -Dtests.timezone=Asia/Macau -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=9315, name=searcherExecutor-4359-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] > at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
[junit4] > at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] > at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] > at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
[junit4] > at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
[junit4] > at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] > at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
[junit4] > at
__randomizedtesting.SeedInfo.seed([454E10FAB307D5E]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9315, name=searcherExecutor-4359-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native
Method)
[junit4] > at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:192)
[junit4] > at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
[junit4] > at
java.base@9-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[junit4] > at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
[junit4] > at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
[junit4] > at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] > at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
[junit4] > at
__randomizedtesting.SeedInfo.seed([454E10FAB307D5E]:0)
[junit4] Completed [366/683 (2!)] on J1 in 35.33s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 52551 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]