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/05/14 00:07:07 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 24075 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24075/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testFailure

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:723828BFACF5C298]:0)
	at org.apache.solr.cloud.ReindexCollectionTest.lambda$testFailure$9(ReindexCollectionTest.java:318)
	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:359)
	at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:357)
	at org.apache.solr.cloud.ReindexCollectionTest.testFailure(ReindexCollectionTest.java:317)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 13527 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001/init-core-data-001
   [junit4]   2> 1311671 WARN  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1311671 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1311672 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1311672 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1311674 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 1311674 DEBUG (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.m.r.SolrRrdBackendFactory Created 1487268946
   [junit4]   2> 1311694 DEBUG (SolrRrdBackendFactory-6497-thread-1) [    ] o.a.s.m.r.SolrRrdBackendFactory -- maybe sync backends: [foo]
   [junit4]   2> 1311694 DEBUG (SolrRrdBackendFactory-6497-thread-1) [    ] o.a.s.m.r.SolrRrdBackendFactory -- syncing [foo]
   [junit4]   2> 1311756 DEBUG (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.m.r.SolrRrdBackendFactory Closing 1487268946
   [junit4]   2> 1311757 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.14s J2 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
   [junit4]    > 	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1515, maxMBSortInHeap=7.182237866927224, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4060ee7c), locale=tt-RU, timezone=Asia/Baku
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=227051792,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ActionThrottleTest, TestLMDirichletSimilarityFactory, V2ApiIntegrationTest, TestDFISimilarityFactory, TestSimComputePlanAction, OverseerRolesTest, BasicAuthIntegrationTest, HealthCheckHandlerTest, OverseerTest, IndexSizeTriggerTest, LeaderElectionTest, AtomicUpdateProcessorFactoryTest, ExecutePlanActionTest, TestSchemaSimilarityResource, RestartWhileUpdatingTest, RequiredFieldsTest, PeerSyncWithIndexFingerprintCachingTest, JWTAuthPluginTest, OverriddenZkACLAndCredentialsProvidersTest, SuggestComponentTest, ZkNodePropsTest, TestLuceneIndexBackCompat, ReturnFieldsTest, TestDocumentBuilder, DistributedQueueTest, ChaosMonkeySafeLeaderTest, TestReversedWildcardFilterFactory, PluginInfoTest, DeleteReplicaTest, UninvertDocValuesMergePolicyTest, TestSimLargeCluster, SuggesterTest, TestLRUStatsCache, TestSweetSpotSimilarityFactory, SolrCLIZkUtilsTest, UpdateParamsTest, TestScoreJoinQPScore, RuleEngineTest, TestManagedSchemaThreadSafety, CategoryRoutedAliasUpdateProcessorTest, TestSubQueryTransformerCrossCore, ConjunctionSolrSpellCheckerTest, TestSimExecutePlanAction, SolrSlf4jReporterTest, CacheHeaderTest, HdfsWriteToMultipleCollectionsTest, TestXmlQParserPlugin, SolrLogAuditLoggerPluginTest, TestGraphTermsQParserPlugin, TestDistributedGrouping, TestImpersonationWithHadoopAuth, BlobRepositoryCloudTest, IndexBasedSpellCheckerTest, TestManagedSynonymGraphFilterFactory, NumberUtilsTest, TestRestoreCore, TestHttpShardHandlerFactory, UtilsToolTest, AssignBackwardCompatibilityTest, TestSimPolicyCloud, DistributedDebugComponentTest, MetricsHistoryIntegrationTest, TestTrieFacet, TestCoreAdminApis, TestPolicyCloud, TaggingAttributeTest, TestManagedResourceStorage, TestAtomicUpdateErrorCases, FacetPivotSmallTest, SpatialHeatmapFacetsTest, XsltUpdateRequestHandlerTest, ConcurrentDeleteAndCreateCollectionTest, TestShardHandlerFactory, BigEndianAscendingWordDeserializerTest, DateMathParserTest, TestCharFilters, TestConfigSetsAPIExclusivity, DistributedIntervalFacetingTest, HLLUtilTest, AutoAddReplicasPlanActionTest, TestLegacyTerms, SolrIndexConfigTest, NestedShardedAtomicUpdateTest, TestCustomSort, CachingDirectoryFactoryTest, CleanupOldIndexTest, TestExtendedDismaxParser, TestDistribIDF, InfoHandlerTest, ClusterStateUpdateTest, TestCoreBackup, TestSolrQueryParser, TestCollectionsAPIViaSolrCloudCluster, TestReRankQParserPlugin, TestSSLRandomization, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCorePropertiesReload, TestDocBasedVersionConstraints, TestSimpleTrackingShardHandler, SpatialFilterTest, DirectoryFactoryTest, ZkStateReaderTest, TestInfoStreamLogging, TestGeoJSONResponseWriter, TestUnInvertedFieldException, DistribCursorPagingTest, TestBadConfig, TestPseudoReturnFields, NoCacheHeaderTest, SSLMigrationTest, TestFieldCacheVsDocValues, SubstringBytesRefFilterTest, AnalyticsMergeStrategyTest, CursorMarkTest, TestWithCollection, ScheduledMaintenanceTriggerTest, TriLevelCompositeIdRoutingTest, CoreAdminRequestStatusTest, WordBreakSolrSpellCheckerTest, TestLazyCores, DistributedQueryComponentCustomSortTest, TestSchemaManager, TestRandomRequestDistribution, TestCloudPseudoReturnFields, BaseCdcrDistributedZkTest, RecoveryZkTest, SolrRrdBackendFactoryTest]
   [junit4] Completed [328/857 (1!)] on J2 in 1.21s, 1 test, 1 failure <<< FAILURES!

[...truncated 614 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/init-core-data-001
   [junit4]   2> 2301710 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001
   [junit4]   2> 2301710 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2301711 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2301711 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2301811 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35849
   [junit4]   2> 2301811 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35849
   [junit4]   2> 2301811 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35849
   [junit4]   2> 2301816 INFO  (zkConnectionManagerCallback-15114-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301822 INFO  (zkConnectionManagerCallback-15116-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301830 INFO  (zkConnectionManagerCallback-15118-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301832 WARN  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2301832 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2301832 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2301832 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 2301835 WARN  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2301835 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2301835 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2301835 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35db5736{/solr,null,AVAILABLE}
   [junit4]   2> 2301837 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c8c8f3e{/solr,null,AVAILABLE}
   [junit4]   2> 2301866 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ba7b7e6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45769}
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.e.j.s.Server Started @2302057ms
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45769}
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18279a72{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35719}
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.e.j.s.Server Started @2302057ms
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35719}
   [junit4]   2> 2301867 ERROR (jetty-launcher-15119-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2301867 ERROR (jetty-launcher-15119-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-13T23:15:22.364525Z
   [junit4]   2> 2301867 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-13T23:15:22.364526Z
   [junit4]   2> 2301869 INFO  (zkConnectionManagerCallback-15121-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301869 INFO  (zkConnectionManagerCallback-15123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2301869 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2301869 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2302069 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2302070 WARN  (jetty-launcher-15119-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3e9addb5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2302072 WARN  (jetty-launcher-15119-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@264f1d9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2302073 INFO  (jetty-launcher-15119-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35849/solr
   [junit4]   2> 2302077 INFO  (zkConnectionManagerCallback-15131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302083 INFO  (zkConnectionManagerCallback-15133-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302144 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45769_solr
   [junit4]   2> 2302144 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.c.Overseer Overseer (id=72246642950340614-127.0.0.1:45769_solr-n_0000000000) starting
   [junit4]   2> 2302145 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2302146 WARN  (jetty-launcher-15119-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3163924d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2302148 INFO  (zkConnectionManagerCallback-15142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302148 WARN  (jetty-launcher-15119-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4fa1b017[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2302149 INFO  (jetty-launcher-15119-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35849/solr
   [junit4]   2> 2302150 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
   [junit4]   2> 2302151 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45769_solr
   [junit4]   2> 2302151 INFO  (zkConnectionManagerCallback-15146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302151 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45769_solr
   [junit4]   2> 2302151 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2302152 INFO  (zkCallback-15141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2302154 INFO  (zkConnectionManagerCallback-15148-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302156 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2302158 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35719_solr as DOWN
   [junit4]   2> 2302158 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2302158 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35719_solr
   [junit4]   2> 2302159 INFO  (zkCallback-15132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2302159 INFO  (zkCallback-15141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2302159 INFO  (zkCallback-15147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2302160 INFO  (zkConnectionManagerCallback-15155-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302161 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2302162 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
   [junit4]   2> 2302167 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2302174 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2302199 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35719.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2302201 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45769.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2302218 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35719.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2302218 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35719.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2302220 INFO  (jetty-launcher-15119-thread-2) [n:127.0.0.1:35719_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/.
   [junit4]   2> 2302233 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45769.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2302233 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45769.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2302235 INFO  (jetty-launcher-15119-thread-1) [n:127.0.0.1:45769_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.
   [junit4]   2> 2302313 INFO  (zkConnectionManagerCallback-15162-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302314 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2302315 INFO  (SUITE-ReindexCollectionTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
   [junit4]   2> 2302338 INFO  (zkConnectionManagerCallback-15167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2302340 INFO  (TEST-ReindexCollectionTest.testAbort-seed#[1A85DB5396C5A037]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2302340 INFO  (TEST-ReindexCollectionTest.testAbort-seed#[1A85DB5396C5A037]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
   [junit4]   2> 2302343 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2302345 INFO  (OverseerThreadFactory-10098-thread-1-processing-n:127.0.0.1:45769_solr) [n:127.0.0.1:45769_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection abortReindexing
   [junit4]   2> 2302450 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abortReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45769/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2302451 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"abortReindexing_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35719/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2302654 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr    x:abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2302654 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr    x:abortReindexing_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2302655 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr    x:abortReindexing_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2303664 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2303664 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2303830 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.s.IndexSchema [abortReindexing_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2303830 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [abortReindexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2303832 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2303832 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2303832 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard1_replica_n1' using configuration from collection abortReindexing, trusted=true
   [junit4]   2> 2303832 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard2_replica_n2' using configuration from collection abortReindexing, trusted=true
   [junit4]   2> 2303833 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35719.solr.core.abortReindexing.shard2.replica_n2' (registry 'solr.core.abortReindexing.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2303833 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45769.solr.core.abortReindexing.shard1.replica_n1' (registry 'solr.core.abortReindexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2303833 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.SolrCore [[abortReindexing_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/abortReindexing_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/./abortReindexing_shard2_replica_n2/data/]
   [junit4]   2> 2303833 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore [[abortReindexing_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/abortReindexing_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/./abortReindexing_shard1_replica_n1/data/]
   [junit4]   2> 2303907 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2303907 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2303908 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303908 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303910 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7aa8fd5a[abortReindexing_shard2_replica_n2] main]
   [junit4]   2> 2303911 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2303911 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2303912 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2303912 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633460498631491584
   [junit4]   2> 2303916 INFO  (searcherExecutor-10108-thread-1-processing-n:127.0.0.1:35719_solr x:abortReindexing_shard2_replica_n2 c:abortReindexing s:shard2 r:core_node4) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.SolrCore [abortReindexing_shard2_replica_n2] Registered new searcher Searcher@7aa8fd5a[abortReindexing_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303918 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexing/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2303918 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexing/leaders/shard2
   [junit4]   2> 2303920 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2303920 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2303920 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/
   [junit4]   2> 2303920 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2303920 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/ has no replicas
   [junit4]   2> 2303920 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexing/leaders/shard2/leader after winning as /collections/abortReindexing/leader_elect/shard2/election/72246642950340617-core_node4-n_0000000000
   [junit4]   2> 2303921 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/ shard2
   [junit4]   2> 2303922 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2303922 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2303924 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2303924 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2303927 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1454d2b9[abortReindexing_shard1_replica_n1] main]
   [junit4]   2> 2303928 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2303928 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2303929 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2303929 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633460498649317376
   [junit4]   2> 2303931 INFO  (searcherExecutor-10107-thread-1-processing-n:127.0.0.1:45769_solr x:abortReindexing_shard1_replica_n1 c:abortReindexing s:shard1 r:core_node3) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore [abortReindexing_shard1_replica_n1] Registered new searcher Searcher@1454d2b9[abortReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2303933 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexing/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2303934 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexing/leaders/shard1
   [junit4]   2> 2303937 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2303937 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2303937 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/
   [junit4]   2> 2303937 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2303938 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/ has no replicas
   [junit4]   2> 2303938 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexing/leaders/shard1/leader after winning as /collections/abortReindexing/leader_elect/shard1/election/72246642950340614-core_node3-n_0000000000
   [junit4]   2> 2303939 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/ shard1
   [junit4]   2> 2304040 INFO  (zkCallback-15147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304040 INFO  (zkCallback-15132-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304040 INFO  (zkCallback-15147-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304041 INFO  (zkCallback-15132-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304041 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2304041 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2304046 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1392
   [junit4]   2> 2304050 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1396
   [junit4]   2> 2304054 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2304146 INFO  (zkCallback-15147-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304146 INFO  (zkCallback-15132-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304146 INFO  (zkCallback-15132-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304146 INFO  (zkCallback-15147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304146 INFO  (zkCallback-15132-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304146 INFO  (zkCallback-15147-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexing/state.json] for collection [abortReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2304146 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1803
   [junit4]   2> 2304200 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection with params async=e2a3dce6-7996-4e01-8064-a5add7d90103&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget and sendToOCPQueue=true
   [junit4]   2> 2304202 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=e2a3dce6-7996-4e01-8064-a5add7d90103&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget} status=0 QTime=2
   [junit4]   2> 2304203 DEBUG (OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr) [n:127.0.0.1:45769_solr    ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
   [junit4]   2>   "name":"abortReindexing",
   [junit4]   2>   "target":"abortReindexingTarget",
   [junit4]   2>   "async":"e2a3dce6-7996-4e01-8064-a5add7d90103",
   [junit4]   2>   "operation":"reindexcollection"}
   [junit4]   2> 2304203 INFO  (OverseerCollectionConfigSetProcessor-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] 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> 2304348 INFO  (zkConnectionManagerCallback-15174-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2304349 INFO  (OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr) [n:127.0.0.1:45769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2304349 INFO  (OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr) [n:127.0.0.1:45769_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35849/solr ready
   [junit4]   2> 2304353 INFO  (qtp1537118548-36045) [n:127.0.0.1:35719_solr c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n2] o.a.s.c.S.Request [abortReindexing_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:35719/solr/abortReindexing_shard2_replica_n2/&rows=0&version=2&q=*:*&NOW=1557789324847&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 2304353 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.S.Request [abortReindexing_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:45769/solr/abortReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&NOW=1557789324847&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 2304353 INFO  (qtp2103831975-36039) [n:127.0.0.1:45769_solr c:abortReindexing s:shard1 r:core_node3 x:abortReindexing_shard1_replica_n1] o.a.s.c.S.Request [abortReindexing_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=abortReindexing:4&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=3
   [junit4]   2> 2304355 INFO  (OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr) [n:127.0.0.1:45769_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection abortReindexingTarget
   [junit4]   2> 2304561 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexingTarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"abortReindexingTarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45769/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 2304563 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"abortReindexingTarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"abortReindexingTarget_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35719/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 2304765 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr    x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2304765 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr    x:abortReindexingTarget_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2305793 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2305794 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2305971 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema [abortReindexingTarget_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2305973 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.IndexSchema [abortReindexingTarget_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2305973 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2305973 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexingTarget_shard1_replica_n1' using configuration from collection abortReindexingTarget, trusted=true
   [junit4]   2> 2305974 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45769.solr.core.abortReindexingTarget.shard1.replica_n1' (registry 'solr.core.abortReindexingTarget.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2305974 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore [[abortReindexingTarget_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/abortReindexingTarget_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/./abortReindexingTarget_shard1_replica_n1/data/]
   [junit4]   2> 2305975 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2305975 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'abortReindexingTarget_shard2_replica_n2' using configuration from collection abortReindexingTarget, trusted=true
   [junit4]   2> 2305975 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35719.solr.core.abortReindexingTarget.shard2.replica_n2' (registry 'solr.core.abortReindexingTarget.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d0dd53f
   [junit4]   2> 2305976 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrCore [[abortReindexingTarget_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/abortReindexingTarget_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node2/./abortReindexingTarget_shard2_replica_n2/data/]
   [junit4]   2> 2306031 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2306031 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2306031 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2306031 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2306033 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2306033 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2306033 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2306033 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2306035 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@178e883c[abortReindexingTarget_shard1_replica_n1] main]
   [junit4]   2> 2306035 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@28c857e[abortReindexingTarget_shard2_replica_n2] main]
   [junit4]   2> 2306035 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2306035 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2306036 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2306036 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2306036 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2306036 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2306037 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633460500859715584
   [junit4]   2> 2306037 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633460500859715584
   [junit4]   2> 2306040 INFO  (searcherExecutor-10118-thread-1-processing-n:127.0.0.1:35719_solr x:abortReindexingTarget_shard2_replica_n2 c:abortReindexingTarget s:shard2 r:core_node4) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrCore [abortReindexingTarget_shard2_replica_n2] Registered new searcher Searcher@28c857e[abortReindexingTarget_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2306040 INFO  (searcherExecutor-10117-thread-1-processing-n:127.0.0.1:45769_solr x:abortReindexingTarget_shard1_replica_n1 c:abortReindexingTarget s:shard1 r:core_node3) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore [abortReindexingTarget_shard1_replica_n1] Registered new searcher Searcher@178e883c[abortReindexingTarget_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2306042 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexingTarget/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2306042 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/abortReindexingTarget/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2306042 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexingTarget/leaders/shard1
   [junit4]   2> 2306042 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/abortReindexingTarget/leaders/shard2
   [junit4]   2> 2306044 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2306044 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2306044 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45769/solr/abortReindexingTarget_shard1_replica_n1/
   [junit4]   2> 2306044 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2306044 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2306044 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2306044 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35719/solr/abortReindexingTarget_shard2_replica_n2/
   [junit4]   2> 2306044 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:45769/solr/abortReindexingTarget_shard1_replica_n1/ has no replicas
   [junit4]   2> 2306044 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2306044 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexingTarget/leaders/shard1/leader after winning as /collections/abortReindexingTarget/leader_elect/shard1/election/72246642950340614-core_node3-n_0000000000
   [junit4]   2> 2306044 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:35719/solr/abortReindexingTarget_shard2_replica_n2/ has no replicas
   [junit4]   2> 2306044 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/abortReindexingTarget/leaders/shard2/leader after winning as /collections/abortReindexingTarget/leader_elect/shard2/election/72246642950340617-core_node4-n_0000000000
   [junit4]   2> 2306045 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45769/solr/abortReindexingTarget_shard1_replica_n1/ shard1
   [junit4]   2> 2306045 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35719/solr/abortReindexingTarget_shard2_replica_n2/ shard2
   [junit4]   2> 2306146 INFO  (zkCallback-15132-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306146 INFO  (zkCallback-15147-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306146 INFO  (zkCallback-15147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306146 INFO  (zkCallback-15132-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306147 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2306147 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2306174 INFO  (qtp2103831975-36043) [n:127.0.0.1:45769_solr c:abortReindexingTarget s:shard1 r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1409
   [junit4]   2> 2306174 INFO  (qtp1537118548-36046) [n:127.0.0.1:35719_solr c:abortReindexingTarget s:shard2 r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1409
   [junit4]   2> 2306175 INFO  (OverseerThreadFactory-10098-thread-2-processing-n:127.0.0.1:45769_solr) [n:127.0.0.1:45769_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection .rx_ck_abortReindexing
   [junit4]   2> 2306278 INFO  (zkCallback-15147-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306278 INFO  (zkCallback-15132-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306278 INFO  (zkCallback-15147-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306278 INFO  (zkCallback-15132-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306278 INFO  (zkCallback-15132-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306278 INFO  (zkCallback-15147-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/abortReindexingTarget/state.json] for collection [abortReindexingTarget] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2306380 INFO  (OverseerStateUpdate-72246642950340614-127.0.0.1:45769_solr-n_0000000000) [n:127.0.0.1:45769_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".rx_ck_abortReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".rx_ck_abortReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45769/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"true"} 
   [junit4]   2> 2306582 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr    x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=_default&newCollection=true&name=.rx_ck_abortReindexing_shard1_replica_n1&action=CREATE&numShards=1&collection=.rx_ck_abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2307592 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2307592 INFO  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2307592 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2307592 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReindexCollectionTest_1A85DB5396C5A037-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
   [junit4]   2> 2307593 WARN  (qtp2103831975-36041) [n:127.0.0.1:45769_solr c:.rx_ck_abortReindexing s:shard1 r:core_node2 x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Could

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

amicFieldCollectionResource, ForceLeaderWithTlogReplicasTest, TolerantUpdateProcessorTest, TestRetrieveFieldsOptimizer, CircularListTest, TestDeprecatedFilters, CloneFieldUpdateProcessorFactoryTest, DistributedSuggestComponentTest, TestHdfsBackupRestoreCore, DirectSolrSpellCheckerTest, BadCopyFieldTest, TriggerSetPropertiesIntegrationTest, TestFieldResource, TestRequestStatusCollectionAPI, TestHdfsCloudBackupRestore, ZookeeperStatusHandlerTest, SpatialRPTFieldTypeTest, QueryResultKeyTest, AnalysisErrorHandlingTest, ScheduledTriggerIntegrationTest, CoreMergeIndexesAdminHandlerTest, DistribDocExpirationUpdateProcessorTest, AdminHandlersProxyTest, WrapperMergePolicyFactoryTest, TestSimExtremeIndexing, AnalysisAfterCoreReloadTest, CollectionsAPIAsyncDistributedZkTest, StatsComponentTest, TestPerFieldSimilarity, TestCSVLoader, TestDynamicURP, TestSchemaVersionResource, SuggesterWFSTTest, TestExceedMaxTermLength, TestBulkSchemaConcurrent, TestCloudPhrasesIdentificationComponent, TestSchemaNameResource, DistributedExpandComponentTest, HdfsBasicDistributedZkTest, TestJsonFacets, TestSha256AuthenticationProvider, ReplicaListTransformerTest, TestRestManager, TestReload, TestClusterProperties, PeerSyncTest, V2StandaloneTest, TestMultiWordSynonyms, AtomicUpdateRemovalJavabinTest, TestLMJelinekMercerSimilarityFactory, TestMaxScoreQueryParser, SolrCloudReportersTest, TestObjectReleaseTracker, TestStressRecovery, TestDocTermOrdsUninvertLimit, TriggerCooldownIntegrationTest, SortByFunctionTest, TestReplicationHandlerDiskOverFlow, TestOrdValues, TestExclusionRuleCollectionAccess, TestSkipOverseerOperations, TestRebalanceLeaders, TestFastLRUCache, MultiSolrCloudTestCaseTest, BasicDistributedZk2Test, TestRealTimeGet, AutoScalingHandlerTest, BasicAuthStandaloneTest, TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, PathHierarchyTokenizerFactoryTest, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateTest, CollectionsAPISolrJTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, ReindexCollectionTest]
   [junit4] Completed [506/857 (2!)] on J0 in 79.73s, 6 tests, 1 error <<< FAILURES!

[...truncated 44515 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24075/consoleText

[repro] Revision: 2315c6d1b899075b88f39a546f5bbd10716a4a5e

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=ReindexCollectionTest -Dtests.method=testFailure -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fil-PH -Dtests.timezone=Asia/Nicosia -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SolrRrdBackendFactoryTest
[repro]       ReindexCollectionTest
[repro] ant compile-test

[...truncated 3309 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.SolrRrdBackendFactoryTest|*.ReindexCollectionTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 41 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001/init-core-data-001
   [junit4]   2> 133828 WARN  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=97 numCloses=97
   [junit4]   2> 133833 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 133834 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 133834 INFO  (SUITE-SolrRrdBackendFactoryTest-seed#[1A85DB5396C5A037]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 133853 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 133874 DEBUG (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.m.r.SolrRrdBackendFactory Created 390226892
   [junit4]   2> 133964 DEBUG (SolrRrdBackendFactory-290-thread-1) [    ] o.a.s.m.r.SolrRrdBackendFactory -- maybe sync backends: [foo]
   [junit4]   2> 134005 DEBUG (SolrRrdBackendFactory-290-thread-1) [    ] o.a.s.m.r.SolrRrdBackendFactory -- syncing [foo]
   [junit4]   2> 134086 DEBUG (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.m.r.SolrRrdBackendFactory Closing 390226892
   [junit4]   2> 134087 INFO  (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[1A85DB5396C5A037]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=1A85DB5396C5A037 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=tt-RU -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.35s J2 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1A85DB5396C5A037:B17FC64649192619]:0)
   [junit4]    > 	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_1A85DB5396C5A037-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1515, maxMBSortInHeap=7.182237866927224, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a7c0b74), locale=tt-RU, timezone=Asia/Baku
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=218611472,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ReindexCollectionTest, SolrRrdBackendFactoryTest]
   [junit4] Completed [2/10 (1!)] on J2 in 1.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 63 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1493: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1020: There were test failures: 10 suites, 35 tests, 1 failure [seed: 1A85DB5396C5A037]

Total time: 3 minutes 41 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.ReindexCollectionTest
[repro]   1/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=2315c6d1b899075b88f39a546f5bbd10716a4a5e, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #24074
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12) - Build # 24076 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24076/
Java: 64bit/jdk-12 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud

Error Message:
Error from server at http://127.0.0.1:43589/solr: Underlying core creation failed while creating collection: legacyFalse

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43589/solr: Underlying core creation failed while creating collection: legacyFalse
	at __randomizedtesting.SeedInfo.seed([C7E007B70AA40EAB:16E7F532AEAB8599]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1068)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.createAndTest(LegacyCloudClusterPropTest.java:95)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud(LegacyCloudClusterPropTest.java:79)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14093 lines...]
   [junit4] Suite: org.apache.solr.cloud.LegacyCloudClusterPropTest
   [junit4]   2> 1349332 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/init-core-data-001
   [junit4]   2> 1349333 WARN  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1349333 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1349333 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1349333 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001
   [junit4]   2> 1349334 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1349334 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1349334 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1349434 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43261
   [junit4]   2> 1349434 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43261
   [junit4]   2> 1349434 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43261
   [junit4]   2> 1349443 INFO  (zkConnectionManagerCallback-10022-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349445 INFO  (zkConnectionManagerCallback-10024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349446 INFO  (zkConnectionManagerCallback-10026-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349447 WARN  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1349447 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1349447 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1349448 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1349448 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1349448 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1349448 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1349448 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f297b8b{/solr,null,AVAILABLE}
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b55d3a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43589}
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.e.j.s.Server Started @1349538ms
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43589}
   [junit4]   2> 1349450 ERROR (jetty-launcher-10027-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1349450 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-14T08:27:02.050760Z
   [junit4]   2> 1349451 INFO  (zkConnectionManagerCallback-10029-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349452 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1349517 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1349517 WARN  (jetty-launcher-10027-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@167ae490[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1349520 WARN  (jetty-launcher-10027-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@27cabd09[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1349521 INFO  (jetty-launcher-10027-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43261/solr
   [junit4]   2> 1349522 INFO  (zkConnectionManagerCallback-10036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349523 INFO  (zkConnectionManagerCallback-10038-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349549 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43589_solr
   [junit4]   2> 1349549 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.c.Overseer Overseer (id=72248812173983749-127.0.0.1:43589_solr-n_0000000000) starting
   [junit4]   2> 1349555 INFO  (zkConnectionManagerCallback-10045-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349557 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43261/solr ready
   [junit4]   2> 1349557 INFO  (OverseerStateUpdate-72248812173983749-127.0.0.1:43589_solr-n_0000000000) [n:127.0.0.1:43589_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43589_solr
   [junit4]   2> 1349557 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43589_solr
   [junit4]   2> 1349558 INFO  (OverseerStateUpdate-72248812173983749-127.0.0.1:43589_solr-n_0000000000) [n:127.0.0.1:43589_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1349558 INFO  (zkCallback-10044-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1349569 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1349588 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1349597 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1349598 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1349599 INFO  (jetty-launcher-10027-thread-1) [n:127.0.0.1:43589_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001/node1/.
   [junit4]   2> 1349615 INFO  (zkConnectionManagerCallback-10051-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349616 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1349617 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43261/solr ready
   [junit4]   2> 1349624 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionSwitchLegacyCloud
   [junit4]   2> 1349626 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1349626 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1349627 INFO  (qtp1460756186-27032) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=1&name=legacyTrue&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1349628 INFO  (OverseerThreadFactory-7904-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection legacyTrue
   [junit4]   2> 1349731 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyTrue_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyTrue&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1349732 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1350833 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1350838 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.IndexSchema [legacyTrue_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1350839 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1350839 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'legacyTrue_shard1_replica_n1' using configuration from collection legacyTrue, trusted=true
   [junit4]   2> 1350839 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.core.legacyTrue.shard1.replica_n1' (registry 'solr.core.legacyTrue.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1350840 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [[legacyTrue_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001/node1/legacyTrue_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001/node1/./legacyTrue_shard1_replica_n1/data/]
   [junit4]   2> 1350870 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1350870 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1350872 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1350872 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1350873 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@35647293[legacyTrue_shard1_replica_n1] main]
   [junit4]   2> 1350874 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1350874 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1350874 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1350875 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633495205517721600
   [junit4]   2> 1350877 INFO  (searcherExecutor-7909-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [legacyTrue_shard1_replica_n1] Registered new searcher Searcher@35647293[legacyTrue_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1350879 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/legacyTrue/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1350883 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/legacyTrue/leaders/shard1
   [junit4]   2> 1350885 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1350885 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1350885 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43589/solr/legacyTrue_shard1_replica_n1/
   [junit4]   2> 1350885 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1350885 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:43589/solr/legacyTrue_shard1_replica_n1/ has no replicas
   [junit4]   2> 1350885 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/legacyTrue/leaders/shard1/leader after winning as /collections/legacyTrue/leader_elect/shard1/election/72248812173983749-core_node2-n_0000000000
   [junit4]   2> 1350886 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43589/solr/legacyTrue_shard1_replica_n1/ shard1
   [junit4]   2> 1350987 INFO  (zkCallback-10037-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1350987 INFO  (zkCallback-10037-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1350987 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1350994 INFO  (qtp1460756186-27031) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyTrue_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyTrue&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1262
   [junit4]   2> 1350995 INFO  (qtp1460756186-27032) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1351089 INFO  (zkCallback-10037-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1351089 INFO  (zkCallback-10037-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1351089 INFO  (zkCallback-10037-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1351089 INFO  (qtp1460756186-27032) [n:127.0.0.1:43589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=1&name=legacyTrue&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1462
   [junit4]   2> 1351098 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=632745766
   [junit4]   2> 1351098 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43589_solr
   [junit4]   2> 1351098 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1351098 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43589_solr as DOWN
   [junit4]   2> 1351111 INFO  (coreCloseExecutor-7914-thread-1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [legacyTrue_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b84c04b
   [junit4]   2> 1351111 INFO  (coreCloseExecutor-7914-thread-1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.legacyTrue.shard1.replica_n1, tag=5b84c04b
   [junit4]   2> 1351111 INFO  (coreCloseExecutor-7914-thread-1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@56121208: rootName = solr_43589, domain = solr.core.legacyTrue.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.legacyTrue.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6db4dbc1
   [junit4]   2> 1351119 INFO  (coreCloseExecutor-7914-thread-1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.legacyTrue.shard1.leader, tag=5b84c04b
   [junit4]   2> 1351125 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1351125 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b6c13cc: rootName = solr_43589, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@41e4b533
   [junit4]   2> 1351131 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1351131 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@343388b5: rootName = solr_43589, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@55646fdd
   [junit4]   2> 1351134 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1351134 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@433417: rootName = solr_43589, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@524bdf93
   [junit4]   2> 1351134 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1351139 INFO  (closeThreadPool-10056-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72248812173983749-127.0.0.1:43589_solr-n_0000000000) closing
   [junit4]   2> 1351140 INFO  (OverseerStateUpdate-72248812173983749-127.0.0.1:43589_solr-n_0000000000) [n:127.0.0.1:43589_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43589_solr
   [junit4]   2> 1351140 INFO  (OverseerAutoScalingTriggerThread-72248812173983749-127.0.0.1:43589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1351143 INFO  (zkCallback-10050-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1351151 INFO  (closeThreadPool-10056-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72248812173983749-127.0.0.1:43589_solr-n_0000000000) closing
   [junit4]   2> 1351151 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.Overseer Overseer (id=72248812173983749-127.0.0.1:43589_solr-n_0000000000) closing
   [junit4]   2> 1351152 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b55d3a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1351152 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5f297b8b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1351152 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1351152 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1351152 WARN  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1351153 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 43589 try number 1 ...
   [junit4]   2> 1351153 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
   [junit4]   2> 1351153 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1351153 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1351153 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1351153 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8c2464e{/solr,null,AVAILABLE}
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78c68725{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43589}
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.s.Server Started @1351241ms
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43589}
   [junit4]   2> 1351154 ERROR (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1351154 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-14T08:27:03.754325Z
   [junit4]   2> 1351155 INFO  (zkConnectionManagerCallback-10058-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351155 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1351307 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1351308 WARN  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b8c2bb3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1351310 WARN  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1797290e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1351311 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43261/solr
   [junit4]   2> 1351312 INFO  (zkConnectionManagerCallback-10065-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351314 INFO  (zkConnectionManagerCallback-10067-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351317 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43589_solr
   [junit4]   2> 1351317 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.c.Overseer Overseer (id=72248812173983754-127.0.0.1:43589_solr-n_0000000001) starting
   [junit4]   2> 1351321 INFO  (zkConnectionManagerCallback-10074-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351322 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43261/solr ready
   [junit4]   2> 1351322 INFO  (OverseerStateUpdate-72248812173983754-127.0.0.1:43589_solr-n_0000000001) [n:127.0.0.1:43589_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43589_solr
   [junit4]   2> 1351323 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43589_solr
   [junit4]   2> 1351323 INFO  (zkCallback-10050-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1351323 INFO  (zkCallback-10066-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1351327 INFO  (zkCallback-10073-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1351332 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1351344 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1351351 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1351351 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1351352 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001/node1/.
   [junit4]   2> 1351352 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [n:127.0.0.1:43589_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [legacyTrue_shard1_replica_n1]
   [junit4]   2> 1351353 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1351356 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1351365 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.s.IndexSchema [legacyTrue_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1351366 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1351370 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1351375 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.IndexSchema [legacyTrue_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1351376 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1351376 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'legacyTrue_shard1_replica_n1' using configuration from collection legacyTrue, trusted=true
   [junit4]   2> 1351376 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43589.solr.core.legacyTrue.shard1.replica_n1' (registry 'solr.core.legacyTrue.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@698049c2
   [junit4]   2> 1351376 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [[legacyTrue_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001/node1/legacyTrue_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001/tempDir-001/node1/./legacyTrue_shard1_replica_n1/data/]
   [junit4]   2> 1351397 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1351397 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1351403 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1351403 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1351404 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d82a145[legacyTrue_shard1_replica_n1] main]
   [junit4]   2> 1351405 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1351405 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1351405 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1351405 INFO  (coreLoadExecutor-7928-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633495206073466880
   [junit4]   2> 1351407 INFO  (searcherExecutor-7929-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1  x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [legacyTrue_shard1_replica_n1] Registered new searcher Searcher@7d82a145[legacyTrue_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1351412 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/legacyTrue/leaders/shard1
   [junit4]   2> 1351413 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1351413 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1351413 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43589/solr/legacyTrue_shard1_replica_n1/
   [junit4]   2> 1351413 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1351413 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:43589/solr/legacyTrue_shard1_replica_n1/ has no replicas
   [junit4]   2> 1351413 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/legacyTrue/leaders/shard1/leader after winning as /collections/legacyTrue/leader_elect/shard1/election/72248812173983754-core_node2-n_0000000001
   [junit4]   2> 1351414 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43589/solr/legacyTrue_shard1_replica_n1/ shard1
   [junit4]   2> 1351414 INFO  (coreZkRegister-7916-thread-1-processing-n:127.0.0.1:43589_solr x:legacyTrue_shard1_replica_n1 c:legacyTrue s:shard1) [n:127.0.0.1:43589_solr c:legacyTrue s:shard1 r:core_node2 x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1351515 INFO  (zkCallback-10066-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1351516 INFO  (zkCallback-10066-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1351516 INFO  (zkCallback-10066-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1352409 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:43589: The target server failed to respond
   [junit4]   2> 1352409 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:43589
   [junit4]   2> 1352410 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1352414 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1352415 INFO  (qtp2017975236-27096) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=1&name=legacyFalse&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1352418 INFO  (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection legacyFalse
   [junit4]   2> 1352638 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyFalse_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyFalse_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyFalse&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1352640 ERROR (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyFalse_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'legacyFalse_shard1_replica_n1': non legacy mode coreNodeName missing {collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, replicaType=NRT}
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1176)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:796)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:762)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:522)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: non legacy mode coreNodeName missing {collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, replicaType=NRT}
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1123)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 1352640 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyFalse_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=legacyFalse_shard1_replica_n1&action=CREATE&numShards=1&collection=legacyFalse&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=2
   [junit4]   2> 1352640 ERROR (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:43589/solr
   [junit4]   2>           => org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43589/solr: Error CREATEing SolrCore 'legacyFalse_shard1_replica_n1': non legacy mode coreNodeName missing {collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, replicaType=NRT}
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43589/solr: Error CREATEing SolrCore 'legacyFalse_shard1_replica_n1': non legacy mode coreNodeName missing {collection.configName=conf, numShards=1, shard=shard1, collection=legacyFalse, replicaType=NRT}
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1352640 ERROR (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [legacyFalse].
   [junit4]   2> 1352641 INFO  (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1352742 INFO  (zkCallback-10066-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/legacyFalse/state.json] for collection [legacyFalse] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1352743 INFO  (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [legacyFalse]
   [junit4]   2> 1352744 ERROR (OverseerThreadFactory-7924-thread-1-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: legacyFalse operation: create failed:org.apache.solr.common.SolrException: Underlying core creation failed while creating collection: legacyFalse
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 1352747 INFO  (qtp2017975236-27096) [n:127.0.0.1:43589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=1&name=legacyFalse&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=400 QTime=332
   [junit4]   2> 1352748 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1352749 INFO  (qtp2017975236-27094) [n:127.0.0.1:43589_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=legacyTrue&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1352750 INFO  (OverseerCollectionConfigSetProcessor-72248812173983754-127.0.0.1:43589_solr-n_0000000001) [n:127.0.0.1:43589_solr    ] 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> 1352750 INFO  (OverseerThreadFactory-7924-thread-2-processing-n:127.0.0.1:43589_solr) [n:127.0.0.1:43589_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1352751 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.legacyTrue.shard1.replica_n1, tag=null
   [junit4]   2> 1352751 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f3ea81e: rootName = solr_43589, domain = solr.core.legacyTrue.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.legacyTrue.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@11a680f0
   [junit4]   2> 1352759 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.c.SolrCore [legacyTrue_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b6836c4
   [junit4]   2> 1352759 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.legacyTrue.shard1.replica_n1, tag=5b6836c4
   [junit4]   2> 1352759 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.legacyTrue.shard1.leader, tag=5b6836c4
   [junit4]   2> 1352761 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/legacyTrue/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1352761 INFO  (qtp2017975236-27095) [n:127.0.0.1:43589_solr    x:legacyTrue_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=legacyTrue_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1352864 INFO  (zkCallback-10066-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1352864 INFO  (zkCallback-10066-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1352864 INFO  (zkCallback-10066-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/legacyTrue/state.json] for collection [legacyTrue] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1352868 INFO  (qtp2017975236-27094) [n:127.0.0.1:43589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=legacyTrue&action=DELETE&wt=javabin&version=2} status=0 QTime=119
   [junit4]   2> 1352869 INFO  (TEST-LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud-seed#[C7E007B70AA40EAB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionSwitchLegacyCloud
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LegacyCloudClusterPropTest -Dtests.method=testCreateCollectionSwitchLegacyCloud -Dtests.seed=C7E007B70AA40EAB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   3.25s J1 | LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43589/solr: Underlying core creation failed while creating collection: legacyFalse
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C7E007B70AA40EAB:16E7F532AEAB8599]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1068)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    > 	at org.apache.solr.cloud.LegacyCloudClusterPropTest.createAndTest(LegacyCloudClusterPropTest.java:95)
   [junit4]    > 	at org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud(LegacyCloudClusterPropTest.java:79)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 1352872 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2110976105
   [junit4]   2> 1352872 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43589_solr
   [junit4]   2> 1352873 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1352873 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43589_solr as DOWN
   [junit4]   2> 1352874 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1352874 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c2f826a: rootName = solr_43589, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2236fff1
   [junit4]   2> 1352878 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1352879 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@206f6881: rootName = solr_43589, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@55646fdd
   [junit4]   2> 1352881 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1352881 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e0293e: rootName = solr_43589, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@524bdf93
   [junit4]   2> 1352881 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1352883 INFO  (closeThreadPool-10083-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72248812173983754-127.0.0.1:43589_solr-n_0000000001) closing
   [junit4]   2> 1352884 INFO  (OverseerStateUpdate-72248812173983754-127.0.0.1:43589_solr-n_0000000001) [n:127.0.0.1:43589_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43589_solr
   [junit4]   2> 1352884 INFO  (OverseerAutoScalingTriggerThread-72248812173983754-127.0.0.1:43589_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1352885 INFO  (closeThreadPool-10083-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72248812173983754-127.0.0.1:43589_solr-n_0000000001) closing
   [junit4]   2> 1352885 INFO  (jetty-closer-10079-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72248812173983754-127.0.0.1:43589_solr-n_0000000001) closing
   [junit4]   2> 1352886 INFO  (jetty-closer-10079-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@78c68725{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43589}
   [junit4]   2> 1352886 INFO  (jetty-closer-10079-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8c2464e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1352886 INFO  (jetty-closer-10079-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1352887 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1352887 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/legacyTrue/terms/shard1
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/legacyTrue/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections/legacyTrue/state.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1352888 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43261
   [junit4]   2> 1352888 INFO  (SUITE-LegacyCloudClusterPropTest-seed#[C7E007B70AA40EAB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43261
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LegacyCloudClusterPropTest_C7E007B70AA40EAB-001
   [junit4]   2> May 14, 2019 8:27:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=2, maxDocsPerChunk=4, blockSize=8), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=2, blockSize=8)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5caa5c9a), locale=en-SG, timezone=Indian/Kerguelen
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 12 (64-bit)/cpus=8,threads=1,free=339135376,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [DisMaxRequestHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, CoreAdminOperationTest, MetricUtilsTest, TestFieldTypeCollectionResource, RecoveryAfterSoftCommitTest, TestPerFieldSimilarityWithDefaultOverride, TestRTimerTree, TestNestedUpdateProcessor, ScheduledTriggerTest, TestSurroundQueryParser, TestStressReorder, HDFSCollectionsAPITest, CdcrUpdateLogTest, TestFaceting, TestRandomFlRTGCloud, TestSimpleQParserPlugin, FullSolrCloudDistribCmdsTest, CdcrBootstrapTest, PingRequestHandlerTest, SystemLogListenerTest, TestSystemIdResolver, TestHdfsUpdateLog, ClusterStateTest, HighlighterTest, HdfsDirectoryFactoryTest, TestSimDistributedQueue, TestSortByMinMaxFunction, SimpleFacetsTest, CollectionStateFormat2Test, CoreSorterTest, CloudMLTQParserTest, DistributedQueryElevationComponentTest, TestSimClusterStateProvider, TestCloudManagedSchema, TestRangeQuery, AtomicUpdatesTest, UpdateLogTest, TestFastOutputStream, ProtectedTermFilterFactoryTest, TestNoOpRegenerator, AuditLoggerPluginTest, CurrencyRangeFacetCloudTest, HttpTriggerListenerTest, TestHighFrequencyDictionaryFactory, FastVectorHighlighterTest, PhrasesIdentificationComponentTest, DocumentBuilderTest, TestSuggestSpellingConverter, TestUtilizeNode, TestIndexSearcher, OverseerTaskQueueTest, UpdateRequestProcessorFactoryTest, ReplicationFactorTest, SystemCollectionCompatTest, CollectionsAPIDistributedZkTest, TestHashPartitioner, ClassificationUpdateProcessorIntegrationTest, TestElisionMultitermQuery, TestConfig, TestSolrIndexConfig, MetricTriggerTest, JWTAuthPluginIntegrationTest, TemplateUpdateProcessorTest, TestUninvertingReader, TestLegacyFieldCache, TestSolrCloudWithDelegationTokens, SolrCoreMetricManagerTest, CheckHdfsIndexTest, TestCustomDocTransformer, RAMDirectoryFactoryTest, DistributedMLTComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestJavabinTupleStreamParser, TestTlogReplica, TestTolerantSearch, TestManagedSchemaAPI, CreateRoutedAliasTest, TestCloudDeleteByQuery, TestIBSimilarityFactory, SOLR749Test, TestConfigSetProperties, SchemaVersionSpecificBehaviorTest, AutoAddReplicasIntegrationTest, TestConfigSetsAPI, TestPointFields, TestClassicSimilarityFactory, TestFileDictionaryLookup, TestTrackingShardHandlerFactory, SpellCheckCollatorWithCollapseTest, TestFunctionQuery, SynonymTokenizerTest, DistributedFacetPivotSmallAdvancedTest, TestSlowCompositeReaderWrapper, ShardRoutingCustomTest, TestPKIAuthenticationPlugin, TestExactStatsCache, DeleteNodeTest, TestSystemCollAutoCreate, SolrInfoBeanTest, TestExpandComponent, MergeStrategyTest, TestBackupRepositoryFactory, TestLocalFSCloudBackupRestore, TestAnalyzeInfixSuggestions, SortSpecParsingTest, DebugComponentTest, UUIDFieldTest, RoutingToNodesWithPropertiesTest, HttpPartitionTest, CdcrRequestHandlerTest, ShufflingReplicaListTransformerTest, TestRecovery, SuggesterTSTTest, BlockDirectoryTest, TestRequestForwarding, TestSimGenericDistributedQueue, TestManagedResource, PrimitiveFieldTypeTest, ConnectionReuseTest, TestCoreDiscovery, TokenizerChainTest, IndexSchemaRuntimeFieldTest, MetricsHistoryHandlerTest, TestRandomFaceting, NestedAtomicUpdateTest, TestXmlQParser, BinaryUpdateRequestHandlerTest, HttpSolrCallGetCoreTest, NodeLostTriggerIntegrationTest, TestFieldCacheSortRandom, BadComponentTest, TestCollectionAPI, CopyFieldTest, TestMacroExpander, TestSolr4Spatial2, TestQueryUtils, TestSolrJ, HdfsUnloadDistributedZkTest, MultiThreadedOCPTest, PKIAuthenticationIntegrationTest, TestDocumentBuilder, TestGroupingSearch, TestTrie, TestDeprecatedFilters, TestLuceneMatchVersion, TestEmbeddedSolrServerAdminHandler, ActionThrottleTest, AliasIntegrationTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, ClusterStateUpdateTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest]
   [junit4] Completed [478/857 (1!)] on J1 in 4.01s, 1 test, 1 error <<< FAILURES!

[...truncated 44472 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24076/consoleText

[repro] Revision: 2315c6d1b899075b88f39a546f5bbd10716a4a5e

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=LegacyCloudClusterPropTest -Dtests.method=testCreateCollectionSwitchLegacyCloud -Dtests.seed=C7E007B70AA40EAB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       LegacyCloudClusterPropTest
[repro] ant compile-test

[...truncated 3309 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LegacyCloudClusterPropTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=C7E007B70AA40EAB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 75 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LegacyCloudClusterPropTest
[repro] Exiting with code 0

[...truncated 43 lines...]