You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/02/27 20:21:25 UTC

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk1.8.0_172) - Build # 60 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/60/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ActionThrottleTest.testAZeroNanoTimeReturnInWait

Error Message:
987ms

Stack Trace:
java.lang.AssertionError: 987ms
	at __randomizedtesting.SeedInfo.seed([226D255322274531:E106DE619666B8D2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.ActionThrottleTest.testAZeroNanoTimeReturnInWait(ActionThrottleTest.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardRoutingTest.test

Error Message:
expected:<[e!doc4, f1!f2!doc5/5, a!b!, b!doc1, c!doc2, d!doc3, f1!f2!doc5]> but was:<[c!doc1]>

Stack Trace:
java.lang.AssertionError: expected:<[e!doc4, f1!f2!doc5/5, a!b!, b!doc1, c!doc2, d!doc3, f1!f2!doc5]> but was:<[c!doc1]>
	at __randomizedtesting.SeedInfo.seed([226D255322274531:AA391A898CDB28C9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.doQuery(AbstractFullDistribZkTestBase.java:1671)
	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:233)
	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12952 lines...]
   [junit4] Suite: org.apache.solr.cloud.ActionThrottleTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ActionThrottleTest_226D255322274531-001\init-core-data-001
   [junit4]   2> 497997 WARN  (SUITE-ActionThrottleTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 497997 INFO  (SUITE-ActionThrottleTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 497997 INFO  (SUITE-ActionThrottleTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 497997 INFO  (SUITE-ActionThrottleTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 497997 INFO  (TEST-ActionThrottleTest.testBasics-seed#[226D255322274531]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 498106 INFO  (TEST-ActionThrottleTest.testBasics-seed#[226D255322274531]) [    ] o.a.s.c.ActionThrottle Throttling test attempts - waiting for 906ms
   [junit4]   2> 499017 INFO  (TEST-ActionThrottleTest.testBasics-seed#[226D255322274531]) [    ] o.a.s.c.ActionThrottle Throttling test attempts - waiting for 1000ms
   [junit4]   2> 500951 INFO  (TEST-ActionThrottleTest.testBasics-seed#[226D255322274531]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasics
   [junit4]   2> 500951 INFO  (TEST-ActionThrottleTest.testCreateNewThrottleWithLastValue-seed#[226D255322274531]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateNewThrottleWithLastValue
   [junit4]   2> 500951 INFO  (TEST-ActionThrottleTest.testCreateNewThrottleWithLastValue-seed#[226D255322274531]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateNewThrottleWithLastValue
   [junit4]   2> 500951 INFO  (TEST-ActionThrottleTest.testAZeroNanoTimeReturnInWait-seed#[226D255322274531]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAZeroNanoTimeReturnInWait
   [junit4]   2> 500951 INFO  (TEST-ActionThrottleTest.testAZeroNanoTimeReturnInWait-seed#[226D255322274531]) [    ] o.a.s.c.ActionThrottle Throttling test attempts - waiting for 1000ms
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ActionThrottleTest -Dtests.method=testAZeroNanoTimeReturnInWait -Dtests.seed=226D255322274531 -Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=Europe/Guernsey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.00s J1 | ActionThrottleTest.testAZeroNanoTimeReturnInWait <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 987ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([226D255322274531:E106DE619666B8D2]:0)
   [junit4]    > 	at org.apache.solr.cloud.ActionThrottleTest.testAZeroNanoTimeReturnInWait(ActionThrottleTest.java:113)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 501951 INFO  (TEST-ActionThrottleTest.testAZeroNanoTimeReturnInWait-seed#[226D255322274531]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAZeroNanoTimeReturnInWait
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ActionThrottleTest_226D255322274531-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=40, maxMBSortInHeap=5.717635216657335, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@58a8dacf), locale=sr-Latn-RS, timezone=Europe/Guernsey
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=189553952,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib, SpatialRPTFieldTypeTest, TestSQLHandler, HDFSCollectionsAPITest, TestFieldCacheSortRandom, TestDirectoryFactory, TestReqParamsAPI, BaseCdcrDistributedZkTest, TestWordDelimiterFilterFactory, TestHashQParserPlugin, HdfsRecoverLeaseTest, AliasIntegrationTest, TestCodecSupport, TestSimpleTrackingShardHandler, TestJsonFacetsWithNestedObjects, HdfsUnloadDistributedZkTest, SpatialFilterTest, TestSSLRandomization, FacetPivotSmallTest, TestReloadAndDeleteDocs, ChangedSchemaMergeTest, RestartWhileUpdatingTest, MetricTriggerTest, ByteBuffersDirectoryFactoryTest, ConjunctionSolrSpellCheckerTest, DeleteLastCustomShardedReplicaTest, SolrXmlInZkTest, TestScoreJoinQPNoScore, TestSort, ConnectionManagerTest, CdcrReplicationHandlerTest, ZkStateReaderTest, TestRandomCollapseQParserPlugin, TestSolrConfigHandlerCloud, SimpleMLTQParserTest, ImplicitSnitchTest, TestSimpleTextCodec, TestSerializedLuceneMatchVersion, CloudExitableDirectoryReaderTest, TestCloudConsistency, SSLMigrationTest, TestCursorMarkWithoutUniqueKey, NodeAddedTriggerTest, ResponseHeaderTest, TestConfigReload, TestFastOutputStream, TestSimpleQParserPlugin, TestSolrCloudWithKerberosAlt, TestAnalyzeInfixSuggestions, DateRangeFieldTest, TestSolrCloudSnapshots, ActionThrottleTest]
   [junit4] Completed [92/844 (1!)] on J1 in 4.12s, 3 tests, 1 failure <<< FAILURES!

[...truncated 1321 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\init-core-data-001
   [junit4]   2> 2551296 WARN  (SUITE-ShardRoutingTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2551296 INFO  (SUITE-ShardRoutingTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2551302 INFO  (SUITE-ShardRoutingTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2551303 INFO  (SUITE-ShardRoutingTest-seed#[226D255322274531]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2551303 INFO  (SUITE-ShardRoutingTest-seed#[226D255322274531]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /qp_n/
   [junit4]   2> 2551308 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2551308 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2551308 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2551415 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer start zk server on port:58864
   [junit4]   2> 2551415 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58864
   [junit4]   2> 2551415 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58864
   [junit4]   2> 2551477 INFO  (zkConnectionManagerCallback-18992-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2551483 INFO  (zkConnectionManagerCallback-18994-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2551487 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2551488 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2551490 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2551493 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2551495 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2551498 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2551500 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2551501 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2551502 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2551504 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2551505 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2551510 INFO  (zkConnectionManagerCallback-18998-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2551512 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2552292 WARN  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2552293 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2552293 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2552293 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2552293 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2552293 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2552293 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2552300 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ae2ff61{/qp_n,null,AVAILABLE}
   [junit4]   2> 2552301 WARN  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@16acee34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@722776d4{SSL,[ssl, http/1.1]}{127.0.0.1:58875}
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.s.Server Started @2552341ms
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\tempDir-001/control/data, hostContext=/qp_n, hostPort=58875, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\control-001\cores}
   [junit4]   2> 2552302 ERROR (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2552302 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-27T19:33:13.792Z
   [junit4]   2> 2552315 INFO  (zkConnectionManagerCallback-19000-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2552316 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2552316 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\control-001\solr.xml
   [junit4]   2> 2552336 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2552346 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2552350 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2552595 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2552595 WARN  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2552605 WARN  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@29a63105[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2552616 WARN  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2552621 WARN  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@11337851[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2552623 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58864/solr
   [junit4]   2> 2552656 INFO  (zkConnectionManagerCallback-19006-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2552671 INFO  (zkConnectionManagerCallback-19008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2552974 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58875_qp_n
   [junit4]   2> 2552976 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.Overseer Overseer (id=72073507223437317-127.0.0.1:58875_qp_n-n_0000000000) starting
   [junit4]   2> 2552991 INFO  (zkConnectionManagerCallback-19015-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2552994 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2552995 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58875_qp_n
   [junit4]   2> 2552995 INFO  (OverseerStateUpdate-72073507223437317-127.0.0.1:58875_qp_n-n_0000000000) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58875_qp_n
   [junit4]   2> 2552996 INFO  (OverseerStateUpdate-72073507223437317-127.0.0.1:58875_qp_n-n_0000000000) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2553003 INFO  (zkCallback-19014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2553102 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2553141 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2553147 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2553147 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2553151 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\control-001\cores
   [junit4]   2> 2553221 INFO  (zkConnectionManagerCallback-19021-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2553223 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2553224 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2553247 INFO  (qtp677780969-45412) [n:127.0.0.1:58875_qp_n    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58875_qp_n&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2553249 INFO  (OverseerThreadFactory-12984-thread-1-processing-n:127.0.0.1:58875_qp_n) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2553434 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2553434 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2554476 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2554489 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2554587 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2554606 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2554606 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2554606 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 2554614 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=55.3701171875, floorSegmentMB=0.720703125, forceMergeDeletesPctAllowed=19.231410315637476, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=33.82271897341414
   [junit4]   2> 2554622 WARN  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2554705 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2554705 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2554707 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2554707 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2554709 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=30.126953125, floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=24.708086950198382, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22517504700959112, deletesPctAllowed=32.13560967120117
   [junit4]   2> 2554709 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@715c1071[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2554710 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2554710 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2554710 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2554711 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626651750512459776
   [junit4]   2> 2554714 INFO  (searcherExecutor-12989-thread-1-processing-n:127.0.0.1:58875_qp_n x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@715c1071[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2554716 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2554716 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2554719 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2554719 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2554719 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:58875/qp_n/control_collection_shard1_replica_n1/
   [junit4]   2> 2554720 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2554720 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:58875/qp_n/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2554720 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72073507223437317-core_node2-n_0000000000
   [junit4]   2> 2554722 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:58875/qp_n/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2554823 INFO  (zkCallback-19007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2554825 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2554829 INFO  (qtp677780969-45410) [n:127.0.0.1:58875_qp_n c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1395
   [junit4]   2> 2554832 INFO  (qtp677780969-45412) [n:127.0.0.1:58875_qp_n    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2554928 INFO  (zkCallback-19007-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2554928 INFO  (zkCallback-19007-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2554929 INFO  (qtp677780969-45412) [n:127.0.0.1:58875_qp_n    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:58875_qp_n&wt=javabin&version=2} status=0 QTime=1682
   [junit4]   2> 2554947 INFO  (zkConnectionManagerCallback-19027-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2554948 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2554950 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2554950 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2554952 INFO  (qtp677780969-45412) [n:127.0.0.1:58875_qp_n    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2554957 INFO  (OverseerCollectionConfigSetProcessor-72073507223437317-127.0.0.1:58875_qp_n-n_0000000000) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2554957 INFO  (OverseerThreadFactory-12984-thread-2-processing-n:127.0.0.1:58875_qp_n) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2555161 WARN  (OverseerThreadFactory-12984-thread-2-processing-n:127.0.0.1:58875_qp_n) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2555164 INFO  (qtp677780969-45412) [n:127.0.0.1:58875_qp_n    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2555164 INFO  (qtp677780969-45412) [n:127.0.0.1:58875_qp_n    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 2555165 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 2555895 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-1-001 of type NRT
   [junit4]   2> 2555902 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ec93004{/qp_n,null,AVAILABLE}
   [junit4]   2> 2555902 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2783c860[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@398dae2a{SSL,[ssl, http/1.1]}{127.0.0.1:58915}
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server Started @2555945ms
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/qp_n, hostPort=58915, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-1-001\cores}
   [junit4]   2> 2555902 ERROR (closeThreadPool-19028-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2555902 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-27T19:33:17.392Z
   [junit4]   2> 2555914 INFO  (zkConnectionManagerCallback-19030-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2555920 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2555920 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-1-001\solr.xml
   [junit4]   2> 2555931 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2555931 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2555933 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2556248 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2556248 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2556252 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6bcdaa8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2556258 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2556261 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6105a961[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2556262 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58864/solr
   [junit4]   2> 2556266 INFO  (zkConnectionManagerCallback-19036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2556267 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000e7913c5000a, likely client has closed socket
   [junit4]   2> 2556271 INFO  (zkConnectionManagerCallback-19038-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2556281 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2556295 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.ZkController Publish node=127.0.0.1:58915_qp_n as DOWN
   [junit4]   2> 2556296 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2556296 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58915_qp_n
   [junit4]   2> 2556304 INFO  (zkCallback-19007-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2556304 INFO  (zkCallback-19026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2556304 INFO  (zkCallback-19014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2556304 INFO  (zkCallback-19037-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2556431 INFO  (zkConnectionManagerCallback-19045-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2556436 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2556436 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2556437 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2556488 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2556495 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2556499 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2556502 INFO  (closeThreadPool-19028-thread-1) [n:127.0.0.1:58915_qp_n    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-1-001\cores
   [junit4]   2> 2556823 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-2-001 of type NRT
   [junit4]   2> 2556825 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2556825 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2556825 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2556825 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2556825 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2556825 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2556825 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2556826 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e1c7c66{/qp_n,null,AVAILABLE}
   [junit4]   2> 2556826 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@655a0ad3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2556827 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bebe072{SSL,[ssl, http/1.1]}{127.0.0.1:58939}
   [junit4]   2> 2556827 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server Started @2556867ms
   [junit4]   2> 2556827 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/qp_n, hostPort=58939, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-2-001\cores}
   [junit4]   2> 2556829 ERROR (closeThreadPool-19028-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2556829 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2556829 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 2556829 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2556829 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2556829 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-27T19:33:18.319Z
   [junit4]   2> 2556837 INFO  (zkConnectionManagerCallback-19048-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2556838 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2556838 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-2-001\solr.xml
   [junit4]   2> 2556838 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000e7913c5000d, likely client has closed socket
   [junit4]   2> 2556858 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2556858 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2556859 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2556961 INFO  (OverseerCollectionConfigSetProcessor-72073507223437317-127.0.0.1:58875_qp_n-n_0000000000) [n:127.0.0.1:58875_qp_n    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2557211 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2557212 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2557215 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1df23bc8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2557222 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2557241 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@48576f08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2557242 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58864/solr
   [junit4]   2> 2557247 INFO  (zkConnectionManagerCallback-19054-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2557254 INFO  (zkConnectionManagerCallback-19056-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2557260 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2557263 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:58939_qp_n as DOWN
   [junit4]   2> 2557265 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2557265 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58939_qp_n
   [junit4]   2> 2557266 INFO  (zkCallback-19007-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2557266 INFO  (zkCallback-19037-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2557266 INFO  (zkCallback-19014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2557266 INFO  (zkCallback-19026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2557270 INFO  (zkCallback-19044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2557270 INFO  (zkCallback-19055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2557357 INFO  (zkConnectionManagerCallback-19063-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2557360 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2557360 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2557361 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2557397 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2557442 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2557442 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2557445 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-2-001\cores
   [junit4]   2> 2557748 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-3-001 of type NRT
   [junit4]   2> 2557750 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2557750 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71ee768a{/qp_n,null,AVAILABLE}
   [junit4]   2> 2557750 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@52954c90[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@602b0150{SSL,[ssl, http/1.1]}{127.0.0.1:58962}
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server Started @2557792ms
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/qp_n, hostPort=58962, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-3-001\cores}
   [junit4]   2> 2557752 ERROR (closeThreadPool-19028-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2557752 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-27T19:33:19.242Z
   [junit4]   2> 2557759 INFO  (zkConnectionManagerCallback-19066-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2557760 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2557760 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-3-001\solr.xml
   [junit4]   2> 2557760 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000e7913c50011, likely client has closed socket
   [junit4]   2> 2557774 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2557774 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2557776 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2558617 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-4-001 of type NRT
   [junit4]   2> 2558669 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2558671 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2558673 WARN  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2558673 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2558673 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2558673 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2558674 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2558674 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2558674 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2558674 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7de1a423{/qp_n,null,AVAILABLE}
   [junit4]   2> 2558675 WARN  (closeThreadPool-19028-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1f027a7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2558677 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66240a7c{SSL,[ssl, http/1.1]}{127.0.0.1:58989}
   [junit4]   2> 2558677 INFO  (closeThreadPool-19028-thread-2) [    ] o.e.j.s.Server Started @2558717ms
   [junit4]   2> 2558677 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/qp_n, hostPort=58989, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-4-001\cores}
   [junit4]   2> 2558678 ERROR (closeThreadPool-19028-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2558678 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2558678 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 2558678 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2558678 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2558678 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-27T19:33:20.168Z
   [junit4]   2> 2558680 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@117f76d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2558689 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2558694 INFO  (zkConnectionManagerCallback-19069-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558695 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6d3c8459[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2558696 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2558696 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-4-001\solr.xml
   [junit4]   2> 2558696 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58864/solr
   [junit4]   2> 2558702 INFO  (zkConnectionManagerCallback-19074-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558710 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2558711 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2558712 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2558722 INFO  (zkConnectionManagerCallback-19076-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2558727 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2558731 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:58962_qp_n as DOWN
   [junit4]   2> 2558731 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2558731 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58962_qp_n
   [junit4]   2> 2558736 INFO  (zkCallback-19007-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558736 INFO  (zkCallback-19037-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558736 INFO  (zkCallback-19026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558736 INFO  (zkCallback-19044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558736 INFO  (zkCallback-19055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558736 INFO  (zkCallback-19014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558880 INFO  (zkCallback-19075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2558881 INFO  (zkCallback-19062-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2559001 INFO  (zkConnectionManagerCallback-19083-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559002 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2559004 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2559004 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2559005 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2559005 WARN  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2559016 WARN  (closeThreadPool-19028-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@67e9bfd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559024 WARN  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2559033 WARN  (closeThreadPool-19028-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@324a6f52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559034 INFO  (closeThreadPool-19028-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58864/solr
   [junit4]   2> 2559052 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2559068 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2559068 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2559072 INFO  (zkConnectionManagerCallback-19090-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559072 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-3-001\cores
   [junit4]   2> 2559172 INFO  (zkConnectionManagerCallback-19092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559185 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2559190 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.ZkController Publish node=127.0.0.1:58989_qp_n as DOWN
   [junit4]   2> 2559191 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2559191 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58989_qp_n
   [junit4]   2> 2559194 INFO  (zkCallback-19007-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559195 INFO  (zkCallback-19037-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559195 INFO  (zkCallback-19026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559195 INFO  (zkCallback-19044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559195 INFO  (zkCallback-19075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559195 INFO  (zkCallback-19055-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559196 INFO  (zkCallback-19014-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559196 INFO  (zkCallback-19062-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559226 INFO  (zkCallback-19082-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559242 INFO  (zkCallback-19091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2559518 INFO  (zkConnectionManagerCallback-19099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559519 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2559519 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58864/solr ready
   [junit4]   2> 2559519 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2559572 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2559585 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2559585 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952
   [junit4]   2> 2559587 INFO  (closeThreadPool-19028-thread-2) [n:127.0.0.1:58989_qp_n    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-4-001\cores
   [junit4]   2> 2559621 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-5-001 of type NRT
   [junit4]   2> 2559635 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2559636 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2559636 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2559638 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 2559640 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2559640 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2559640 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2559640 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ccd333f{/qp_n,null,AVAILABLE}
   [junit4]   2> 2559641 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58ee26ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2559695 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16bcd632{SSL,[ssl, http/1.1]}{127.0.0.1:59043}
   [junit4]   2> 2559695 INFO  (closeThreadPool-19028-thread-1) [    ] o.e.j.s.Server Started @2559735ms
   [junit4]   2> 2559695 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\tempDir-001/jetty5, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/qp_n, hostPort=59043, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-5-001\cores}
   [junit4]   2> 2559696 ERROR (closeThreadPool-19028-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2559696 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2559696 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 2559696 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2559696 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2559696 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-27T19:33:21.186Z
   [junit4]   2> 2559715 INFO  (zkConnectionManagerCallback-19102-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2559717 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2559717 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000e7913c50019, likely client has closed socket
   [junit4]   2> 2559717 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001\shard-5-001\solr.xml
   [junit4]   2> 2559736 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2559736 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2559738 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2de3f952, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2560035 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2560037 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2560058 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@49d816f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2560065 WARN  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2560067 WARN  (closeThreadPool-19028-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4a8d48e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2560068 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58864/solr
   [junit4]   2> 2560071 INFO  (zkConnectionManagerCallback-19108-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2560073 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000e7913c5001a, likely client has closed socket
   [junit4]   2> 2560076 INFO  (zkConnectionManagerCallback-19110-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2560081 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2560084 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:59043_qp_n as DOWN
   [junit4]   2> 2560084 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2560084 INFO  (closeThreadPool-19028-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59043_qp_n
   [junit4]   2> 2560087 INFO  (zkCallback-19007-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2560087 INFO  (zkCallback-19082-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2560087 INFO  (zkCallback-19026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2560087 INFO  (zkCallback-19037-t

[...truncated too long message...]

	/solr/live_nodes
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2646419 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58864
   [junit4]   2> 2646419 INFO  (TEST-ShardRoutingTest.test-seed#[226D255322274531]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58864
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardRoutingTest -Dtests.method=test -Dtests.seed=226D255322274531 -Dtests.slow=true -Dtests.locale=es-MX -Dtests.timezone=Australia/North -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 96.1s J1 | ShardRoutingTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<[e!doc4, f1!f2!doc5/5, a!b!, b!doc1, c!doc2, d!doc3, f1!f2!doc5]> but was:<[c!doc1]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([226D255322274531:AA391A898CDB28C9]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.doQuery(AbstractFullDistribZkTestBase.java:1671)
   [junit4]    > 	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:233)
   [junit4]    > 	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:109)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardRoutingTest_226D255322274531-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@70ee31da), locale=es-MX, timezone=Australia/North
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=160960344,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib, SpatialRPTFieldTypeTest, TestSQLHandler, HDFSCollectionsAPITest, TestFieldCacheSortRandom, TestDirectoryFactory, TestReqParamsAPI, BaseCdcrDistributedZkTest, TestWordDelimiterFilterFactory, TestHashQParserPlugin, HdfsRecoverLeaseTest, AliasIntegrationTest, TestCodecSupport, TestSimpleTrackingShardHandler, TestJsonFacetsWithNestedObjects, HdfsUnloadDistributedZkTest, SpatialFilterTest, TestSSLRandomization, FacetPivotSmallTest, TestReloadAndDeleteDocs, ChangedSchemaMergeTest, RestartWhileUpdatingTest, MetricTriggerTest, ByteBuffersDirectoryFactoryTest, ConjunctionSolrSpellCheckerTest, DeleteLastCustomShardedReplicaTest, SolrXmlInZkTest, TestScoreJoinQPNoScore, TestSort, ConnectionManagerTest, CdcrReplicationHandlerTest, ZkStateReaderTest, TestRandomCollapseQParserPlugin, TestSolrConfigHandlerCloud, SimpleMLTQParserTest, ImplicitSnitchTest, TestSimpleTextCodec, TestSerializedLuceneMatchVersion, CloudExitableDirectoryReaderTest, TestCloudConsistency, SSLMigrationTest, TestCursorMarkWithoutUniqueKey, NodeAddedTriggerTest, ResponseHeaderTest, TestConfigReload, TestFastOutputStream, TestSimpleQParserPlugin, TestSolrCloudWithKerberosAlt, TestAnalyzeInfixSuggestions, DateRangeFieldTest, TestSolrCloudSnapshots, ActionThrottleTest, ScheduledTriggerIntegrationTest, LeaderVoteWaitTimeoutTest, CacheHeaderTest, PeerSyncWithIndexFingerprintCachingTest, TestHighlightDedupGrouping, TestRuleBasedAuthorizationPlugin, TestTrieFacet, TestManagedResourceStorage, PreAnalyzedUpdateProcessorTest, JsonLoaderTest, HttpSolrCallGetCoreTest, TestLRUCache, UpdateParamsTest, TestNestedUpdateProcessor, TestExceedMaxTermLength, TestStressLiveNodes, TestCorePropertiesReload, TestCloudJSONFacetSKG, FileUtilsTest, TestBulkSchemaAPI, TestSkipOverseerOperations, TestSolrCloudWithHadoopAuthPlugin, PeerSyncTest, OverriddenZkACLAndCredentialsProvidersTest, TestCoreContainer, ChaosMonkeyNothingIsSafeTest, TestJsonFacets, TestSystemCollAutoCreate, DistributedExpandComponentTest, TestNamedUpdateProcessors, TestRebalanceLeaders, SignificantTermsQParserPluginTest, SolrIndexSplitterTest, HLLUtilTest, DistribDocExpirationUpdateProcessorTest, TestTolerantUpdateProcessorCloud, SolrCLIZkUtilsTest, TestBinaryField, SpellPossibilityIteratorTest, TestUnifiedSolrHighlighter, SolrTestCaseJ4Test, DocumentAnalysisRequestHandlerTest, SolrJmxReporterCloudTest, BasicAuthStandaloneTest, RulesTest, BitVectorTest, StressHdfsTest, TestPseudoReturnFields, RAMDirectoryFactoryTest, TestLockTree, TestLegacyFieldReuse, AddSchemaFieldsUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, TestMissingGroups, TestLRUStatsCache, SampleTest, TestClassicSimilarityFactory, AnalysisErrorHandlingTest, TestRequestStatusCollectionAPI, TestSimPolicyCloud, TestBlendedInfixSuggestions, TestConfigSetProperties, RemoteQueryErrorTest, TestSimGenericDistributedQueue, TestNoOpRegenerator, EnumFieldTest, TestExclusionRuleCollectionAccess, TestGraphMLResponseWriter, SimpleCollectionCreateDeleteTest, DistributedIntervalFacetingTest, TermVectorComponentTest, ClusterStateUpdateTest, JSONWriterTest, TestOrdValues, ZookeeperStatusHandlerTest, TestUnInvertedFieldException, UninvertDocValuesMergePolicyTest, PolyFieldTest, QueryEqualityTest, TestDefaultStatsCache, TestBackupRepositoryFactory, RecoveryAfterSoftCommitTest, ComputePlanActionTest, TestSimDistribStateManager, BufferStoreTest, TestLocalFSCloudBackupRestore, HdfsChaosMonkeySafeLeaderTest, TestSafeXMLParsing, PropertiesRequestHandlerTest, TestDynamicFieldCollectionResource, DocValuesMultiTest, LukeRequestHandlerTest, ConfigureRecoveryStrategyTest, PhrasesIdentificationComponentTest, CollectionsAPIAsyncDistributedZkTest, OverseerTest, ConcurrentCreateRoutedAliasTest, TestInfoStreamLogging, TestSimClusterStateProvider, MetricsHistoryIntegrationTest, ResourceLoaderTest, TestFieldCacheReopen, TestCharFilters, TestCustomSort, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, DocValuesNotIndexedTest, DocumentBuilderTest, TransactionLogTest, HdfsRestartWhileUpdatingTest, BlockCacheTest, DistributedQueryComponentCustomSortTest, TestHttpShardHandlerFactory, SearchRateTriggerIntegrationTest, TestBlobHandler, TestStressCloudBlindAtomicUpdates, TestLuceneMatchVersion, TestCloudRecovery, TestHighFrequencyDictionaryFactory, StatsComponentTest, TestSchemaManager, TestFunctionQuery, TestObjectReleaseTracker, ChaosMonkeySafeLeaderTest, TestDistributedMissingSort, V2StandaloneTest, PreAnalyzedFieldTest, TestRandomDVFaceting, TestInitQParser, SpatialHeatmapFacetsTest, AutoscalingHistoryHandlerTest, CoreAdminRequestStatusTest, TestLMDirichletSimilarityFactory, DistanceFunctionTest, TestOnReconnectListenerSupport, TriggerCooldownIntegrationTest, TestCustomDocTransformer, TestReRankQParserPlugin, UtilsToolTest, HighlighterTest, TestUseDocValuesAsStored2, XsltUpdateRequestHandlerTest, CdcrVersionReplicationTest, AtomicUpdatesTest, TestDistributedStatsComponentCardinality, URLClassifyProcessorTest, TestLuceneIndexBackCompat, TestSearchPerf, TestDelegationWithHadoopAuth, TestConfigSetsAPI, TestNumericRangeQuery32, TestFreeTextSuggestions, SolrCoreMetricManagerTest, DistributedUpdateProcessorTest, TestSolrIndexConfig, TestLeaderElectionWithEmptyReplica, AnalysisAfterCoreReloadTest, ConvertedLegacyTest, EchoParamsTest, MinimalSchemaTest, TestDistributedSearch, BasicDistributedZkTest, DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedQueueTest, ForceLeaderTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderFailureAfterFreshStartTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, OverseerStatusTest, SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest]
   [junit4] Completed [482/844 (2!)] on J1 in 96.26s, 1 test, 1 failure <<< FAILURES!

[...truncated 1340 lines...]
   [junit4] JVM J1: stdout was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20190227_185041_3691908136034180363328.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\heapdumps\java_pid5724.hprof ...
   [junit4] Heap dump file created [433296463 bytes in 2.645 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8928 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid5724.hprof

Total time: 118 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2