Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/193/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
4 tests failed.
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([A3F7E0D78BC457D6:7C97410640E33473]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int><lst name="params"><str
name="q">*:*</str></lst></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=16260, name=searcherExecutor-6830-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=16260, name=searcherExecutor-6830-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([A3F7E0D78BC457D6]: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=16260, name=searcherExecutor-6830-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=16260, name=searcherExecutor-6830-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([A3F7E0D78BC457D6]:0)
FAILED:
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream
Error Message:
Error from server at https://127.0.0.1:52030/solr/mainCorpus_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html> <head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem
accessing /solr/mainCorpus_shard2_replica_n3/update. Reason: <pre> Can not
find: /solr/mainCorpus_shard2_replica_n3/update</pre></p> <hr /><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at https://127.0.0.1:52030/solr/mainCorpus_shard2_replica_n3: Expected
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/mainCorpus_shard2_replica_n3/update. Reason:
<pre> Can not find: /solr/mainCorpus_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([A3881D62673B49CB:1E9F687B5E177496]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:7241)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:52030/solr/mainCorpus_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/mainCorpus_shard2_replica_n3/update. Reason:
<pre> Can not find: /solr/mainCorpus_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Build Log:
[...truncated 12560 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\init-core-data-001
[junit4] 2> 1969999 WARN
(SUITE-TestLazyCores-seed#[A3F7E0D78BC457D6]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
[junit4] 2> 1969999 INFO
(SUITE-TestLazyCores-seed#[A3F7E0D78BC457D6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1970004 INFO
(SUITE-TestLazyCores-seed#[A3F7E0D78BC457D6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1970004 INFO
(SUITE-TestLazyCores-seed#[A3F7E0D78BC457D6]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1970005 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
[junit4] 2> 1970052 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\solr.xml
[junit4] 2> 1970058 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1970128 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970136 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970136 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970144 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1970166 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970175 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1970179 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970183 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970183 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection1,
trusted=true
[junit4] 2> 1970184 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970184 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970184 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection1\data\]
[junit4] 2> 1970188 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1970194 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970194 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection2,
trusted=true
[junit4] 2> 1970194 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970194 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970194 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection2\data\]
[junit4] 2> 1970196 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970197 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1970203 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1970210 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970210 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection5,
trusted=true
[junit4] 2> 1970211 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970211 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970211 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection5\data\]
[junit4] 2> 1970213 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1970217 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1970315 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970315 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970316 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5.806640625,
floorSegmentMB=1.4638671875, forceMergeDeletesPctAllowed=22.598875508728142,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7987072993436746
[junit4] 2> 1970348 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970348 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970358 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5.806640625,
floorSegmentMB=1.4638671875, forceMergeDeletesPctAllowed=22.598875508728142,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7987072993436746
[junit4] 2> 1970359 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970359 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970360 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5.806640625,
floorSegmentMB=1.4638671875, forceMergeDeletesPctAllowed=22.598875508728142,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7987072993436746
[junit4] 2> 1970360 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@59424e3a[collection1] main]
[junit4] 2> 1970361 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection1\conf
[junit4] 2> 1970361 INFO (coreLoadExecutor-6659-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970362 INFO
(searcherExecutor-6660-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@59424e3a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970363 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@69faa36b[collection2] main]
[junit4] 2> 1970364 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection2\conf
[junit4] 2> 1970364 INFO (coreLoadExecutor-6659-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970365 INFO
(searcherExecutor-6661-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@69faa36b[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970365 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@edf47f5[collection5]
main]
[junit4] 2> 1970366 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection5\conf
[junit4] 2> 1970366 INFO (coreLoadExecutor-6659-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970374 INFO
(searcherExecutor-6662-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@edf47f5[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970393 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970402 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
[junit4] 2> 1970405 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970406 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection3,
trusted=true
[junit4] 2> 1970406 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection3' (registry 'solr.core.collection3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970406 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970406 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection3\data\]
[junit4] 2> 1970412 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=73.529296875,
floorSegmentMB=0.70703125, forceMergeDeletesPctAllowed=17.455771514006628,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1970500 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970500 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970501 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=621092373,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1970502 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3ecc0283[collection3] main]
[junit4] 2> 1970503 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection3\conf
[junit4] 2> 1970504 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970508 INFO
(searcherExecutor-6672-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection3] Registered new searcher
Searcher@3ecc0283[collection3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970532 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970543 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
[junit4] 2> 1970546 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970547 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection4,
trusted=true
[junit4] 2> 1970547 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970548 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970548 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection4\data\]
[junit4] 2> 1970555 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=12.7783203125,
floorSegmentMB=1.1689453125, forceMergeDeletesPctAllowed=21.572239753963164,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.44760096433942065
[junit4] 2> 1970656 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970656 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970656 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=99.7880859375,
floorSegmentMB=1.767578125, forceMergeDeletesPctAllowed=2.473773844007358,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1970658 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2c8d1541[collection4] main]
[junit4] 2> 1970659 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection4\conf
[junit4] 2> 1970660 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970660 INFO
(searcherExecutor-6676-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection4] Registered new searcher
Searcher@2c8d1541[collection4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970686 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970696 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
[junit4] 2> 1970700 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970700 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection6,
trusted=true
[junit4] 2> 1970700 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970700 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970700 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection6],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection6\data\]
[junit4] 2> 1970708 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1377214043466946]
[junit4] 2> 1970799 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970799 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970800 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1970801 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1c5daa83[collection6] main]
[junit4] 2> 1970802 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection6\conf
[junit4] 2> 1970803 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970803 INFO
(searcherExecutor-6680-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection6] Registered new searcher
Searcher@1c5daa83[collection6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970829 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1970841 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
[junit4] 2> 1970844 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1970844 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection7,
trusted=true
[junit4] 2> 1970845 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1970845 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1970845 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection7],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection7\data\]
[junit4] 2> 1970853 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=79.7919921875,
floorSegmentMB=2.1201171875, forceMergeDeletesPctAllowed=1.9927858357534367,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5616675499314278
[junit4] 2> 1970950 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1970950 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1970951 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1970952 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1087d518[collection7] main]
[junit4] 2> 1970953 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection7\conf
[junit4] 2> 1970955 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1970956 INFO
(searcherExecutor-6684-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection7] Registered new searcher
Searcher@1087d518[collection7]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1970993 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971004 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
[junit4] 2> 1971008 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971008 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection8,
trusted=true
[junit4] 2> 1971009 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection8' (registry 'solr.core.collection8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971009 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971009 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection8],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection8\data\]
[junit4] 2> 1971016 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=41.97265625,
floorSegmentMB=1.4033203125, forceMergeDeletesPctAllowed=6.219386092971132,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.18607263392764165
[junit4] 2> 1971121 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1971121 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1971122 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=34.7451171875,
floorSegmentMB=1.513671875, forceMergeDeletesPctAllowed=6.5569124280270845,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1971123 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4e0d9160[collection8] main]
[junit4] 2> 1971124 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection8\conf
[junit4] 2> 1971125 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1971125 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection3]
[junit4] 2> 1971134 INFO
(searcherExecutor-6688-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection8] Registered new searcher
Searcher@4e0d9160[collection8]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1971157 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971173 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
[junit4] 2> 1971176 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971177 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection9,
trusted=true
[junit4] 2> 1971177 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection9' (registry 'solr.core.collection9') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971177 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971177 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection9],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\.\collection9\data\]
[junit4] 2> 1971185 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.35169540563451307]
[junit4] 2> 1971303 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1971304 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1971305 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=70.8984375,
floorSegmentMB=1.423828125, forceMergeDeletesPctAllowed=25.093098252187666,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7099249948251325
[junit4] 2> 1971306 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@71a4bc7c[collection9] main]
[junit4] 2> 1971311 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-001\collection9\conf
[junit4] 2> 1971312 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1971313 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 1971313 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [collection3] CLOSING SolrCore
org.apache.solr.core.SolrCore@54588539
[junit4] 2> 1971313 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection3, tag=1415087417
[junit4] 2> 1971313 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@52c6ee1a: rootName = null,
domain = solr.core.collection3, service url = null, agent id = null] for
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@185383d6
[junit4] 2> 1971313 INFO
(searcherExecutor-6692-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [collection9] Registered new searcher
Searcher@71a4bc7c[collection9]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1971313 INFO (Thread-3184) [ ] o.a.s.c.SolrCore
[collection2] CLOSING SolrCore org.apache.solr.core.SolrCore@672f242b
[junit4] 2> 1971321 INFO (Thread-3184) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.collection2, tag=1731142699
[junit4] 2> 1971321 INFO (Thread-3184) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f4b9559:
rootName = null, domain = solr.core.collection2, service url = null, agent id =
null] for registry solr.core.collection2 /
com.codahale.metrics.MetricRegistry@76e5a0c5
[junit4] 2> 1971323 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer
instance=511115425
[junit4] 2> 1971326 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1971326 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@44b6cc7f: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@60d608f2
[junit4] 2> 1971331 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1971331 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e48699a: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@38c7b374
[junit4] 2> 1971334 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1971334 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7fb381ab: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@1b548585
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@72757e66
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@3f1f2671
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1920302694
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@583e49d0: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7017516f
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.c.SolrCore [collection4] CLOSING SolrCore
org.apache.solr.core.SolrCore@125c72d2
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@32fa6e5f
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.c.SolrCore [collection7] CLOSING SolrCore
org.apache.solr.core.SolrCore@4f693202
[junit4] 2> 1971335 INFO
(coreCloseExecutor-6696-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@100cac88
[junit4] 2> 1971336 INFO
(coreCloseExecutor-6696-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@5e7a6e7f
[junit4] 2> 1971340 INFO
(coreCloseExecutor-6696-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1059006065
[junit4] 2> 1971340 INFO
(coreCloseExecutor-6696-thread-2-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e9329a: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@10c716d8
[junit4] 2> 1971346 INFO
(coreCloseExecutor-6696-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection4, tag=308048594
[junit4] 2> 1971346 INFO
(coreCloseExecutor-6696-thread-3-processing-x:collection3) [ x:collection4]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@50443fcd: rootName = null,
domain = solr.core.collection4, service url = null, agent id = null] for
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@123a0f6b
[junit4] 2> 1971352 INFO
(coreCloseExecutor-6696-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection6, tag=855273055
[junit4] 2> 1971352 INFO
(coreCloseExecutor-6696-thread-4-processing-x:collection3) [ x:collection6]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@760b3551: rootName = null,
domain = solr.core.collection6, service url = null, agent id = null] for
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@555af00d
[junit4] 2> 1971357 INFO
(coreCloseExecutor-6696-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection7, tag=1332294146
[junit4] 2> 1971357 INFO
(coreCloseExecutor-6696-thread-5-processing-x:collection3) [ x:collection7]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73b9815c: rootName = null,
domain = solr.core.collection7, service url = null, agent id = null] for
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@2b97e2e1
[junit4] 2> 1971367 INFO
(coreCloseExecutor-6696-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection8, tag=269266056
[junit4] 2> 1971367 INFO
(coreCloseExecutor-6696-thread-6-processing-x:collection3) [ x:collection8]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b71abb1: rootName = null,
domain = solr.core.collection8, service url = null, agent id = null] for
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@50beca97
[junit4] 2> 1971373 INFO
(coreCloseExecutor-6696-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection9, tag=1585081983
[junit4] 2> 1971373 INFO
(coreCloseExecutor-6696-thread-7-processing-x:collection3) [ x:collection9]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2faf5e29: rootName = null,
domain = solr.core.collection9, service url = null, agent id = null] for
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@7a4e9b5d
[junit4] 2> 1971380 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 1971382 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1971424 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\solr.xml
[junit4] 2> 1971435 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1971500 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971505 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971505 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971512 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache
for 4 transient cores
[junit4] 2> 1971539 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971539 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971549 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971555 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1971557 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1971558 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1971563 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971563 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\collection1,
trusted=true
[junit4] 2> 1971564 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971564 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971564 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\collection1\data\]
[junit4] 2> 1971565 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971565 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\collection2,
trusted=true
[junit4] 2> 1971565 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry
'solr.core.collection2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971565 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971565 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\collection2\data\]
[junit4] 2> 1971569 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1971570 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1971570 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971571 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\collection5,
trusted=true
[junit4] 2> 1971571 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry
'solr.core.collection5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971571 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971571 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\collection5\data\]
[junit4] 2> 1971579 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1971683 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1971683 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1971683 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5.806640625,
floorSegmentMB=1.4638671875, forceMergeDeletesPctAllowed=22.598875508728142,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7987072993436746
[junit4] 2> 1971706 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1971706 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1971706 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5.806640625,
floorSegmentMB=1.4638671875, forceMergeDeletesPctAllowed=22.598875508728142,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7987072993436746
[junit4] 2> 1971721 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.s.SolrIndexSearcher Opening [Searcher@47e891ae[collection5] main]
[junit4] 2> 1971726 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@35ea698a[collection1] main]
[junit4] 2> 1971727 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\collection1\conf
[junit4] 2> 1971728 INFO
(coreLoadExecutor-6703-thread-1-processing-x:collection3) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1971729 INFO
(searcherExecutor-6704-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@35ea698a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1971729 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\collection5\conf
[junit4] 2> 1971729 INFO
(coreLoadExecutor-6703-thread-3-processing-x:collection3) [ x:collection5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1971730 INFO
(searcherExecutor-6706-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@47e891ae[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1971736 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1971736 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1971736 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=50, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5.806640625,
floorSegmentMB=1.4638671875, forceMergeDeletesPctAllowed=22.598875508728142,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7987072993436746
[junit4] 2> 1971736 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b1054ba[collection2] main]
[junit4] 2> 1971738 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\collection2\conf
[junit4] 2> 1971739 INFO
(coreLoadExecutor-6703-thread-2-processing-x:collection3) [ x:collection2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1971739 INFO
(searcherExecutor-6705-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@3b1054ba[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1971774 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1971796 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971805 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1971809 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971809 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\core1,
trusted=true
[junit4] 2> 1971810 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1'
(registry 'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971810 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971810 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\core1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\core1\data\]
[junit4] 2> 1971815 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.52881410970352]
[junit4] 2> 1971913 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1971913 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1971914 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=56.3876953125,
floorSegmentMB=1.564453125, forceMergeDeletesPctAllowed=15.10472470611115,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.755336766962719
[junit4] 2> 1971914 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@489a5185[core1] main]
[junit4] 2> 1971915 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\core1\conf
[junit4] 2> 1971916 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1971916 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1971941 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1971954 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1971964 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1971964 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\core2,
trusted=true
[junit4] 2> 1971964 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2'
(registry 'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1971964 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1971964 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\core2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\core2\data\]
[junit4] 2> 1971973 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1971974 INFO
(searcherExecutor-6717-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@489a5185[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1972054 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1972054 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1972055 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=5.587890625,
floorSegmentMB=1.1181640625, forceMergeDeletesPctAllowed=1.609432992761688,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1972055 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@28652ad1[core2] main]
[junit4] 2> 1972056 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\core2\conf
[junit4] 2> 1972058 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1972058 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 1972058 INFO
(searcherExecutor-6722-thread-1-processing-x:collection3) [ x:collection3]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@28652ad1[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1972081 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1972090 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1972093 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1972093 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core3' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\core3,
trusted=true
[junit4] 2> 1972094 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3'
(registry 'solr.core.core3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1216750f
[junit4] 2> 1972094 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1972094 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\core3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_A3F7E0D78BC457D6-001\tempDir-002\.\core3\data\]
[junit4] 2> 1972099 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=92.2392578125,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=25.163672765381918,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1972180 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1972180 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1972181 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=26.5712890625,
floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=19.309023200616455,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7689687685692642
[junit4] 2> 1972182 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f2789af[core3] main]
[junit4] 2> 1972183 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[A3F7E0D78BC457D6]) [
x:collection3] o.a.s.r.ManagedResourceSt
[...truncated too long message...]
ue s:shard1 r:core_node3 x:workQueue_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@68a9f187: rootName =
solr_52031, domain = solr.core.workQueue.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core.workQueue.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@6e531a19
[junit4] 2> 111499 INFO (coreCloseExecutor-446-thread-2)
[n:127.0.0.1:52029_solr c:destination s:shard2 r:core_node4
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.destination.shard2.leader, tag=418713659
[junit4] 2> 111504 WARN
(zkCallback-44-thread-2-processing-n:127.0.0.1:52029_solr)
[n:127.0.0.1:52029_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 111504 INFO (jetty-closer-26-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6ab5aca5{/solr,null,UNAVAILABLE}
[junit4] 2> 111504 INFO (coreCloseExecutor-445-thread-2)
[n:127.0.0.1:52031_solr c:workQueue s:shard1 r:core_node3
x:workQueue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.workQueue.shard1.leader, tag=397766023
[junit4] 2> 111506 INFO
(zkCallback-45-thread-1-processing-n:127.0.0.1:52031_solr)
[n:127.0.0.1:52031_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 111506 INFO (coreCloseExecutor-445-thread-1)
[n:127.0.0.1:52031_solr c:collection1_collection s:shard2 r:core_node4
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.core.collection1_collection.shard2.replica_n2, tag=923836770
[junit4] 2> 111506 INFO
(zkCallback-47-thread-2-processing-n:127.0.0.1:52030_solr)
[n:127.0.0.1:52030_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 111506 INFO (coreCloseExecutor-445-thread-1)
[n:127.0.0.1:52031_solr c:collection1_collection s:shard2 r:core_node4
x:collection1_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1561d1a: rootName =
solr_52031, domain = solr.core.collection1_collection.shard2.replica_n2,
service url = null, agent id = null] for registry
solr.core.collection1_collection.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@7df54a80
[junit4] 2> 111515 INFO (coreCloseExecutor-445-thread-1)
[n:127.0.0.1:52031_solr c:collection1_collection s:shard2 r:core_node4
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.collection1_collection.shard2.leader, tag=923836770
[junit4] 2> 111516 INFO (jetty-closer-26-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98675902300291082-127.0.0.1:52030_solr-n_0000000000) closing
[junit4] 2> 111516 INFO
(OverseerStateUpdate-98675902300291082-127.0.0.1:52030_solr-n_0000000000)
[n:127.0.0.1:52030_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:52030_solr
[junit4] 2> 111517 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15e9135d880000a, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 111519 WARN
(zkCallback-47-thread-2-processing-n:127.0.0.1:52030_solr)
[n:127.0.0.1:52030_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 111520 INFO (jetty-closer-26-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5486f883{/solr,null,UNAVAILABLE}
[junit4] 2> 111520 INFO
(zkCallback-45-thread-1-processing-n:127.0.0.1:52031_solr)
[n:127.0.0.1:52031_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:52031_solr
[junit4] 2> 113020 WARN
(zkCallback-45-thread-2-processing-n:127.0.0.1:52031_solr)
[n:127.0.0.1:52031_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 113020 INFO (jetty-closer-26-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1f6d6dd3{/solr,null,UNAVAILABLE}
[junit4] 2> 113021 ERROR
(SUITE-StreamExpressionTest-seed#[A3881D62673B49CB]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 113023 INFO
(SUITE-StreamExpressionTest-seed#[A3881D62673B49CB]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:52024 52024
[junit4] 2> 113024 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:52024 52024
[junit4] 2> 113027 WARN (Thread-13) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 72 /solr/aliases.json
[junit4] 2> 13 /solr/configs/conf
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 72 /solr/clusterprops.json
[junit4] 2> 72 /solr/clusterstate.json
[junit4] 2> 20 /solr/collections/destination/state.json
[junit4] 2> 20
/solr/collections/parallelDestinationCollection/state.json
[junit4] 2> 20
/solr/collections/destinationCollection/state.json
[junit4] 2> 20
/solr/collections/parallelDestinationCollection1/state.json
[junit4] 2> 20 /solr/collections/mainCorpus/state.json
[junit4] 2> 18 /solr/collections/workQueue/state.json
[junit4] 2> 10
/solr/collections/collection1_collection/state.json
[junit4] 2> 2
/solr/overseer_elect/election/98675902300291082-127.0.0.1:52030_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 72 /solr/live_nodes
[junit4] 2> 72 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.io.stream.StreamExpressionTest_A3881D62673B49CB-001
[junit4] 2> Sep 17, 2017 7:01:14 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{expr_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
join2_s=PostingsFormat(name=MockRandom),
multiDefault=PostingsFormat(name=MockRandom),
subject=PostingsFormat(name=MockRandom), a1_s=Lucene50(blocksize=128),
a2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
test_t=PostingsFormat(name=Memory),
level1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
ident_s=Lucene50(blocksize=128), body_t=PostingsFormat(name=Memory),
s_multi=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
col_s=Lucene50(blocksize=128), a_ss=PostingsFormat(name=MockRandom),
level2_s=Lucene50(blocksize=128),
a_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_t=PostingsFormat(name=MockRandom), side_s=PostingsFormat(name=Memory),
id=PostingsFormat(name=Memory),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{expr_s=DocValuesFormat(name=Lucene70),
join2_s=DocValuesFormat(name=Memory),
multiDefault=DocValuesFormat(name=Memory),
price_f=DocValuesFormat(name=Memory), a1_s=DocValuesFormat(name=Lucene70),
join1_i=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Lucene70),
a2_s=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Direct),
join3_i=DocValuesFormat(name=Direct), test_i=DocValuesFormat(name=Memory),
field_i=DocValuesFormat(name=Memory), level1_s=DocValuesFormat(name=Lucene70),
s_multi=DocValuesFormat(name=Lucene70), col_s=DocValuesFormat(name=Lucene70),
a_ss=DocValuesFormat(name=Memory), level2_s=DocValuesFormat(name=Lucene70),
a_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Memory), i_multi=DocValuesFormat(name=Direct),
b_ls=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Lucene70),
ident_s=DocValuesFormat(name=Lucene70), order_i=DocValuesFormat(name=Memory),
_version_=DocValuesFormat(name=Lucene70), side_s=DocValuesFormat(name=Direct),
miles_i=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1222,
maxMBSortInHeap=5.293201270085049, sim=RandomSimilarity(queryNorm=false): {},
locale=es-EC, timezone=Africa/Ceuta
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=1,free=23183176,total=135995392
[junit4] 2> NOTE: All tests run in this JVM: [RegressionEvaluatorTest,
TestSuggesterResponse, HyperbolicCosineEvaluatorTest,
UniformDistributionEvaluatorTest, TestClusteringResponse,
GreaterThanEqualToEvaluatorTest, JsonValidatorTest, TestXMLEscaping,
SolrDocumentTest, OrEvaluatorTest, TestCoreAdmin, AndEvaluatorTest,
TangentEvaluatorTest, ArcCosineEvaluatorTest, StreamExpressionTest]
[junit4] Completed [74/145 (1!)] on J0 in 96.53s, 109 tests, 1 error, 9
skipped <<< FAILURES!
[...truncated 45581 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]