Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7038/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC
5 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.lucene.index.TestBackwardsCompatibility
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_A3C0ED4A367F53C2-001\3.0.2-cfs-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_A3C0ED4A367F53C2-001\3.0.2-cfs-001
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_A3C0ED4A367F53C2-001\3.0.2-cfs-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_A3C0ED4A367F53C2-001\3.0.2-cfs-001
at __randomizedtesting.SeedInfo.seed([A3C0ED4A367F53C2]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple
Error Message:
IOException occured when talking to server at: http://127.0.0.1:59947/solr
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:59947/solr
at
__randomizedtesting.SeedInfo.seed([591029C2D05B6F0:3D2226620AF66221]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
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.sendRequest(CloudSolrClient.java:1103)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketException: Software caused connection abort: recv
failed
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 47 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-008:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-008
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-008:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-008
at __randomizedtesting.SeedInfo.seed([591029C2D05B6F0]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestSolrIndexConfig
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrIndexConfig_591029C2D05B6F0-001\init-core-data-001:
java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrIndexConfig_591029C2D05B6F0-001\init-core-data-001
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrIndexConfig_591029C2D05B6F0-001\init-core-data-001:
java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrIndexConfig_591029C2D05B6F0-001\init-core-data-001
at __randomizedtesting.SeedInfo.seed([591029C2D05B6F0]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
junit.framework.TestSuite.org.apache.solr.servlet.DirectSolrConnectionTest
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_591029C2D05B6F0-001\init-core-data-001:
java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_591029C2D05B6F0-001\init-core-data-001
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_591029C2D05B6F0-001\init-core-data-001:
java.nio.file.NoSuchFileException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.servlet.DirectSolrConnectionTest_591029C2D05B6F0-001\init-core-data-001
at __randomizedtesting.SeedInfo.seed([591029C2D05B6F0]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 4628 lines...]
[junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
[junit4] IGNOR/A 0.02s J0 |
TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 |
TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 |
TestBackwardsCompatibility.testCreateSingleSegmentCFS
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateCFS
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 |
TestBackwardsCompatibility.testCreateMoreTermsIndex
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
[junit4] > Assumption #1: backcompat creation tests must be run with
-Dtests.bwcdir=/path/to/write/indexes
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{content6=Lucene50(blocksize=128), content5=PostingsFormat(name=Memory),
content4=Lucene50(blocksize=128),
content3=PostingsFormat(name=LuceneVarGapFixedInterval),
content2=Lucene50(blocksize=128), fie?ld=Lucene50(blocksize=128),
utf8=Lucene50(blocksize=128), id=Lucene50(blocksize=128),
content=Lucene50(blocksize=128), autf8=PostingsFormat(name=Memory)},
docValues:{ndv2=DocValuesFormat(name=Asserting),
ndv1=DocValuesFormat(name=Direct), utf8=DocValuesFormat(name=Direct),
fie?ld=DocValuesFormat(name=Direct), dvShort=DocValuesFormat(name=Asserting),
dvInt=DocValuesFormat(name=Direct), longPoint2d=DocValuesFormat(name=Memory),
dvBytesSortedVar=DocValuesFormat(name=Direct),
dvSortedSet=DocValuesFormat(name=Lucene70),
content=DocValuesFormat(name=Direct),
floatPoint1d=DocValuesFormat(name=Lucene70),
bdv2=DocValuesFormat(name=Asserting), bdv2_c=DocValuesFormat(name=Memory),
intPoint1d=DocValuesFormat(name=Memory), bdv1=DocValuesFormat(name=Direct),
bdv1_c=DocValuesFormat(name=Direct),
doublePoint2d=DocValuesFormat(name=Direct),
dvBytesDerefVar=DocValuesFormat(name=Asserting),
id=DocValuesFormat(name=Lucene70), binaryPoint2d=DocValuesFormat(name=Direct),
dvSortedNumeric=DocValuesFormat(name=Memory),
dvBytesDerefFixed=DocValuesFormat(name=Lucene70),
autf8=DocValuesFormat(name=Asserting),
dvBytesSortedFixed=DocValuesFormat(name=Asserting),
dvBytesStraightVar=DocValuesFormat(name=Memory),
dvBytesStraightFixed=DocValuesFormat(name=Direct),
dvLong=DocValuesFormat(name=Memory),
longPoint1d=DocValuesFormat(name=Lucene70),
floatPoint2d=DocValuesFormat(name=Asserting),
dvDouble=DocValuesFormat(name=Lucene70),
dvFloat=DocValuesFormat(name=Asserting), content6=DocValuesFormat(name=Direct),
content5=DocValuesFormat(name=Asserting),
dvPacked=DocValuesFormat(name=Memory),
intPoint2d=DocValuesFormat(name=Lucene70),
content4=DocValuesFormat(name=Lucene70), content3=DocValuesFormat(name=Memory),
content2=DocValuesFormat(name=Direct),
doublePoint1d=DocValuesFormat(name=Memory),
dvByte=DocValuesFormat(name=Memory), ndv1_c=DocValuesFormat(name=Direct),
ndv2_c=DocValuesFormat(name=Memory),
binaryPoint1d=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=593,
maxMBSortInHeap=7.198967973600514,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@11923fdd),
locale=mzn, timezone=Europe/Saratov
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=3,threads=1,free=76864848,total=141033472
[junit4] 2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestBackwardsCompatibility -Dtests.seed=A3C0ED4A367F53C2
-Dtests.slow=true -Dtests.locale=mzn -Dtests.timezone=Europe/Saratov
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J0 | TestBackwardsCompatibility (suite) <<<
[junit4] > Throwable #1: java.io.IOException: Could not remove the
following files (in the order of attempts):
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_A3C0ED4A367F53C2-001\3.0.2-cfs-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\backward-codecs\test\J0\temp\lucene.index.TestBackwardsCompatibility_A3C0ED4A367F53C2-001\3.0.2-cfs-001
[junit4] > at
__randomizedtesting.SeedInfo.seed([A3C0ED4A367F53C2]:0)
[junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] Completed [3/3 (1!)] on J0 in 8.66s, 30 tests, 1 error, 8 skipped
<<< FAILURES!
[...truncated 8256 lines...]
[junit4] Suite: org.apache.solr.core.TestLazyCores
[junit4] 2> 1925481 INFO
(SUITE-TestLazyCores-seed#[591029C2D05B6F0]-worker) [ ] o.a.s.SolrTestCaseJ4
SecureRandom sanity checks: test.solr.allowed.securerandom=null &
java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\init-core-data-001
[junit4] 2> 1925481 WARN
(SUITE-TestLazyCores-seed#[591029C2D05B6F0]-worker) [ ] o.a.s.SolrTestCaseJ4
startTrackingSearchers: numOpens=20 numCloses=20
[junit4] 2> 1925482 INFO
(SUITE-TestLazyCores-seed#[591029C2D05B6F0]-worker) [ ] o.a.s.SolrTestCaseJ4
Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1925484 INFO
(SUITE-TestLazyCores-seed#[591029C2D05B6F0]-worker) [ ] o.a.s.SolrTestCaseJ4
Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1925486 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
[junit4] 2> 1925557 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\solr.xml
[junit4] 2> 1925560 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1925560 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1925560 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1925596 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1925603 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1925603 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1925605 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1925613 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1925614 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1925627 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
[junit4] 2> 1925630 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1925630 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\collection1,
trusted=true
[junit4] 2> 1925631 INFO (coreLoadExecutor-7778-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@56ff0d68
[junit4] 2> 1925631 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1925631 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\collection1\data\]
[junit4] 2> 1925637 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=29.4345703125,
floorSegmentMB=0.2724609375, forceMergeDeletesPctAllowed=21.738446522260762,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.12356303383907115
[junit4] 2> 1925642 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
[junit4] 2> 1925645 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1925645 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\collection5,
trusted=true
[junit4] 2> 1925645 INFO (coreLoadExecutor-7778-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@56ff0d68
[junit4] 2> 1925645 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1925645 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\collection5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\collection5\data\]
[junit4] 2> 1925678 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=29.4345703125,
floorSegmentMB=0.2724609375, forceMergeDeletesPctAllowed=21.738446522260762,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.12356303383907115
[junit4] 2> 1925685 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1925690 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
[junit4] 2> 1925692 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1925692 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using
configuration from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\collection2,
trusted=true
[junit4] 2> 1925692 INFO (coreLoadExecutor-7778-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@56ff0d68
[junit4] 2> 1925692 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1925692 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\collection2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\collection2\data\]
[junit4] 2> 1925702 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=29.4345703125,
floorSegmentMB=0.2724609375, forceMergeDeletesPctAllowed=21.738446522260762,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.12356303383907115
[junit4] 2> 1925729 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1925729 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1925730 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8704388515718862]
[junit4] 2> 1925786 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1925786 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1925787 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8704388515718862]
[junit4] 2> 1925792 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1925793 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1925793 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8704388515718862]
[junit4] 2> 1925797 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7f1b3eb2[collection5] main]
[junit4] 2> 1925801 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\collection5\conf
[junit4] 2> 1925802 INFO (coreLoadExecutor-7778-thread-3) [
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1925802 INFO
(searcherExecutor-7780-thread-1-processing-x:collection5) [ x:collection5]
o.a.s.c.SolrCore [collection5] Registered new searcher
Searcher@7f1b3eb2[collection5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1925804 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@20581f31[collection2] main]
[junit4] 2> 1925805 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6298e007[collection1] main]
[junit4] 2> 1925805 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\collection2\conf
[junit4] 2> 1925805 INFO (coreLoadExecutor-7778-thread-2) [
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1925806 INFO
(searcherExecutor-7781-thread-1-processing-x:collection2) [ x:collection2]
o.a.s.c.SolrCore [collection2] Registered new searcher
Searcher@20581f31[collection2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1925807 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\collection1\conf
[junit4] 2> 1925807 INFO (coreLoadExecutor-7778-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1925808 INFO
(searcherExecutor-7779-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6298e007[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1925833 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [ ]
o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
[junit4] 2> 1925841 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1925846 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1925848 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1925848 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core1,
trusted=true
[junit4] 2> 1925849 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1'
(registry 'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1925849 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1925849 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core1\data\]
[junit4] 2> 1925855 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=231253534,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1925913 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1925913 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1925914 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8987847356463505]
[junit4] 2> 1925916 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@79c71fb8[core1] main]
[junit4] 2> 1925917 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core1\conf
[junit4] 2> 1925918 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1925919 INFO
(searcherExecutor-7792-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@79c71fb8[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1925920 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
[junit4] 2> 1925942 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1925949 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1925951 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1925951 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core2,
trusted=true
[junit4] 2> 1925951 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2'
(registry 'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1925951 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1925952 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core2\data\]
[junit4] 2> 1925957 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=52.5458984375,
floorSegmentMB=1.5166015625, forceMergeDeletesPctAllowed=24.44234145301659,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1926038 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926038 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926040 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1926041 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64a684a2[core2] main]
[junit4] 2> 1926047 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core2\conf
[junit4] 2> 1926053 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926053 INFO
(searcherExecutor-7797-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@64a684a2[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926054 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
[junit4] 2> 1926064 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926070 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1926072 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926072 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core3,
trusted=true
[junit4] 2> 1926072 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3'
(registry 'solr.core.core3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926073 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926073 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core3\data\]
[junit4] 2> 1926078 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=94.08203125,
floorSegmentMB=1.03515625, forceMergeDeletesPctAllowed=10.486817648536062,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6862213375189791
[junit4] 2> 1926141 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926141 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926142 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=81.125,
floorSegmentMB=1.908203125, forceMergeDeletesPctAllowed=20.573834726220937,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1926152 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@29b19a90[core3] main]
[junit4] 2> 1926153 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core3\conf
[junit4] 2> 1926154 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926154 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
[junit4] 2> 1926155 INFO
(searcherExecutor-7802-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@29b19a90[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926161 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926167 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1926169 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926169 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core4,
trusted=true
[junit4] 2> 1926170 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4'
(registry 'solr.core.core4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926170 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926170 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core4\data\]
[junit4] 2> 1926175 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5040904917665489]
[junit4] 2> 1926224 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926224 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926225 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8438865749357577]
[junit4] 2> 1926226 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6549f567[core4] main]
[junit4] 2> 1926226 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core4\conf
[junit4] 2> 1926227 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926227 INFO
(searcherExecutor-7807-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@6549f567[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926228 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core
[collection2]
[junit4] 2> 1926228 INFO (Thread-3866) [ ] o.a.s.c.SolrCore
[collection2] CLOSING SolrCore org.apache.solr.core.SolrCore@5ea46ee2
[junit4] 2> 1926228 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.a.CoreAdminOperation core create command
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
[junit4] 2> 1926228 INFO (Thread-3866) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.collection2, tag=1587834594
[junit4] 2> 1926228 INFO (Thread-3866) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@53bbd7:
rootName = null, domain = solr.core.collection2, service url = null, agent id =
null] for registry solr.core.collection2 /
com.codahale.metrics.MetricRegistry@3273cd1e
[junit4] 2> 1926235 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926242 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 1926244 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926244 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core5,
trusted=true
[junit4] 2> 1926244 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core5'
(registry 'solr.core.core5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926245 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926245 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core5\data\]
[junit4] 2> 1926253 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.661273201682831]
[junit4] 2> 1926319 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926319 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926320 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1829727798,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1926321 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ff01a91[core5] main]
[junit4] 2> 1926321 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core5\conf
[junit4] 2> 1926322 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926322 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core1]
[junit4] 2> 1926322 INFO (Thread-3866) [ ] o.a.s.c.SolrCore [core1]
CLOSING SolrCore org.apache.solr.core.SolrCore@58b72d58
[junit4] 2> 1926323 INFO (Thread-3866) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.core1, tag=1488399704
[junit4] 2> 1926323 INFO
(searcherExecutor-7812-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@4ff01a91[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926323 INFO (Thread-3866) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cf60b50:
rootName = null, domain = solr.core.core1, service url = null, agent id = null]
for registry solr.core.core1 / com.codahale.metrics.MetricRegistry@388ba66e
[junit4] 2> 1926335 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926340 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
[junit4] 2> 1926342 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926342 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core1,
trusted=true
[junit4] 2> 1926358 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1'
(registry 'solr.core.core1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926358 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926358 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core1\data\]
[junit4] 2> 1926413 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926413 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926415 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=71.166015625,
floorSegmentMB=0.2255859375, forceMergeDeletesPctAllowed=14.028488816322923,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1926420 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@24c33ede[core1] main]
[junit4] 2> 1926421 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core1\conf
[junit4] 2> 1926422 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926423 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core2]
[junit4] 2> 1926423 INFO (Thread-3866) [ ] o.a.s.c.SolrCore [core2]
CLOSING SolrCore org.apache.solr.core.SolrCore@506aa02d
[junit4] 2> 1926423 INFO (Thread-3866) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.core2, tag=1349165101
[junit4] 2> 1926423 INFO (Thread-3866) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fad4107:
rootName = null, domain = solr.core.core2, service url = null, agent id = null]
for registry solr.core.core2 / com.codahale.metrics.MetricRegistry@51be0689
[junit4] 2> 1926431 INFO
(searcherExecutor-7816-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@24c33ede[core1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926440 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926455 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
[junit4] 2> 1926457 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926457 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core2,
trusted=true
[junit4] 2> 1926475 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2'
(registry 'solr.core.core2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926475 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926475 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core2\data\]
[junit4] 2> 1926533 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926533 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926535 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@7ac9f92d
[junit4] 2> 1926536 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cb1ba9b[core2] main]
[junit4] 2> 1926538 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core2\conf
[junit4] 2> 1926540 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926542 INFO
(searcherExecutor-7820-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@4cb1ba9b[core2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926543 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core3]
[junit4] 2> 1926544 INFO (Thread-3866) [ ] o.a.s.c.SolrCore [core3]
CLOSING SolrCore org.apache.solr.core.SolrCore@289229f7
[junit4] 2> 1926544 INFO (Thread-3866) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.core3, tag=680667639
[junit4] 2> 1926544 INFO (Thread-3866) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@162221e6:
rootName = null, domain = solr.core.core3, service url = null, agent id = null]
for registry solr.core.core3 / com.codahale.metrics.MetricRegistry@2963c394
[junit4] 2> 1926561 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926567 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
[junit4] 2> 1926569 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926569 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core3,
trusted=true
[junit4] 2> 1926591 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3'
(registry 'solr.core.core3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926591 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926592 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core3],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core3\data\]
[junit4] 2> 1926639 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926639 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926641 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7302562696658514]
[junit4] 2> 1926642 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@560a7be9[core3] main]
[junit4] 2> 1926642 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core3\conf
[junit4] 2> 1926643 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926643 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core4]
[junit4] 2> 1926643 INFO (Thread-3866) [ ] o.a.s.c.SolrCore [core4]
CLOSING SolrCore org.apache.solr.core.SolrCore@2c2e53e6
[junit4] 2> 1926643 INFO (Thread-3866) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.core4, tag=741233638
[junit4] 2> 1926643 INFO (Thread-3866) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19e2a820:
rootName = null, domain = solr.core.core4, service url = null, agent id = null]
for registry solr.core.core4 / com.codahale.metrics.MetricRegistry@3c8d0727
[junit4] 2> 1926644 INFO
(searcherExecutor-7824-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@560a7be9[core3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926664 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926669 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
[junit4] 2> 1926671 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926671 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core4,
trusted=true
[junit4] 2> 1926686 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4'
(registry 'solr.core.core4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926686 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926687 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core4\data\]
[junit4] 2> 1926732 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926732 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926734 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=23.064453125,
floorSegmentMB=0.7109375, forceMergeDeletesPctAllowed=14.725193839939193,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1926734 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6125c886[core4] main]
[junit4] 2> 1926735 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core4\conf
[junit4] 2> 1926735 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926735 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core5]
[junit4] 2> 1926735 INFO (Thread-3866) [ ] o.a.s.c.SolrCore [core5]
CLOSING SolrCore org.apache.solr.core.SolrCore@509db735
[junit4] 2> 1926736 INFO (Thread-3866) [ ] o.a.s.m.SolrMetricManager
Closing metric reporters for registry=solr.core.core5, tag=1352513333
[junit4] 2> 1926736 INFO (Thread-3866) [ ] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1535a27d:
rootName = null, domain = solr.core.core5, service url = null, agent id = null]
for registry solr.core.core5 / com.codahale.metrics.MetricRegistry@32676b23
[junit4] 2> 1926736 INFO
(searcherExecutor-7828-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@6125c886[core4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926748 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1926753 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema [core5] Schema name=tiny
[junit4] 2> 1926754 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 1926754 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration
from instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core5,
trusted=true
[junit4] 2> 1926768 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core5'
(registry 'solr.core.core5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@56ff0d68
[junit4] 2> 1926768 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1926768 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core5],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\.\core5\data\]
[junit4] 2> 1926836 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1926836 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1926838 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=70.5205078125,
floorSegmentMB=1.818359375, forceMergeDeletesPctAllowed=13.823020555159024,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1926839 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15d59f16[core5] main]
[junit4] 2> 1926842 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use
dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-001\core5\conf
[junit4] 2> 1926842 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1926843 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core1]
[junit4] 2> 1926843 INFO
(searcherExecutor-7832-thread-1-processing-x:core1) [ x:core1]
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@15d59f16[core5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1926844 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core2, tag=null
[junit4] 2> 1926844 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c5e558e: rootName = null,
domain = solr.core.core2, service url = null, agent id = null] for registry
solr.core.core2 / com.codahale.metrics.MetricRegistry@51be0689
[junit4] 2> 1926855 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1926956 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1927056 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1927158 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1927258 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1927359 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1927460 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms before
checking again.
[junit4] 2> 1927467 INFO (Thread-3867) [ x:core1] o.a.s.c.SolrCore
[core1] CLOSING SolrCore org.apache.solr.core.SolrCore@4aa6215d
[junit4] 2> 1927467 INFO (Thread-3867) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core1, tag=1252401501
[junit4] 2> 1927467 INFO (Thread-3867) [ x:core1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@23ff9886: rootName = null,
domain = solr.core.core1, service url = null, agent id = null] for registry
solr.core.core1 / com.codahale.metrics.MetricRegistry@388ba66e
[junit4] 2> 1927474 INFO (Thread-3867) [ x:core1] o.a.s.c.SolrCore
[core2] CLOSING SolrCore org.apache.solr.core.SolrCore@14ba68a8
[junit4] 2> 1927475 INFO (Thread-3867) [ x:core1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core2, tag=347760808
[junit4] 2> 1927561 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core3, tag=null
[junit4] 2> 1927561 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@629b526d: rootName = null,
domain = solr.core.core3, service url = null, agent id = null] for registry
solr.core.core3 / com.codahale.metrics.MetricRegistry@2963c394
[junit4] 2> 1927569 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [core3] CLOSING SolrCore
org.apache.solr.core.SolrCore@77e57293
[junit4] 2> 1927569 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core3, tag=2011525779
[junit4] 2> 1927570 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core4, tag=null
[junit4] 2> 1927570 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6cc45704: rootName = null,
domain = solr.core.core4, service url = null, agent id = null] for registry
solr.core.core4 / com.codahale.metrics.MetricRegistry@3c8d0727
[junit4] 2> 1927578 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [core4] CLOSING SolrCore
org.apache.solr.core.SolrCore@5c64f164
[junit4] 2> 1927578 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core4, tag=1550119268
[junit4] 2> 1927579 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core5, tag=null
[junit4] 2> 1927579 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5515cb20: rootName = null,
domain = solr.core.core5, service url = null, agent id = null] for registry
solr.core.core5 / com.codahale.metrics.MetricRegistry@32676b23
[junit4] 2> 1927587 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.SolrCore [core5] CLOSING SolrCore
org.apache.solr.core.SolrCore@4b758f13
[junit4] 2> 1927587 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.core5, tag=1265995539
[junit4] 2> 1927588 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=429505170
[junit4] 2> 1927588 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1927588 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@62ee0c02: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@26ef186a
[junit4] 2> 1927592 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1927592 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3e117f45: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@442f309b
[junit4] 2> 1927594 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1927595 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a31abb5: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@629b3b04
[junit4] 2> 1927595 INFO
(coreCloseExecutor-7841-thread-1-processing-x:core1) [ x:collection5]
o.a.s.c.SolrCore [collection5] CLOSING SolrCore
org.apache.solr.core.SolrCore@614a67b6
[junit4] 2> 1927595 INFO
(coreCloseExecutor-7841-thread-2-processing-x:core1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5313a9d6
[junit4] 2> 1927595 INFO
(coreCloseExecutor-7841-thread-1-processing-x:core1) [ x:collection5]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection5, tag=1632266166
[junit4] 2> 1927595 INFO
(coreCloseExecutor-7841-thread-1-processing-x:core1) [ x:collection5]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@37b3a1d1: rootName = null,
domain = solr.core.collection5, service url = null, agent id = null] for
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@25cfb477
[junit4] 2> 1927600 INFO
(coreCloseExecutor-7841-thread-2-processing-x:core1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1393797590
[junit4] 2> 1927600 INFO
(coreCloseExecutor-7841-thread-2-processing-x:core1) [ x:collection1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c3e614e: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@666c232f
[junit4] 2> 1927606 INFO
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[591029C2D05B6F0]) [
x:core1] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
[junit4] 2> 1927608 INFO
(TEST-TestLazyCores.testRace-seed#[591029C2D05B6F0]) [ x:core1]
o.a.s.SolrTestCaseJ4 ###Starting testRace
[junit4] 2> 1927647 INFO
(TEST-TestLazyCores.testRace-seed#[591029C2D05B6F0]) [ x:core1]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_591029C2D05B6F0-001\tempDir-002\solr.xml
[junit4] 2> 1927649 INFO
(TEST-TestLazyCores.testRace-seed#[591029C2D05B6F0]) [ x:core1]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ig
[...truncated too long message...]
ker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59943 59943
[junit4] 2> 2693310 INFO (Thread-5423) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:59943 59943
[junit4] 2> 2693311 WARN (Thread-5423) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 23 /solr/collections/testSimple2/state.json
[junit4] 2> 21 /solr/collections/testSimple1/state.json
[junit4] 2> 9 /solr/collections/testSimple3/state.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard1/election/99112648596979719-core_node5-n_0000000000
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard2/election/99112648596979719-core_node8-n_0000000000
[junit4] 2> 2
/solr/collections/testSimple2/leader_elect/shard1/election/99112648596979721-core_node3-n_0000000000
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/99112648596979719-127.0.0.1:59951_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_591029C2D05B6F0-001
[junit4] 2> Dec 03, 2017 10:10:11 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 4 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1763, maxMBSortInHeap=5.121857239692931,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a6fbe33),
locale=es-PE, timezone=Etc/GMT-8
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=3,threads=1,free=195727616,total=464519168
[junit4] 2> NOTE: All tests run in this JVM:
[TestSweetSpotSimilarityFactory, DirectUpdateHandlerTest, ResourceLoaderTest,
ClusterStateTest, TestMultiValuedNumericRangeQuery,
HdfsTlogReplayBufferedWhileIndexingTest, TestCoreDiscovery, SolrTestCaseJ4Test,
TestFieldCacheReopen, SpatialFilterTest, SliceStateTest, ReplaceNodeTest,
TestScoreJoinQPNoScore, TestHighFrequencyDictionaryFactory,
TestIndexingPerformance, CursorPagingTest, TestNumericTerms32, ForceLeaderTest,
TestStressCloudBlindAtomicUpdates, CdcrBootstrapTest, StatsComponentTest,
HighlighterMaxOffsetTest, TestExactSharedStatsCache, TestMacros,
IndexBasedSpellCheckerTest, TestSolrCLIRunExample, TestPullReplica,
SolrMetricManagerTest, WordBreakSolrSpellCheckerTest,
TestExclusionRuleCollectionAccess, TestSSLRandomization, ReturnFieldsTest,
TestReloadDeadlock, InfixSuggestersTest, TestHttpShardHandlerFactory,
CdcrVersionReplicationTest, CachingDirectoryFactoryTest,
ShowFileRequestHandlerTest, TestRetrieveFieldsOptimizer, UUIDFieldTest,
HLLUtilTest, TestLRUStatsCache, TestAuthenticationFramework,
SimpleCollectionCreateDeleteTest, ConnectionReuseTest, TestRealTimeGet,
TestCollapseQParserPlugin, ChaosMonkeySafeLeaderWithPullReplicasTest,
TestCryptoKeys, TestFileDictionaryLookup, SolrCmdDistributorTest,
TestSolrDeletionPolicy2, TestLegacyField, HdfsWriteToMultipleCollectionsTest,
CoreAdminRequestStatusTest, TestJsonRequest, TestUseDocValuesAsStored,
DistributedDebugComponentTest, TestFuzzyAnalyzedSuggestions, TestRangeQuery,
BitVectorTest, ResponseLogComponentTest, BlockDirectoryTest,
TestRandomDVFaceting, TestShortCircuitedRequests, MultiThreadedOCPTest,
SolrJmxReporterTest, TestAuthorizationFramework, TestClusterStateMutator,
AtomicUpdatesTest, BaseCdcrDistributedZkTest, TestCloudNestedDocsSort,
AnalysisErrorHandlingTest, SuggesterFSTTest, ZkControllerTest,
AnalyticsMergeStrategyTest, InfoHandlerTest, TestUninvertingReader,
MetricUtilsTest, V2ApiIntegrationTest, TestLockTree, TestStressUserVersions,
TestJmxIntegration, TestJavabinTupleStreamParser,
TestEmbeddedSolrServerAdminHandler, OutOfBoxZkACLAndCredentialsProvidersTest,
TestNRTOpen, CSVRequestHandlerTest, OverseerTaskQueueTest, TestConfigsApi,
QueryResultKeyTest, DistributedQueryComponentCustomSortTest, CoreSorterTest,
UnloadDistributedZkTest, TestSolrCloudSnapshots,
TestCursorMarkWithoutUniqueKey, TestSimpleQParserPlugin,
TestAtomicUpdateErrorCases, TestMinMaxOnMultiValuedField,
TestLeaderInitiatedRecoveryThread, TestDistributedSearch, HdfsSyncSliceTest,
TemplateUpdateProcessorTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestCSVResponseWriter, LeaderElectionTest, DistanceFunctionTest,
TestNumericRangeQuery64, LegacyCloudClusterPropTest, TestRequestForwarding,
DistributedVersionInfoTest, ClusterStateUpdateTest, TimeZoneUtilsTest,
HttpPartitionTest, SpellCheckComponentTest, TestJoin, BasicAuthStandaloneTest,
DistribJoinFromCollectionTest, SolrGraphiteReporterTest, DateFieldTest,
SortByFunctionTest, EnumFieldTest, RecoveryZkTest, OverseerRolesTest,
TestTolerantSearch, TestSolrFieldCacheBean, UtilsToolTest,
TestManagedSchemaThreadSafety, TestConfigSetProperties, SpellCheckCollatorTest,
TestJsonFacetRefinement, TestFieldTypeResource, ZkCLITest,
SolrRequestParserTest, NotRequiredUniqueKeyTest, TestUtilizeNode,
TestDistribDocBasedVersion, TestObjectReleaseTracker, UpdateLogTest,
TestFieldCacheSortRandom, NumericFieldsTest, DeleteNodeTest, HdfsDirectoryTest,
TestManagedResource, NodeAddedTriggerTest, TestQuerySenderListener,
ConvertedLegacyTest, SolrIndexMetricsTest, TestIBSimilarityFactory,
SuggesterTSTTest, TestComplexPhraseQParserPlugin, TestOmitPositions,
TestDocTermOrds, TestCollectionsAPIViaSolrCloudCluster, DateMathParserTest,
TestCloudPivotFacet, DeleteShardTest, RequestHandlersTest,
AddSchemaFieldsUpdateProcessorFactoryTest, DefaultValueUpdateProcessorTest,
CdcrReplicationHandlerTest, TestDFRSimilarityFactory, HttpSolrCallGetCoreTest,
OutputWriterTest, AsyncCallRequestStatusResponseTest,
TestReplicationHandlerBackup, TestFieldCacheWithThreads, ConfigSetsAPITest,
TestLegacyNumericUtils, TestQuerySenderNoQuery, TestInPlaceUpdatesDistrib,
PrimitiveFieldTypeTest, BlobRepositoryCloudTest,
DistributedSpellCheckComponentTest, TestSurroundQueryParser, TestSolr4Spatial,
TestMultiWordSynonyms, TestClusterProperties, TestCloudRecovery,
DistributedFacetPivotSmallTest, TestOnReconnectListenerSupport,
TestPayloadScoreQParserPlugin, MetricsConfigTest, BasicDistributedZkTest,
CollectionsAPIDistributedZkTest, TestZkChroot, ShardRoutingCustomTest,
TestFaceting, TestRecovery, TermVectorComponentDistributedTest,
TestStressReorder, DistributedTermsComponentTest, TestCoreContainer,
SimpleFacetsTest, TestGroupingSearch, BadIndexSchemaTest, TestFiltering,
TestLazyCores, HighlighterTest, DistributedQueryElevationComponentTest,
TestFoldingMultitermQuery, DocValuesTest, TestUpdate, QueryEqualityTest,
TestRemoteStreaming, SolrInfoBeanTest, DebugComponentTest,
DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest,
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestValueSourceCache,
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest,
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest,
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest,
UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, HighlighterConfigTest, AlternateDirectoryTest,
TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestStressRecovery,
TestMergePolicyConfig, MultiTermTest, TestBinaryField, TestSearchPerf,
MinimalSchemaTest, TestConfig, TestSolrCoreProperties,
TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion,
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport,
EchoParamsTest, TestBM25SimilarityFactory, URLClassifyProcessorTest,
TestFastLRUCache, PreAnalyzedFieldTest, PrimUtilsTest,
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestUtils,
SystemInfoHandlerTest, FileUtilsTest, CircularListTest,
DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest,
TestCrossCoreJoin, TestHighlightDedupGrouping,
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI,
ActionThrottleTest, AddReplicaTest, AliasIntegrationTest,
AssignBackwardCompatibilityTest, CollectionsAPIAsyncDistributedZkTest,
ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest,
LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSTest, NodeMutatorTest,
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest,
PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest,
TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain,
TestCloudSearcherWarming, TestConfigSetsAPIExclusivity,
TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica,
TestLocalFSCloudBackupRestore, TestRandomFlRTGCloud, TestRebalanceLeaders,
TestReplicaProperties, TestRequestStatusCollectionAPI,
TestSkipOverseerOperations, TestSolrCloudWithKerberosAlt,
TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates,
TestStressLiveNodes, TestTolerantUpdateProcessorCloud,
TriLevelCompositeIdRoutingTest, AutoAddReplicasPlanActionTest]
[junit4] Completed [559/752 (4!)] on J0 in 13.80s, 1 test, 1 error <<<
FAILURES!
[...truncated 40816 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]