Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2883/
Java: 32bit/jdk-9-ea+155 -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=9941, name=searcherExecutor-4854-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=9941, name=searcherExecutor-4854-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([1212D984669ABEAC]: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=9941, name=searcherExecutor-4854-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=9941, name=searcherExecutor-4854-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([1212D984669ABEAC]: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([1212D984669ABEAC:CD727855ADBDDD09]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
at
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:911)
... 40 more
FAILED: org.apache.solr.handler.admin.TestApiFramework.testFramework
Error Message:
Stack Trace:
java.lang.ExceptionInInitializerError
at
__randomizedtesting.SeedInfo.seed([1212D984669ABEAC:56413A3604E5291]:0)
at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
at org.easymock.EasyMock.createMock(EasyMock.java:104)
at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:83)
at
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
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.reflect.InaccessibleObjectException: Unable to make
protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible: module java.base does not "opens
java.lang" to unnamed module @a5ec6a
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
at
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
... 52 more
Build Log:
[...truncated 11485 lines...]
[junit4] Suite: org.apache.solr.handler.admin.TestApiFramework
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestApiFramework_1212D984669ABEAC-001/init-core-data-001
[junit4] 2> 659063 INFO
(SUITE-TestApiFramework-seed#[1212D984669ABEAC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 659066 INFO
(SUITE-TestApiFramework-seed#[1212D984669ABEAC]-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> 659067 INFO
(TEST-TestApiFramework.testFramework-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testFramework
[junit4] 2> 659127 INFO
(TEST-TestApiFramework.testFramework-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testFramework
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestApiFramework
-Dtests.method=testFramework -Dtests.seed=1212D984669ABEAC -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=qu -Dtests.timezone=SystemV/CST6CDT
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.06s J1 | TestApiFramework.testFramework <<<
[junit4] > Throwable #1: java.lang.ExceptionInInitializerError
[junit4] > at
__randomizedtesting.SeedInfo.seed([1212D984669ABEAC:56413A3604E5291]:0)
[junit4] > at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
[junit4] > at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
[junit4] > at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
[junit4] > at
net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
[junit4] > at
net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
[junit4] > at
org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
[junit4] > at org.easymock.EasyMock.createMock(EasyMock.java:104)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:83)
[junit4] > at
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
[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] > Caused by: java.lang.reflect.InaccessibleObjectException:
Unable to make protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible: module java.base does not "opens
java.lang" to unnamed module @a5ec6a
[junit4] > at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
[junit4] > at
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
[junit4] > at
java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
[junit4] > at
net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
[junit4] > at
java.base/java.security.AccessController.doPrivileged(Native Method)
[junit4] > at
net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
[junit4] > ... 52 more
[junit4] 2> 659131 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[1212D984669ABEAC]) [
] o.a.s.SolrTestCaseJ4 ###Starting testTrailingTemplatePaths
[junit4] 2> 659132 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[1212D984669ABEAC]) [
] o.a.s.SolrTestCaseJ4 ###Ending testTrailingTemplatePaths
[junit4] 2> 659132 INFO
(SUITE-TestApiFramework-seed#[1212D984669ABEAC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[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.handler.admin.TestApiFramework_1212D984669ABEAC-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1136, maxMBSortInHeap=7.056583263249801,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=qu,
timezone=SystemV/CST6CDT
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=36137888,total=277106688
[junit4] 2> NOTE: All tests run in this JVM: [FileUtilsTest,
TestFieldTypeCollectionResource, TestDocTermOrds, TestDistribDocBasedVersion,
TestFuzzyAnalyzedSuggestions, TestCollectionAPI, ShardRoutingTest,
PKIAuthenticationIntegrationTest, TestSerializedLuceneMatchVersion,
TestSolrConfigHandlerCloud, CoreMergeIndexesAdminHandlerTest,
TestSweetSpotSimilarityFactory, TestFiltering, TestCloudSchemaless,
TestDistributedGrouping, RequestLoggingTest, SpellingQueryConverterTest,
SimplePostToolTest, HdfsDirectoryFactoryTest, TestQueryTypes,
WrapperMergePolicyFactoryTest, TestBulkSchemaConcurrent, CopyFieldTest,
ConvertedLegacyTest, DateRangeFieldTest, TestQueryUtils, TestSolrXml,
LeaderFailureAfterFreshStartTest, TestCopyFieldCollectionResource,
CSVRequestHandlerTest, TestInitParams, ClusterStateUpdateTest,
TestCollapseQParserPlugin, SolrCloudExampleTest, TestConfigSets,
ShufflingReplicaListTransformerTest, SortSpecParsingTest, TestTrieFacet,
TestGraphTermsQParserPlugin, DistributedFacetPivotSmallAdvancedTest,
BasicFunctionalityTest, TestConfigOverlay,
DistributedQueryComponentCustomSortTest, TestPerFieldSimilarityClassic,
TestMiniSolrCloudCluster, JsonLoaderTest, TestSolrFieldCacheMBean,
DataDrivenBlockJoinTest, SchemaVersionSpecificBehaviorTest, TestSchemaResource,
TestSystemIdResolver, ActionThrottleTest, TermVectorComponentTest,
DistributedTermsComponentTest, TestOverriddenPrefixQueryForCustomFieldType,
DistributedVersionInfoTest, ManagedSchemaRoundRobinCloudTest, ZkCLITest,
TestApiFramework]
[junit4] Completed [197/692 (1!)] on J1 in 0.09s, 2 tests, 1 error <<<
FAILURES!
[...truncated 586 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/init-core-data-001
[junit4] 2> 1332072 INFO
(SUITE-TestLazyCores-seed#[1212D984669ABEAC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1332075 INFO
(SUITE-TestLazyCores-seed#[1212D984669ABEAC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1332079 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
[junit4] 2> 1332177 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1332179 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1332297 WARN (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1332297 WARN (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1332306 WARN (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1332306 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1332306 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1332306 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1332311 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1332312 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1332313 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection5
[junit4] 2> 1332313 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1332313 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1332313 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection5/data/]
[junit4] 2> 1332316 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1332316 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1332317 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1332317 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection2
[junit4] 2> 1332317 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection1
[junit4] 2> 1332318 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection1/data/]
[junit4] 2> 1332318 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection2/data/]
[junit4] 2> 1332321 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1332322 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1332536 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1332536 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1332537 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1332537 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@23f810[collection5] main]
[junit4] 2> 1332538 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection5/conf
[junit4] 2> 1332538 INFO (coreLoadExecutor-4650-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1332538 INFO (searcherExecutor-4651-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@23f810[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1332557 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1332557 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1332558 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1332558 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d0fbb2[collection1] main]
[junit4] 2> 1332559 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection1/conf
[junit4] 2> 1332559 INFO (coreLoadExecutor-4650-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1332559 INFO (searcherExecutor-4653-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d0fbb2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1332589 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1332589 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1332589 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1332590 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@e42113[collection2] main]
[junit4] 2> 1332590 INFO (coreLoadExecutor-4650-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection2/conf
[junit4] 2> 1332590 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1332591 INFO (searcherExecutor-4652-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@e42113[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1332591 INFO (coreLoadExecutor-4650-thread-2) [ ]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1332598 WARN
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1332598 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1332604 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1332605 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1332606 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection4
[junit4] 2> 1332606 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection4/data/]
[junit4] 2> 1332609 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=68.6494140625,
floorSegmentMB=0.2080078125, forceMergeDeletesPctAllowed=5.758924936402744,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1332830 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1332830 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1332831 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=7, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=53.2255859375,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=18.977884580961504,
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1332832 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@198cf68[collection4] main]
[junit4] 2> 1332832 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection4/conf
[junit4] 2> 1332832 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1332832 INFO (searcherExecutor-4664-thread-1) [ ]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@198cf68[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1332837 WARN
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1332838 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1332842 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1332844 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1332845 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection6
[junit4] 2> 1332845 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection6/data/]
[junit4] 2> 1332848 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.12729502995831332]
[junit4] 2> 1333039 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1333039 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1333040 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.81640625, noCFSRatio=0.0]
[junit4] 2> 1333040 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1fed1e3[collection6] main]
[junit4] 2> 1333041 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-001/collection6/conf
[junit4] 2> 1333041 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1333041 INFO (searcherExecutor-4668-thread-1) [ ]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@1fed1e3[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1333041 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 1333085 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 1333086 WARN
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 1333086 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 1333086 WARN
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 1333086 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 1333086 WARN
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 1333086 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
[junit4] 2> 1333087 WARN
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
[junit4] 2> 1333087 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=8699538
[junit4] 2> 1333087 INFO (coreCloseExecutor-4672-thread-1) [ ]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@1679da2
[junit4] 2> 1333087 INFO (coreCloseExecutor-4672-thread-2) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@14ab35b
[junit4] 2> 1333087 INFO (coreCloseExecutor-4672-thread-3) [ ]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@16ae82b
[junit4] 2> 1333088 INFO (coreCloseExecutor-4672-thread-4) [ ]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1ccca59
[junit4] 2> 1333088 INFO (coreCloseExecutor-4672-thread-5) [ ]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@17aae23
[junit4] 2> 1333088 INFO (coreCloseExecutor-4672-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1333088 INFO (coreCloseExecutor-4672-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1333089 INFO (coreCloseExecutor-4672-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
[junit4] 2> 1333089 INFO (coreCloseExecutor-4672-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1333089 INFO (coreCloseExecutor-4672-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1333090 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1333090 INFO
(TEST-TestLazyCores.testCreateSame-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
[junit4] 2> 1333091 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
[junit4] 2> 1333172 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1333174 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1333295 WARN (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1333295 WARN (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1333295 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1333296 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1333296 WARN (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1333306 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1333310 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1333310 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1333311 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1333312 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1333313 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1333312 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1333313 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection1
[junit4] 2> 1333313 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection2
[junit4] 2> 1333313 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection5
[junit4] 2> 1333314 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection2/data/]
[junit4] 2> 1333314 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection5/data/]
[junit4] 2> 1333314 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection1/data/]
[junit4] 2> 1333316 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1333316 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1333316 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1333529 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1333530 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1333530 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d64a16[collection2] main]
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection2/conf
[junit4] 2> 1333531 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1333532 INFO (searcherExecutor-4681-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@1d64a16[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@14b5c9d[collection1] main]
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-thread-2) [ ]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@194e51f[collection5] main]
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection1/conf
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection5/conf
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1333532 INFO (searcherExecutor-4680-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@14b5c9d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1333532 INFO (coreLoadExecutor-4679-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1333533 INFO (searcherExecutor-4682-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@194e51f[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1333540 WARN
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1333540 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1333544 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1333546 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1333547 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection3
[junit4] 2> 1333547 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection3/data/]
[junit4] 2> 1333550 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
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.40442483996851286]
[junit4] 2> 1333787 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1333787 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1333788 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=95.83203125,
floorSegmentMB=2.1640625, forceMergeDeletesPctAllowed=11.023466365048234,
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1333788 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@162505[collection3] main]
[junit4] 2> 1333789 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection3/conf
[junit4] 2> 1333789 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1333789 INFO (searcherExecutor-4692-thread-1) [ ]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@162505[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1333789 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1333795 WARN
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1333796 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1333801 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1333802 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1333803 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection4
[junit4] 2> 1333804 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection4/data/]
[junit4] 2> 1333807 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1334240 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1334240 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1334241 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1803076096,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1334241 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6872a9[collection4] main]
[junit4] 2> 1334241 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-002/collection4/conf
[junit4] 2> 1334242 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1334242 INFO (searcherExecutor-4696-thread-1) [ ]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@6872a9[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1334242 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=32272672
[junit4] 2> 1334242 INFO (coreCloseExecutor-4700-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@17dca21
[junit4] 2> 1334243 INFO (coreCloseExecutor-4700-thread-2) [ ]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@96c713
[junit4] 2> 1334243 INFO (coreCloseExecutor-4700-thread-3) [ ]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@76976e
[junit4] 2> 1334243 INFO (coreCloseExecutor-4700-thread-4) [ ]
o.a.s.c.SolrCore [collection2] CLOSING SolrCore
org.apache.solr.core.SolrCore@520149
[junit4] 2> 1334243 INFO (coreCloseExecutor-4700-thread-5) [ ]
o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@589a28
[junit4] 2> 1334244 INFO (coreCloseExecutor-4700-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1334244 INFO (coreCloseExecutor-4700-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
[junit4] 2> 1334244 INFO (coreCloseExecutor-4700-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
[junit4] 2> 1334244 INFO (coreCloseExecutor-4700-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
[junit4] 2> 1334244 INFO (coreCloseExecutor-4700-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
[junit4] 2> 1334245 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1334245 INFO
(TEST-TestLazyCores.testLazyLoad-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
[junit4] 2> 1334246 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 1334337 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 1334339 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
[junit4] 2> 1334455 WARN (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1334455 WARN (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1334455 WARN (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1334456 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1334456 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1334456 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1334470 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1334470 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1334470 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1334471 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1334472 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1334472 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1334472 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection2
[junit4] 2> 1334472 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection1
[junit4] 2> 1334472 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection5
[junit4] 2> 1334473 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection2/data/]
[junit4] 2> 1334473 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection1/data/]
[junit4] 2> 1334473 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection5/data/]
[junit4] 2> 1334476 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1334476 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1334476 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=90.275390625,
floorSegmentMB=0.755859375, forceMergeDeletesPctAllowed=12.055724743749865,
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8545959122265718
[junit4] 2> 1334805 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1334805 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1334805 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1334806 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@e14bf3[collection1] main]
[junit4] 2> 1334806 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection1/conf
[junit4] 2> 1334806 INFO (coreLoadExecutor-4707-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1334806 INFO (searcherExecutor-4709-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@e14bf3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1334831 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1334831 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1334831 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1334832 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@143e923[collection2] main]
[junit4] 2> 1334832 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection2/conf
[junit4] 2> 1334832 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1334832 INFO (searcherExecutor-4708-thread-1) [ ]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@143e923[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1334833 INFO (coreLoadExecutor-4707-thread-2) [ ]
o.a.s.c.SolrCores Opening transient core collection2
[junit4] 2> 1334843 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1334843 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1334843 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=76.68359375,
floorSegmentMB=1.505859375, forceMergeDeletesPctAllowed=0.1956305262806124,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1334844 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@f2309b[collection5] main]
[junit4] 2> 1334844 INFO (coreLoadExecutor-4707-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection5/conf
[junit4] 2> 1334844 INFO (coreLoadExecutor-4707-thread-3) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1334844 INFO (searcherExecutor-4710-thread-1) [ ]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@f2309b[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1334852 WARN
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1334852 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1334857 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1334858 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1334859 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection3
[junit4] 2> 1334860 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection3/data/]
[junit4] 2> 1334864 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1335139 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1335140 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1335140 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=253228266,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1335141 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@184cc[collection3] main]
[junit4] 2> 1335141 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection3/conf
[junit4] 2> 1335141 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1335141 INFO (searcherExecutor-4720-thread-1) [ ]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@184cc[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1335142 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Opening transient core collection3
[junit4] 2> 1335147 WARN
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1335148 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1335161 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1335162 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1335163 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection4
[junit4] 2> 1335163 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection4/data/]
[junit4] 2> 1335166 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1335437 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1335437 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1335438 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=261853870,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1335439 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@fc00bb[collection4] main]
[junit4] 2> 1335439 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection4/conf
[junit4] 2> 1335439 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1335439 INFO (searcherExecutor-4724-thread-1) [ ]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@fc00bb[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1335444 WARN
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1335445 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1335450 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1335452 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1335452 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection6
[junit4] 2> 1335453 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection6/data/]
[junit4] 2> 1335456 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=27.90625,
floorSegmentMB=0.2119140625, forceMergeDeletesPctAllowed=11.71575029784902,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.14398412327650983
[junit4] 2> 1335697 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1335697 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1335697 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=29.03125,
floorSegmentMB=0.9931640625, forceMergeDeletesPctAllowed=12.858056486083013,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3835956193222141
[junit4] 2> 1335698 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@113a6ea[collection6] main]
[junit4] 2> 1335699 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection6/conf
[junit4] 2> 1335699 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1335700 INFO (searcherExecutor-4728-thread-1) [ ]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@113a6ea[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1335700 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Opening transient core collection6
[junit4] 2> 1335705 WARN
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1335705 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1335709 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1335711 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1335712 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection7
[junit4] 2> 1335713 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection7],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection7/data/]
[junit4] 2> 1335715 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4259110525809269]
[junit4] 2> 1335944 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1335944 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1335944 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=5.173828125,
floorSegmentMB=1.37109375, forceMergeDeletesPctAllowed=10.48311077243008,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1335945 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@181cbb7[collection7] main]
[junit4] 2> 1335945 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection7/conf
[junit4] 2> 1335946 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1335946 INFO (searcherExecutor-4732-thread-1) [ ]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@181cbb7[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1335946 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCores Opening transient core collection7
[junit4] 2> 1335952 WARN
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1335952 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1335957 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1335958 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1335959 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection8
[junit4] 2> 1335959 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection8],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001/tempDir-003/collection8/data/]
[junit4] 2> 1335962 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[1212D984669ABEAC]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1336187 INFO (TEST-Tes
[...truncated too long message...]
TestLazyCores-seed#[1212D984669ABEAC]-worker) [ ] o.a.s.SolrTestCaseJ4
###deleteCore
[junit4] 2> 1353423 INFO
(SUITE-TestLazyCores-seed#[1212D984669ABEAC]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13439605
[junit4] 2> 1353423 INFO
(SUITE-TestLazyCores-seed#[1212D984669ABEAC]-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/J2/temp/solr.core.TestLazyCores_1212D984669ABEAC-001
[junit4] 2> Feb 18, 2017 9:36:20 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 18, 2017 9:36:40 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=9941, name=searcherExecutor-4854-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 18, 2017 9:36:40 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=9941, name=searcherExecutor-4854-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 18, 2017 9:36:43 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=9941, name=searcherExecutor-4854-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=FST50,
id=FST50, v_s=FSTOrd50, v_f=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{}, maxPointsInLeafNode=1605, maxMBSortInHeap=7.8297346708496445,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=sr-Latn-RS,
timezone=Asia/Jayapura
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=2,free=170103504,total=435187712
[junit4] 2> NOTE: All tests run in this JVM:
[SpellPossibilityIteratorTest, TestPhraseSuggestions,
MissingSegmentRecoveryTest, CoreAdminCreateDiscoverTest,
CdcrReplicationHandlerTest, CollectionsAPIAsyncDistributedZkTest,
TestSolrConfigHandler, UnloadDistributedZkTest, QueryParsingTest,
BlockJoinFacetRandomTest, TestCorePropertiesReload, TestIndexSearcher,
DirectUpdateHandlerOptimizeTest, DocValuesMissingTest, TestCollectionAPIs,
InfixSuggestersTest, OverseerRolesTest, TestCloudManagedSchema, TestRecovery,
LukeRequestHandlerTest, PluginInfoTest, PreAnalyzedUpdateProcessorTest,
TestZkChroot, TestExtendedDismaxParser, PingRequestHandlerTest,
TestPostingsSolrHighlighter, TestDistributedStatsComponentCardinality,
TestMacroExpander, BooleanFieldTest, CloudMLTQParserTest,
TestDFRSimilarityFactory, SimpleCollectionCreateDeleteTest, AutoCommitTest,
TestJmxMonitoredMap, BlockCacheTest, InfoHandlerTest, TestSortByMinMaxFunction,
TestExceedMaxTermLength, SolrCoreMetricManagerTest, DebugComponentTest,
TestLMJelinekMercerSimilarityFactory, SolrXmlInZkTest, TestDistribIDF,
TestRTimerTree, TestQueryWrapperFilter, TestManagedStopFilterFactory,
TestDFISimilarityFactory, TestSolr4Spatial2, TestTolerantSearch,
TestSolrQueryParser, DocValuesNotIndexedTest, TestManagedSchemaThreadSafety,
LeaderElectionContextKeyTest, SolrCoreCheckLockOnStartupTest,
TestStandardQParsers, TestReplicaProperties, ConfigSetsAPITest,
ZkStateReaderTest, TestGroupingSearch, TestScoreJoinQPNoScore,
TestSchemalessBufferedUpdates, TestDistributedMissingSort,
TestSolrCloudWithHadoopAuthPlugin, StatsComponentTest, LeaderElectionTest,
TestHashQParserPlugin, TestUnifiedSolrHighlighter, TestCollationFieldDocValues,
DistribJoinFromCollectionTest, SolrMetricsIntegrationTest,
OpenExchangeRatesOrgProviderTest, TestSolrQueryParserDefaultOperatorResource,
TestSchemaSimilarityResource, TestFieldCache, AnalysisErrorHandlingTest,
TestSolrConfigHandlerConcurrent, TestRandomFlRTGCloud, TestBlobHandler,
TestReload, TestXIncludeConfig, TestTrackingShardHandlerFactory,
BaseCdcrDistributedZkTest, BinaryUpdateRequestHandlerTest, DeleteStatusTest,
DistributedFacetPivotLargeTest, TestCollationField,
TestSha256AuthenticationProvider, PeerSyncWithIndexFingerprintCachingTest,
TestCloudRecovery, SolrJmxReporterTest, CurrencyFieldXmlFileTest,
TriLevelCompositeIdRoutingTest, TestSQLHandler, MinimalSchemaTest,
AliasIntegrationTest, SuggesterTest, TermVectorComponentDistributedTest,
RecoveryZkTest, TestConfig, DistributedFacetPivotSmallTest, JSONWriterTest,
TestBinaryField, UpdateParamsTest, SolrPluginUtilsTest, TestSort,
AddSchemaFieldsUpdateProcessorFactoryTest, PrimitiveFieldTypeTest,
HLLSerializationTest, TestJettySolrRunner, TestAnalyzedSuggestions,
TestLeaderElectionWithEmptyReplica, BasicDistributedZkTest,
CollectionsAPIDistributedZkTest, TestFaceting, ZkControllerTest,
TestRealTimeGet, TestStressReorder, HardAutoCommitTest, TestCoreContainer,
SimpleFacetsTest, SpellCheckComponentTest, SolrCmdDistributorTest,
BadIndexSchemaTest, TestFunctionQuery, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=1212D984669ABEAC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Jayapura -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=9941, name=searcherExecutor-4854-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([1212D984669ABEAC]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=9941, name=searcherExecutor-4854-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([1212D984669ABEAC]:0)
[junit4] Completed [382/692 (2!)] on J2 in 44.42s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 52720 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]