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 2017/08/23 14:47:30 UTC

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_144) - Build # 133 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/133/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([C2E82A9416EC8B82:9D0C07A37DE018C7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([C2E82A9416EC8B82:B30CD4426007AC4E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([C2E82A9416EC8B82:16AD61CDF1BA3879]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11802 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_C2E82A9416EC8B82-001\init-core-data-001
   [junit4]   2> 1130340 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1131278 WARN  (coreLoadExecutor-5298-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1131281 WARN  (coreLoadExecutor-5298-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=C2E82A9416EC8B82 -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C2E82A9416EC8B82:B30CD4426007AC4E]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_C2E82A9416EC8B82-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=mt-MT, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=169867096,total=359137280
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, SharedFSAutoReplicaFailoverTest, TestLRUStatsCache, TestSubQueryTransformerCrossCore, SimpleCollectionCreateDeleteTest, TestDistributedStatsComponentCardinality, TestCollapseQParserPlugin, CustomCollectionTest, SynonymTokenizerTest, TestRandomFaceting, SystemInfoHandlerTest, TermVectorComponentTest, TestRuleBasedAuthorizationPlugin, TestCloudManagedSchema, TestCrossCoreJoin, CoreSorterTest, TestTrackingShardHandlerFactory, CloneFieldUpdateProcessorFactoryTest, WrapperMergePolicyFactoryTest, TestStressLucene, HdfsNNFailoverTest, TestReload, CdcrRequestHandlerTest, TestStressUserVersions, TestComponentsName, OverseerStatusTest, TestUniqueKeyFieldResource, DeleteLastCustomShardedReplicaTest, TestRequestForwarding, MoveReplicaHDFSTest, DirectSolrSpellCheckerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestManagedSchemaThreadSafety, TestFieldSortValues, TestPartialUpdateDeduplication, TestSolrQueryParser, TermsComponentTest, BitVectorTest, DebugComponentTest, CursorMarkTest, CachingDirectoryFactoryTest, DistanceUnitsTest, TestCorePropertiesReload, TermVectorComponentDistributedTest, BlockDirectoryTest, TestExactSharedStatsCache, TestDocTermOrds, TestConfigOverlay, TestSchemaVersionResource, AutoCommitTest, SolrCoreCheckLockOnStartupTest, DistributedSuggestComponentTest, TestObjectReleaseTracker, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, AssignTest, TestSolrCloudWithSecureImpersonation, StatsComponentTest, DistributedFacetPivotSmallTest, DocValuesMultiTest, TestTlogReplica, LeaderFailoverAfterPartitionTest, PingRequestHandlerTest, DeleteStatusTest, TestManagedSynonymFilterFactory, SpellPossibilityIteratorTest, TestZkChroot, AnalyticsMergeStrategyTest, NodeMutatorTest, SuggesterFSTTest, TestConfigsApi, TestNRTOpen, DistributedQueueTest, TestRandomFlRTGCloud, TestXmlQParser, TestExclusionRuleCollectionAccess, SpellCheckComponentTest, UpdateParamsTest, TestAuthenticationFramework, BasicZkTest, TestMultiValuedNumericRangeQuery, UpdateLogTest, MergeStrategyTest, TestWordDelimiterFilterFactory, FileUtilsTest, TestJsonFacetRefinement, RequestLoggingTest, TestBlobHandler, RuleEngineTest, TestCharFilters, ConcurrentDeleteAndCreateCollectionTest, LeaderInitiatedRecoveryOnCommitTest, MBeansHandlerTest, ConnectionReuseTest, ShardRoutingCustomTest, TestAuthorizationFramework, CacheHeaderTest, PropertiesRequestHandlerTest, TestSystemCollAutoCreate, ShufflingReplicaListTransformerTest, TestDocSet, SimpleMLTQParserTest, TestFastWriter, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PluginInfoTest, TestMinMaxOnMultiValuedField, TestLegacyField, TestLMJelinekMercerSimilarityFactory, MoreLikeThisHandlerTest, TestLRUCache, TestConfigSetProperties, FileBasedSpellCheckerTest, ClassificationUpdateProcessorIntegrationTest, TestGraphTermsQParserPlugin, SolrCloudExampleTest, DistributedQueryComponentCustomSortTest, TestNumericRangeQuery64, InfixSuggestersTest, TestInfoStreamLogging, RemoteQueryErrorTest, TestDistributedGrouping, TestJsonRequest, BigEndianAscendingWordDeserializerTest, DistributedMLTComponentTest, TestBadConfig, QueryResultKeyTest, RollingRestartTest, TestFileDictionaryLookup, DistributedFacetPivotLongTailTest, DataDrivenBlockJoinTest, DistributedQueryElevationComponentTest, TestInitQParser, TestSolrIndexConfig, OpenCloseCoreStressTest, AliasIntegrationTest, TestScoreJoinQPNoScore, TestSSLRandomization, SolrCmdDistributorTest, DocumentBuilderTest, EnumFieldTest, LeaderElectionIntegrationTest, BadCopyFieldTest, DistributedFacetExistsSmallTest, SampleTest, BlockJoinFacetDistribTest, DocumentAnalysisRequestHandlerTest, ZkStateWriterTest, TestNumericTerms32, ExitableDirectoryReaderTest, TestPullReplica, TestPushWriter, TestPostingsSolrHighlighter, TestOverriddenPrefixQueryForCustomFieldType, TestSearchPerf, TestReqParamsAPI, SolrMetricManagerTest, DocValuesNotIndexedTest, HttpSolrCallGetCoreTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [287/731 (1!)] on J1 in 1.04s, 3 tests, 1 failure <<< FAILURES!

[...truncated 11 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\init-core-data-001
   [junit4]   2> 1012836 INFO  (SUITE-CdcrBootstrapTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1012838 INFO  (SUITE-CdcrBootstrapTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1012838 INFO  (SUITE-CdcrBootstrapTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1012840 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1012841 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-target-001
   [junit4]   2> 1012841 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1012842 INFO  (Thread-2913) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1012842 INFO  (Thread-2913) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1012848 ERROR (Thread-2913) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1012941 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.ZkTestServer start zk server on port:63284
   [junit4]   2> 1012995 INFO  (jetty-launcher-1287-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1012996 INFO  (jetty-launcher-1287-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@946baa{/solr,null,AVAILABLE}
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@338195{SSL,[ssl, http/1.1]}{127.0.0.1:63288}
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.e.j.s.Server Started @1020451ms
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63288}
   [junit4]   2> 1012999 ERROR (jetty-launcher-1287-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1012999 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T14:00:01.952Z
   [junit4]   2> 1013008 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1013023 INFO  (jetty-launcher-1287-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63284/solr
   [junit4]   2> 1013198 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1013199 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63288_solr
   [junit4]   2> 1013200 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.c.Overseer Overseer (id=98533166402699267-127.0.0.1:63288_solr-n_0000000000) starting
   [junit4]   2> 1013210 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63288_solr
   [junit4]   2> 1013212 INFO  (OverseerStateUpdate-98533166402699267-127.0.0.1:63288_solr-n_0000000000) [n:127.0.0.1:63288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1013437 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63288.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1013447 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63288.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1013447 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63288.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1013448 INFO  (jetty-launcher-1287-thread-1) [n:127.0.0.1:63288_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:63284/solr
   [junit4]   2> 1013491 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001
   [junit4]   2> 1013491 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1013491 INFO  (Thread-2923) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1013491 INFO  (Thread-2923) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1013496 ERROR (Thread-2923) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1013597 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.ZkTestServer start zk server on port:63308
   [junit4]   2> 1013612 INFO  (jetty-launcher-1299-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1013613 INFO  (jetty-launcher-1299-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@173e9aa{/solr,null,AVAILABLE}
   [junit4]   2> 1013615 INFO  (jetty-launcher-1299-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@caba97{SSL,[ssl, http/1.1]}{127.0.0.1:63312}
   [junit4]   2> 1013615 INFO  (jetty-launcher-1299-thread-1) [    ] o.e.j.s.Server Started @1021067ms
   [junit4]   2> 1013615 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63312}
   [junit4]   2> 1013615 ERROR (jetty-launcher-1299-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1013616 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 1013616 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1013616 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1013616 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T14:00:02.569Z
   [junit4]   2> 1013625 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1013641 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e0f6490910001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1013645 INFO  (jetty-launcher-1299-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63308/solr
   [junit4]   2> 1013842 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1013843 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63312_solr
   [junit4]   2> 1013845 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.c.Overseer Overseer (id=98533166445297667-127.0.0.1:63312_solr-n_0000000000) starting
   [junit4]   2> 1013855 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63312_solr
   [junit4]   2> 1013856 INFO  (OverseerStateUpdate-98533166445297667-127.0.0.1:63312_solr-n_0000000000) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1014014 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1014028 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1014029 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1014030 INFO  (jetty-launcher-1299-thread-1) [n:127.0.0.1:63312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001\node1\.
   [junit4]   2> 1014081 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e0f6490910004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1014115 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1014117 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63308/solr ready
   [junit4]   2> 1014184 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1014188 INFO  (OverseerThreadFactory-4655-thread-1-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 1014302 INFO  (OverseerStateUpdate-98533166445297667-127.0.0.1:63312_solr-n_0000000000) [n:127.0.0.1:63312_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63312/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1014515 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1014516 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1014628 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1014629 INFO  (zkCallback-1306-thread-2-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1015547 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1015557 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1015562 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1015562 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 1015562 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63312.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1015563 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015563 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 1015690 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1015690 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1015693 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015693 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015698 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ec2577[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1015698 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 1015701 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1015702 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1015702 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576530665437921280
   [junit4]   2> 1015704 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1ec2577[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015719 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1015719 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1015719 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:63312/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 1015719 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1015719 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:63312/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 1015719 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1015728 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:63312/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 1015834 INFO  (zkCallback-1306-thread-2-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1015834 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1015881 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1015883 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1368
   [junit4]   2> 1015888 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1015987 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1015987 INFO  (zkCallback-1306-thread-2-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1016193 INFO  (OverseerCollectionConfigSetProcessor-98533166445297667-127.0.0.1:63312_solr-n_0000000000) [n:127.0.0.1:63312_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> 1016889 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2703
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 1016918 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 (1576530666690969600), source_1 (1576530666695163904), source_2 (1576530666696212480), source_3 (1576530666696212481), source_4 (1576530666696212482), source_5 (1576530666696212483), source_6 (1576530666697261056), source_7 (1576530666697261057), source_8 (1576530666697261058), source_9 (1576530666697261059), ... (100 adds)]} 0 23
   [junit4]   2> 1016921 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530666716135424,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1016921 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530666716135424
   [junit4]   2> 1016955 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13099f8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1016955 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1016957 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@13099f8[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 1016957 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 36
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 1016979 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 (1576530666754932736), source_101 (1576530666762272768), source_102 (1576530666762272769), source_103 (1576530666762272770), source_104 (1576530666763321344), source_105 (1576530666763321345), source_106 (1576530666763321346), source_107 (1576530666763321347), source_108 (1576530666763321348), source_109 (1576530666763321349), ... (100 adds)]} 0 19
   [junit4]   2> 1016981 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530666779049984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1016981 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530666779049984
   [junit4]   2> 1017010 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@aada48[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017011 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017025 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@aada48[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 1017025 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 44
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 1017045 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 (1576530666828333056), source_201 (1576530666832527360), source_202 (1576530666832527361), source_203 (1576530666832527362), source_204 (1576530666832527363), source_205 (1576530666832527364), source_206 (1576530666832527365), source_207 (1576530666833575936), source_208 (1576530666833575937), source_209 (1576530666833575938), ... (100 adds)]} 0 17
   [junit4]   2> 1017047 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530666848256000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017047 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530666848256000
   [junit4]   2> 1017084 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@11c58e7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017086 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017088 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@11c58e7[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 1017089 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 42
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 1017112 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 (1576530666895441920), source_301 (1576530666899636224), source_302 (1576530666899636225), source_303 (1576530666900684800), source_304 (1576530666900684801), source_305 (1576530666900684802), source_306 (1576530666900684803), source_307 (1576530666900684804), source_308 (1576530666900684805), source_309 (1576530666901733376), ... (100 adds)]} 0 19
   [junit4]   2> 1017113 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530666917462016,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017113 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530666917462016
   [junit4]   2> 1017147 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e01505[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017148 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017150 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1e01505[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 1017150 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 1017165 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 (1576530666959405056), source_401 (1576530666962550784), source_402 (1576530666962550785), source_403 (1576530666962550786), source_404 (1576530666962550787), source_405 (1576530666962550788), source_406 (1576530666962550789), source_407 (1576530666963599360), source_408 (1576530666963599361), source_409 (1576530666963599362), ... (100 adds)]} 0 11
   [junit4]   2> 1017166 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530666973036544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017166 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530666973036544
   [junit4]   2> 1017225 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17af752[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017226 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017228 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@17af752[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 1017228 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 61
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 1017243 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 (1576530667041193984), source_501 (1576530667043291136), source_502 (1576530667043291137), source_503 (1576530667043291138), source_504 (1576530667043291139), source_505 (1576530667044339712), source_506 (1576530667044339713), source_507 (1576530667044339714), source_508 (1576530667044339715), source_509 (1576530667044339716), ... (100 adds)]} 0 12
   [junit4]   2> 1017245 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530667054825472,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017245 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530667054825472
   [junit4]   2> 1017281 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38f26b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017281 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017284 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@38f26b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 1017284 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 40
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 1017296 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 (1576530667099914240), source_601 (1576530667103059968), source_602 (1576530667103059969), source_603 (1576530667103059970), source_604 (1576530667103059971), source_605 (1576530667103059972), source_606 (1576530667103059973), source_607 (1576530667103059974), source_608 (1576530667103059975), source_609 (1576530667103059976), ... (100 adds)]} 0 9
   [junit4]   2> 1017299 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530667112497152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017299 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530667112497152
   [junit4]   2> 1017334 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@195696c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017334 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017336 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@195696c[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 1017336 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 1017348 INFO  (qtp9835591-9660) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 (1576530667154440192), source_701 (1576530667156537344), source_702 (1576530667156537345), source_703 (1576530667156537346), source_704 (1576530667156537347), source_705 (1576530667156537348), source_706 (1576530667157585920), source_707 (1576530667157585921), source_708 (1576530667157585922), source_709 (1576530667157585923), ... (100 adds)]} 0 9
   [junit4]   2> 1017349 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530667164925952,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017349 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530667164925952
   [junit4]   2> 1017383 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fe2790[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017384 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017385 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1fe2790[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 1017385 INFO  (qtp9835591-9661) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 36
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 1017397 INFO  (qtp9835591-9663) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 (1576530667205820416), source_801 (1576530667207917568), source_802 (1576530667207917569), source_803 (1576530667207917570), source_804 (1576530667207917571), source_805 (1576530667207917572), source_806 (1576530667208966144), source_807 (1576530667208966145), source_808 (1576530667208966146), source_809 (1576530667208966147), ... (100 adds)]} 0 9
   [junit4]   2> 1017398 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530667216306176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017398 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530667216306176
   [junit4]   2> 1017434 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c851f5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017435 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017437 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@c851f5[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 1017437 INFO  (qtp9835591-9664) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 38
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1017449 INFO  (qtp9835591-9665) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 (1576530667260346368), source_901 (1576530667263492096), source_902 (1576530667263492097), source_903 (1576530667263492098), source_904 (1576530667263492099), source_905 (1576530667263492100), source_906 (1576530667263492101), source_907 (1576530667263492102), source_908 (1576530667263492103), source_909 (1576530667263492104), ... (100 adds)]} 0 10
   [junit4]   2> 1017451 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576530667271880704,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1017451 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1131ca8 commitCommandVersion:1576530667271880704
   [junit4]   2> 1017492 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ce0a15[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1017493 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1017494 INFO  (searcherExecutor-4658-thread-1-processing-n:127.0.0.1:63312_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1ce0a15[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 1017495 INFO  (qtp9835591-9658) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 43
   [junit4]   2> 1017506 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 1017509 INFO  (qtp9835591-9662) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&_stateVer_=cdcr-source:4&getVersions=1000&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1017553 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e0f6490910008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1017555 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@caba97{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1017556 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2975681
   [junit4]   2> 1017556 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1017557 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ab124b: rootName = solr_63312, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@cde753
   [junit4]   2> 1017566 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1017566 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@650ac7: rootName = solr_63312, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7002dc
   [junit4]   2> 1017573 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1017573 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c52d0c: rootName = solr_63312, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e3ab47
   [junit4]   2> 1017576 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1017578 INFO  (coreCloseExecutor-4663-thread-1) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@125de0
   [junit4]   2> 1017580 INFO  (coreCloseExecutor-4663-thread-1) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.cdcr-source.shard1.replica_n1, tag=1203680
   [junit4]   2> 1017580 INFO  (coreCloseExecutor-4663-thread-1) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1306df3: rootName = solr_63312, domain = solr.core.cdcr-source.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.cdcr-source.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5ac849
   [junit4]   2> 1017592 INFO  (coreCloseExecutor-4663-thread-1) [n:127.0.0.1:63312_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.cdcr-source.shard1.leader, tag=1203680
   [junit4]   2> 1017603 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.Overseer Overseer (id=98533166445297667-127.0.0.1:63312_solr-n_0000000000) closing
   [junit4]   2> 1017604 INFO  (OverseerStateUpdate-98533166445297667-127.0.0.1:63312_solr-n_0000000000) [n:127.0.0.1:63312_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:63312_solr
   [junit4]   2> 1017608 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e0f6490910003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1017608 WARN  (zkCallback-1306-thread-2-processing-n:127.0.0.1:63312_solr) [n:127.0.0.1:63312_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1017610 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@173e9aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 1017610 INFO  (zkCallback-1313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1017614 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1017615 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f9bcb3{/solr,null,AVAILABLE}
   [junit4]   2> 1017616 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@58cc42{SSL,[ssl, http/1.1]}{127.0.0.1:63347}
   [junit4]   2> 1017617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.e.j.s.Server Started @1025069ms
   [junit4]   2> 1017617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63347}
   [junit4]   2> 1017617 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1017617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 1017617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1017617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1017618 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T14:00:06.570Z
   [junit4]   2> 1017622 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1017646 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63308/solr
   [junit4]   2> 1017650 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e0f649091000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1017668 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1017669 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63347_solr
   [junit4]   2> 1017671 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.c.Overseer Overseer (id=98533166445297675-127.0.0.1:63347_solr-n_0000000001) starting
   [junit4]   2> 1017681 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63347_solr
   [junit4]   2> 1017686 INFO  (zkCallback-1313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1017687 INFO  (zkCallback-1319-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1017993 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63347.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1018010 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63347.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1018012 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63347.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1018018 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001\node1\.
   [junit4]   2> 1018018 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[C2E82A9416EC8B82]) [n:127.0.0.1:63347_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [cdcr-source_shard1_replica_n1]
   [junit4]   2> 1018021 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1018129 INFO  (zkCallback-1319-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1018130 INFO  (zkCallback-1319-thread-2-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1019055 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1019061 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1019066 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1019071 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1019072 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 1019076 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 1019076 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 1019077 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63347.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@af3cd6
   [junit4]   2> 1019077 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019077 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C2E82A9416EC8B82-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 1019289 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1019289 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1019294 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019294 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019344 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ae204[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 1019345 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 1019346 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 1019346 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 1019346 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1019347 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1019358 INFO  (coreLoadExecutor-4672-thread-1-processing-n:127.0.0.1:63347_solr) [n:127.0.0.1:63347_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 1019

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

-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2829673 INFO  (SUITE-SolrSlf4jReporterTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2829673 INFO  (SUITE-SolrSlf4jReporterTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2829677 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[C2E82A9416EC8B82]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 2836413 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[C2E82A9416EC8B82]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=C2E82A9416EC8B82 -Dtests.slow=true -Dtests.locale=en-AU -Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 6.74s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C2E82A9416EC8B82:9D0C07A37DE018C7]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2836415 INFO  (SUITE-SolrSlf4jReporterTest-seed#[C2E82A9416EC8B82]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_C2E82A9416EC8B82-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=en-AU, timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=209466128,total=517210112
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, SharedFSAutoReplicaFailoverTest, TestLRUStatsCache, TestSubQueryTransformerCrossCore, SimpleCollectionCreateDeleteTest, TestDistributedStatsComponentCardinality, TestCollapseQParserPlugin, CustomCollectionTest, SynonymTokenizerTest, TestRandomFaceting, SystemInfoHandlerTest, TermVectorComponentTest, TestRuleBasedAuthorizationPlugin, TestCloudManagedSchema, TestCrossCoreJoin, CoreSorterTest, TestTrackingShardHandlerFactory, CloneFieldUpdateProcessorFactoryTest, WrapperMergePolicyFactoryTest, TestStressLucene, HdfsNNFailoverTest, TestReload, CdcrRequestHandlerTest, TestStressUserVersions, TestComponentsName, OverseerStatusTest, TestUniqueKeyFieldResource, DeleteLastCustomShardedReplicaTest, TestRequestForwarding, MoveReplicaHDFSTest, DirectSolrSpellCheckerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestManagedSchemaThreadSafety, TestFieldSortValues, TestPartialUpdateDeduplication, TestSolrQueryParser, TermsComponentTest, BitVectorTest, DebugComponentTest, CursorMarkTest, CachingDirectoryFactoryTest, DistanceUnitsTest, TestCorePropertiesReload, TermVectorComponentDistributedTest, BlockDirectoryTest, TestExactSharedStatsCache, TestDocTermOrds, TestConfigOverlay, TestSchemaVersionResource, AutoCommitTest, SolrCoreCheckLockOnStartupTest, DistributedSuggestComponentTest, TestObjectReleaseTracker, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, AssignTest, TestSolrCloudWithSecureImpersonation, StatsComponentTest, DistributedFacetPivotSmallTest, DocValuesMultiTest, TestTlogReplica, LeaderFailoverAfterPartitionTest, PingRequestHandlerTest, DeleteStatusTest, TestManagedSynonymFilterFactory, SpellPossibilityIteratorTest, TestZkChroot, AnalyticsMergeStrategyTest, NodeMutatorTest, SuggesterFSTTest, TestConfigsApi, TestNRTOpen, DistributedQueueTest, TestRandomFlRTGCloud, TestXmlQParser, TestExclusionRuleCollectionAccess, SpellCheckComponentTest, UpdateParamsTest, TestAuthenticationFramework, BasicZkTest, TestMultiValuedNumericRangeQuery, UpdateLogTest, MergeStrategyTest, TestWordDelimiterFilterFactory, FileUtilsTest, TestJsonFacetRefinement, RequestLoggingTest, TestBlobHandler, RuleEngineTest, TestCharFilters, ConcurrentDeleteAndCreateCollectionTest, LeaderInitiatedRecoveryOnCommitTest, MBeansHandlerTest, ConnectionReuseTest, ShardRoutingCustomTest, TestAuthorizationFramework, CacheHeaderTest, PropertiesRequestHandlerTest, TestSystemCollAutoCreate, ShufflingReplicaListTransformerTest, TestDocSet, SimpleMLTQParserTest, TestFastWriter, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PluginInfoTest, TestMinMaxOnMultiValuedField, TestLegacyField, TestLMJelinekMercerSimilarityFactory, MoreLikeThisHandlerTest, TestLRUCache, TestConfigSetProperties, FileBasedSpellCheckerTest, ClassificationUpdateProcessorIntegrationTest, TestGraphTermsQParserPlugin, SolrCloudExampleTest, DistributedQueryComponentCustomSortTest, TestNumericRangeQuery64, InfixSuggestersTest, TestInfoStreamLogging, RemoteQueryErrorTest, TestDistributedGrouping, TestJsonRequest, BigEndianAscendingWordDeserializerTest, DistributedMLTComponentTest, TestBadConfig, QueryResultKeyTest, RollingRestartTest, TestFileDictionaryLookup, DistributedFacetPivotLongTailTest, DataDrivenBlockJoinTest, DistributedQueryElevationComponentTest, TestInitQParser, TestSolrIndexConfig, OpenCloseCoreStressTest, AliasIntegrationTest, TestScoreJoinQPNoScore, TestSSLRandomization, SolrCmdDistributorTest, DocumentBuilderTest, EnumFieldTest, LeaderElectionIntegrationTest, BadCopyFieldTest, DistributedFacetExistsSmallTest, SampleTest, BlockJoinFacetDistribTest, DocumentAnalysisRequestHandlerTest, ZkStateWriterTest, TestNumericTerms32, ExitableDirectoryReaderTest, TestPullReplica, TestPushWriter, TestPostingsSolrHighlighter, TestOverriddenPrefixQueryForCustomFieldType, TestSearchPerf, TestReqParamsAPI, SolrMetricManagerTest, DocValuesNotIndexedTest, HttpSolrCallGetCoreTest, UpdateRequestProcessorFactoryTest, SolrRequestParserTest, TestUseDocValuesAsStored, TestFastOutputStream, TestDynamicLoading, TestCopyFieldCollectionResource, TestDelegationWithHadoopAuth, TestPerFieldSimilarityWithDefaultOverride, TestLeaderInitiatedRecoveryThread, TestRTGBase, TestRandomCollapseQParserPlugin, TestBinaryResponseWriter, DateRangeFieldTest, TestGraphMLResponseWriter, CoreAdminRequestStatusTest, TestManagedResource, TestFieldCacheSortRandom, DistributedDebugComponentTest, HighlighterMaxOffsetTest, ReplicationFactorTest, AtomicUpdatesTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRangeQuery, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, SolrIndexSplitterTest, TestCoreDiscovery, TestFoldingMultitermQuery, SuggesterTSTTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, TestSurroundQueryParser, TestWriterPerf, XmlUpdateRequestHandlerTest, TestValueSourceCache, FastVectorHighlighterTest, LoggingHandlerTest, IndexSchemaTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPHPSerializedResponseWriter, SearchHandlerTest, MultiTermTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestLuceneMatchVersion, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, PreAnalyzedFieldTest, DateFieldTest, ClusterStateTest, TestDocumentBuilder, SliceStateTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, MoveReplicaHDFSUlogDirTest, MoveReplicaTest, OverseerRolesTest, PeerSyncReplicationTest, SolrCLIZkUtilsTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudRecovery, TestClusterProperties, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport, TestPrepRecovery, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, ZkFailoverTest, ConfigureRecoveryStrategyTest, DirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigSets, TestCustomStream, TestSolrCoreSnapshots, SearchHandlerTest, TestConfigReload, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, V2StandaloneTest, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, TestApiFramework, DistributedFacetPivotLargeTest, SuggestComponentTest, SolrGraphiteReporterTest, SolrSlf4jReporterTest]
   [junit4] Completed [618/731 (3!)] on J1 in 6.82s, 1 test, 1 failure <<< FAILURES!

[...truncated 39758 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_144) - Build # 152 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/152/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([55F02502A4298A4:D11A4909CD142B5F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12926 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\init-core-data-001
   [junit4]   2> 2020600 WARN  (SUITE-CdcrBootstrapTest-seed#[55F02502A4298A4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2020600 INFO  (SUITE-CdcrBootstrapTest-seed#[55F02502A4298A4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2020624 INFO  (SUITE-CdcrBootstrapTest-seed#[55F02502A4298A4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2020624 INFO  (SUITE-CdcrBootstrapTest-seed#[55F02502A4298A4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2020629 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 2020632 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-target-001
   [junit4]   2> 2020632 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2020633 INFO  (Thread-4284) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2020633 INFO  (Thread-4284) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2020649 ERROR (Thread-4284) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2020734 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.ZkTestServer start zk server on port:59701
   [junit4]   2> 2020751 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e39c9878f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2020758 INFO  (jetty-launcher-2916-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2020764 INFO  (jetty-launcher-2916-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1708334{/solr,null,AVAILABLE}
   [junit4]   2> 2020767 INFO  (jetty-launcher-2916-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d56bb9{HTTP/1.1,[http/1.1]}{127.0.0.1:59705}
   [junit4]   2> 2020768 INFO  (jetty-launcher-2916-thread-1) [    ] o.e.j.s.Server Started @2030220ms
   [junit4]   2> 2020768 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59705}
   [junit4]   2> 2020768 ERROR (jetty-launcher-2916-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2020768 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2020769 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2020769 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2020769 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T19:34:22.474Z
   [junit4]   2> 2020781 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2020796 INFO  (jetty-launcher-2916-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59701/solr
   [junit4]   2> 2020943 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2020944 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59705_solr
   [junit4]   2> 2020945 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.c.Overseer Overseer (id=98579779574235139-127.0.0.1:59705_solr-n_0000000000) starting
   [junit4]   2> 2020954 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59705_solr
   [junit4]   2> 2020956 INFO  (zkCallback-2923-thread-1-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2021366 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59705.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2021377 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59705.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2021378 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59705.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2021379 INFO  (jetty-launcher-2916-thread-1) [n:127.0.0.1:59705_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-target-001\node1\.
   [junit4]   2> 2021485 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e39c9878f0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Target zkHost = 127.0.0.1:59701/solr
   [junit4]   2> 2021499 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-source-001
   [junit4]   2> 2021500 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2021502 INFO  (Thread-4294) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2021502 INFO  (Thread-4294) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2021524 ERROR (Thread-4294) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2021601 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.ZkTestServer start zk server on port:59725
   [junit4]   2> 2021620 INFO  (jetty-launcher-2928-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2021623 INFO  (jetty-launcher-2928-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d65cf6{/solr,null,AVAILABLE}
   [junit4]   2> 2021630 INFO  (jetty-launcher-2928-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@358e96{HTTP/1.1,[http/1.1]}{127.0.0.1:59729}
   [junit4]   2> 2021630 INFO  (jetty-launcher-2928-thread-1) [    ] o.e.j.s.Server Started @2031082ms
   [junit4]   2> 2021631 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59729}
   [junit4]   2> 2021631 ERROR (jetty-launcher-2928-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2021632 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2021634 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2021634 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2021635 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T19:34:23.340Z
   [junit4]   2> 2021643 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2021659 INFO  (jetty-launcher-2928-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59725/solr
   [junit4]   2> 2021775 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2021776 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59729_solr
   [junit4]   2> 2021776 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.c.Overseer Overseer (id=98579779631513603-127.0.0.1:59729_solr-n_0000000000) starting
   [junit4]   2> 2021782 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59729_solr
   [junit4]   2> 2021786 INFO  (zkCallback-2935-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2021926 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59729.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2021935 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59729.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2021936 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59729.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2021937 INFO  (jetty-launcher-2928-thread-1) [n:127.0.0.1:59729_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-source-001\node1\.
   [junit4]   2> 2022023 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e39c98af90005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2022047 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e39c98af90006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2022059 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2022061 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59725/solr ready
   [junit4]   2> 2022075 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2022081 INFO  (OverseerThreadFactory-8213-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 2022193 INFO  (OverseerStateUpdate-98579779631513603-127.0.0.1:59729_solr-n_0000000000) [n:127.0.0.1:59729_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59729/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2022399 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2022401 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2022511 INFO  (zkCallback-2935-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2022514 INFO  (zkCallback-2935-thread-2-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2023424 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2023428 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2023432 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2023436 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2023437 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 2023440 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 2023440 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 2023441 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59729.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2023441 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2023441 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 2023685 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2023685 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2023687 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2023687 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2023693 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1377193[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2023695 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 2023695 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 2023695 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 2023695 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2023695 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2023708 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 2023720 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 2023888 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1377193[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2023893 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577276476592488448
   [junit4]   2> 2023904 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2023904 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2023905 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59729/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2023905 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2023905 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:59729/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 2023905 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2023909 INFO  (zkCallback-2935-thread-2-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 2023911 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59729/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2024018 INFO  (zkCallback-2935-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2024018 INFO  (zkCallback-2935-thread-2-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2024064 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2024068 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1668
   [junit4]   2> 2024071 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2024082 INFO  (OverseerCollectionConfigSetProcessor-98579779631513603-127.0.0.1:59729_solr-n_0000000000) [n:127.0.0.1:59729_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> 2024172 INFO  (zkCallback-2935-thread-2-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2024172 INFO  (zkCallback-2935-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2025073 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2998
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 2025102 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 2025103 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276477861265408,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025103 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276477861265408
   [junit4]   2> 2025123 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ac8870[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025123 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025127 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@ac8870[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 2025127 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=23
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 2025142 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 2025144 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276477904257024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025144 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276477904257024
   [junit4]   2> 2025176 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@98df20[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025177 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025180 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@98df20[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 2025180 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=36
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 2025205 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 2025207 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276477970317312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025207 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276477970317312
   [junit4]   2> 2025241 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bff278[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025243 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025245 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1bff278[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 2025245 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=39
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 2025259 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2025260 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478025891840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025261 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478025891840
   [junit4]   2> 2025285 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@51af6e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025286 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025289 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@51af6e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 2025290 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=29
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 2025306 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2025306 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478074126336,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025306 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478074126336
   [junit4]   2> 2025333 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e184a4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025334 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025337 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@e184a4[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 2025338 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=31
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 2025350 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 2025351 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478121312256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025351 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478121312256
   [junit4]   2> 2025384 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c80e2[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025385 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025389 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@3c80e2[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 2025389 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 2025400 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2025401 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478173741056,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025401 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478173741056
   [junit4]   2> 2025435 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e00ac5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025436 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025442 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@e00ac5[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 2025443 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=42
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 2025454 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2025456 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478231412736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025456 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478231412736
   [junit4]   2> 2025492 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@48d21d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025493 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025496 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@48d21d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 2025497 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=41
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 2025507 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2025508 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478285938688,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025508 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478285938688
   [junit4]   2> 2025566 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57c947[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025566 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025574 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@57c947[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 2025575 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=66
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 2025589 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2025590 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276478371921920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2025590 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276478371921920
   [junit4]   2> 2025640 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e210bd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2025640 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2025644 INFO  (searcherExecutor-8216-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@e210bd[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 2025645 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=54
   [junit4]   2> 2025646 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 2025760 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2025762 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59701/solr ready
   [junit4]   2> 2025766 INFO  (qtp28205697-18175) [n:127.0.0.1:59705_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2025789 INFO  (OverseerThreadFactory-8205-thread-1-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 2025907 INFO  (OverseerStateUpdate-98579779574235139-127.0.0.1:59705_solr-n_0000000000) [n:127.0.0.1:59705_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59705/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2026113 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2026113 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2026223 INFO  (zkCallback-2923-thread-1-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2026226 INFO  (zkCallback-2923-thread-2-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2027139 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2027146 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2027151 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2027155 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2027157 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 2027164 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 2027164 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 2027165 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59705.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b1bc59
   [junit4]   2> 2027165 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2027165 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 2027583 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2027583 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2027585 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2027585 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2027587 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15471b0[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 2027590 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 2027590 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 2027591 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 2027592 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2027593 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2027597 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 2027600 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 2027601 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577276480480608256
   [junit4]   2> 2027602 INFO  (searcherExecutor-8222-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@15471b0[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2027611 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2027611 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2027611 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2027611 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2027611 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 2027611 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2027616 INFO  (zkCallback-2923-thread-2-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 2027621 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 2027728 INFO  (zkCallback-2923-thread-2-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2027728 INFO  (zkCallback-2923-thread-1-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2027774 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2027777 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1664
   [junit4]   2> 2027782 INFO  (qtp28205697-18175) [n:127.0.0.1:59705_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2027790 INFO  (OverseerCollectionConfigSetProcessor-98579779574235139-127.0.0.1:59705_solr-n_0000000000) [n:127.0.0.1:59705_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> 2027883 INFO  (zkCallback-2923-thread-1-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2027883 INFO  (zkCallback-2923-thread-2-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2028783 INFO  (qtp28205697-18175) [n:127.0.0.1:59705_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3017
   [junit4]   2> 2028806 INFO  (zkCallback-2923-thread-2-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 2028806 INFO  (qtp28205697-18175) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 2028807 INFO  (zkCallback-2923-thread-2-processing-n:127.0.0.1:59705_solr) [n:127.0.0.1:59705_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 2028823 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2028824 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59701/solr ready
   [junit4]   2> 2028847 INFO  (qtp28205697-18182) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2028847 INFO  (qtp28205697-18182) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028848 INFO  (qtp28205697-18180) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 2028848 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 2028849 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 2028851 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2028852 INFO  (zkCallback-2935-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 2028854 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=45
   [junit4]   2> 2028855 INFO  (zkCallback-2935-thread-1-processing-n:127.0.0.1:59729_solr) [n:127.0.0.1:59729_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 2028856 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} status=0 QTime=1
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:59701/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 2028858 INFO  (qtp28205697-18177) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276481798668288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2028858 INFO  (qtp28205697-18177) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2028858 INFO  (qtp28205697-18177) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2028858 INFO  (qtp28205697-18177) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028859 INFO  (qtp28205697-18175) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2028863 INFO  (cdcr-bootstrap-status-2947-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2028869 INFO  (qtp28205697-18179) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:59729/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2028873 INFO  (qtp28205697-18179) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028873 WARN  (cdcr-bootstrap-status-2947-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2028874 INFO  (cdcr-bootstrap-status-2947-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2028875 INFO  (qtp28205697-18179) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:59729/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028876 INFO  (qtp28205697-18178) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028877 WARN  (cdcr-bootstrap-status-2947-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2028877 INFO  (cdcr-bootstrap-status-2947-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:59705/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2028878 INFO  (qtp28205697-18180) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:59729/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028880 INFO  (qtp28205697-18180) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2028881 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2028881 INFO  (cdcr-bootstrap-status-2947-thread-1-processing-n:127.0.0.1:59729_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 2028893 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577276481835368448,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2028893 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1fd875 commitCommandVersion:1577276481835368448
   [junit4]   2> 2028903 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2af773[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 2028904 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2028904 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2028907 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2028907 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 2028907 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 1504208070598
   [junit4]   2> 2028907 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2028907 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2028907 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2028912 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4657, name=tlog.0000000000000000000.1577276477842391040}, {size=4778, name=tlog.0000000000000000001.1577276477888528384}, {size=4778, name=tlog.0000000000000000002.1577276477944102912}, {size=4778, name=tlog.0000000000000000003.1577276478012260352}, {size=4778, name=tlog.0000000000000000004.1577276478061543424}, {size=4778, name=tlog.0000000000000000005.1577276478109777920}, {size=4778, name=tlog.0000000000000000006.1577276478162206720}, {size=4778, name=tlog.0000000000000000007.1577276478220926976}, {size=4778, name=tlog.0000000000000000008.1577276478276501504}, {size=4778, name=tlog.0000000000000000009.1577276478358290432}]
   [junit4]   2> 2028913 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=5
   [junit4]   2> 2028913 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest index in master: 15
   [junit4]   2> 2028913 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Number of tlog files in master: 10
   [junit4]   2> 2028917 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2028919 INFO  (recoveryExecutor-2921-thread-1-processing-n:127.0.0.1:59705_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59705_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@16b08dc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc5943)
   [junit4]   2> 2028923 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2028927 INFO  (qtp8165559-18220) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2028932 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2028934 INFO  (qtp8165559-18222) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2028936 INFO  (qtp8165559-18219) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2028937 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2028941 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029102 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029119 INFO  (qtp8165559-18218) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029121 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029124 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.dii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029133 INFO  (qtp8165559-18221) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.dim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029144 INFO  (qtp8165559-18223) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029152 INFO  (qtp8165559-18216) [n:127.0.0.1:59729_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2029157 INFO  (qtp8165559-18220) [n:1

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

andler@9fd976{/solr,null,UNAVAILABLE}
   [junit4]   2> 2177975 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2177976 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59943 59943
   [junit4]   2> 2177977 INFO  (Thread-4345) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59943 59943
   [junit4]   2> 2177979 WARN  (Thread-4345) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2177979 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[55F02502A4298A4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=55F02502A4298A4 -Dtests.slow=true -Dtests.locale=ro-RO -Dtests.timezone=Europe/Kirov -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  131s J0 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([55F02502A4298A4:D11A4909CD142B5F]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_55F02502A4298A4-001
   [junit4]   2> Aug 31, 2017 7:36:59 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=ro-RO, timezone=Europe/Kirov
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=203742808,total=335544320
   [junit4]   2> NOTE: All tests run in this JVM: [BJQParserTest, TestDistributedSearch, TestExpandComponent, UniqFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest, TestCustomDocTransformer, TestHashQParserPlugin, DirectUpdateHandlerTest, TestSmileRequest, TestSolrCoreProperties, TestCloudDeleteByQuery, TestLegacyNumericRangeQueryBuilder, ScriptEngineTest, JavabinLoaderTest, TestStressCloudBlindAtomicUpdates, BasicAuthIntegrationTest, RankQueryTest, DirectoryFactoryTest, BlockCacheTest, TestPseudoReturnFields, OutputWriterTest, SparseHLLTest, TestHashPartitioner, TestStreamBody, TestSurroundQueryParser, AddBlockUpdateTest, TestLegacyFieldReuse, DocValuesMissingTest, RAMDirectoryFactoryTest, ZkCLITest, TestConfigReload, HdfsLockFactoryTest, ForceLeaderTest, TestRequestStatusCollectionAPI, RequiredFieldsTest, DistributedVersionInfoTest, TestConfigSetsAPIZkFailure, TestSizeLimitedDistributedMap, TestDocBasedVersionConstraints, DocExpirationUpdateProcessorFactoryTest, SolrJmxReporterCloudTest, AnalyticsQueryTest, CircularListTest, VMParamsZkACLAndCredentialsProvidersTest, TestSubQueryTransformerDistrib, TestFieldCacheVsDocValues, CreateCollectionCleanupTest, TestRandomDVFaceting, SpatialFilterTest, TestStressVersions, TlogReplayBufferedWhileIndexingTest, TestNonDefinedSimilarityFactory, CurrencyFieldTypeTest, ShardSplitTest, TestHdfsCloudBackupRestore, TestConfigSets, SliceStateTest, ResourceLoaderTest, MetricsHandlerTest, ZkControllerTest, OverseerRolesTest, DistributedQueryComponentOptimizationTest, TestFilteredDocIdSet, MinimalSchemaTest, SolrShardReporterTest, TestRandomRequestDistribution, RequestHandlersTest, TestLeaderElectionZkExpiry, SolrCoreTest, IndexBasedSpellCheckerTest, TestSolrCoreSnapshots, CollectionsAPISolrJTest, BasicDistributedZkTest, ClusterStateTest, TestFuzzyAnalyzedSuggestions, TestNumericTokenStream, TestGroupingSearch, JvmMetricsTest, SolrGangliaReporterTest, QueryElevationComponentTest, TestIndexingPerformance, DistributedFacetPivotSmallAdvancedTest, IndexSchemaTest, TestSubQueryTransformer, TestGeoJSONResponseWriter, TestAddFieldRealTimeGet, SpellCheckCollatorWithCollapseTest, TestMiniSolrCloudClusterSSL, ManagedSchemaRoundRobinCloudTest, TestScoreJoinQPScore, CoreAdminHandlerTest, TestSha256AuthenticationProvider, ChaosMonkeyNothingIsSafeTest, ZkStateReaderTest, TestExactStatsCache, TestPayloadCheckQParserPlugin, DeleteShardTest, TestRTimerTree, TestCustomSort, TestFieldTypeCollectionResource, RecoveryZkTest, CdcrUpdateLogTest, SearchHandlerTest, TestCloudSearcherWarming, TestPullReplicaErrorHandling, AlternateDirectoryTest, VersionInfoTest, TestSegmentSorting, ConfigSetsAPITest, TestCollectionAPI, SecurityConfHandlerTest, BooleanFieldTest, TestSerializedLuceneMatchVersion, HighlighterConfigTest, SimpleFacetsTest, V2ApiIntegrationTest, TestJettySolrRunner, DateFieldTest, TestManagedSynonymGraphFilterFactory, MultiTermTest, TestDistribIDF, TestTestInjection, CloudMLTQParserTest, TestConfigSetImmutable, TestReversedWildcardFilterFactory, DeleteNodeTest, AutoScalingHandlerTest, TestUpdate, ReplaceNodeTest, SimplePostToolTest, TestBinaryField, TestTolerantUpdateProcessorCloud, TestRawResponseWriter, TestXmlQParserPlugin, TestJsonFacets, SolrXmlInZkTest, CheckHdfsIndexTest, TestLegacyTerms, TestRestoreCore, CoreAdminCreateDiscoverTest, LeaderInitiatedRecoveryOnShardRestartTest, FastVectorHighlighterTest, NoCacheHeaderTest, TestPHPSerializedResponseWriter, SolrCoreMetricManagerTest, TestNoOpRegenerator, LeaderElectionContextKeyTest, LargeFieldTest, TestStressRecovery, DistributedSpellCheckComponentTest, HdfsBasicDistributedZk2Test, TestWriterPerf, ExplicitHLLTest, FacetPivotSmallTest, TestHdfsUpdateLog, TestCoreAdminApis, TestNestedDocsSort, TestZkAclsWithHadoopAuth, TestStressReorder, RulesTest, TestDeleteCollectionOnDownNodes, TestConfigSetsAPI, TestBackupRepositoryFactory, PeerSyncWithIndexFingerprintCachingTest, TestCloudJSONFacetJoinDomain, TestDynamicFieldCollectionResource, TestNamedUpdateProcessors, SpatialHeatmapFacetsTest, BufferStoreTest, TestBulkSchemaAPI, TestReplicaProperties, UUIDFieldTest, NumericFieldsTest, TestQueryWrapperFilter, TestHalfAndHalfDocValues, SolrTestCaseJ4Test, TestFreeTextSuggestions, XsltUpdateRequestHandlerTest, TestSearcherReuse, ClusterStateUpdateTest, LeaderElectionTest, TestZkChroot, TestDistributedGrouping, TestFaceting, HardAutoCommitTest, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, PeerSyncTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, SuggesterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, TestSolrDeletionPolicy2, TestDocSet, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, URLClassifyProcessorTest, TestFastLRUCache, PreAnalyzedFieldTest, DOMUtilTest, TestUtils, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest]
   [junit4] Completed [511/731 (1!)] on J0 in 157.96s, 3 tests, 1 failure <<< FAILURES!

[...truncated 42738 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:690: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 89 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-9-ea+181) - Build # 151 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/151/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:62975/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:62975/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([FCBCD54F09FB3123:1A2BE18F3079C842]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([FCBCD54F09FB3123:28F99E16EEAD82D8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1728 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J0-20170831_072855_05817191958530759242899.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J1-20170831_072855_05817841806780411058341.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 312 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20170831_073358_3637060297063457082463.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20170831_073358_36311507348989374913450.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1042 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20170831_073452_046656054432851959100.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20170831_073452_04616381857357165047497.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20170831_073633_28611571183181844304043.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20170831_073633_2867306916952849065502.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20170831_073643_52915658716788092619978.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20170831_073643_52911259288424202171160.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20170831_073707_542589363540626623668.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20170831_073707_5421973772921238850372.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 167 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20170831_073711_8642166712009804757829.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20170831_073711_8645827664798488289085.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20170831_073720_14517383146016876857644.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20170831_073720_14512897346540034041055.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20170831_073726_3122315513216570516538.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20170831_073726_31217469860541848422251.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20170831_073730_02314608653306013526307.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20170831_073746_1853309512607187370517.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20170831_073746_18516665806100072190709.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1250 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20170831_073839_38317043546341700905496.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20170831_073839_3833572539176316237306.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J1-20170831_073850_2704399135834528099522.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J0-20170831_073850_27014469467689650607883.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 256 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20170831_073907_15616560591419421251655.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20170831_073907_1563829097294743324036.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J0-20170831_074020_82810639678892449375186.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J1-20170831_074020_8289820917855879030283.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20170831_074024_7259644361740054803593.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20170831_074024_72510572249732655221001.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J0-20170831_074030_9981285957359023277083.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J1-20170831_074030_9988381875603581054102.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 180 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20170831_074105_1651761507493961400518.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20170831_074105_1654387834876946190642.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 247 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20170831_074113_1818569602790967450063.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20170831_074113_1809600101217637513473.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 164 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J1-20170831_074131_2029322660247510665556.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J0-20170831_074131_202564639828166615484.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J0-20170831_074141_9786605750166038540433.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J1-20170831_074141_9784504327487804066584.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J0-20170831_074147_9842820732000865834919.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J1-20170831_074147_9844638105969075795808.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 316 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J0-20170831_074215_0942750051812724804332.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J1-20170831_074215_09418201827809491569774.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 225 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20170831_074229_0931140832592783598123.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20170831_074229_0939721892559304324818.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20170831_074239_9237794686654070657793.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20170831_074239_92316786948432096048750.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 209 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20170831_074300_5673990733819074148135.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20170831_074300_56716732235375408246090.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20170831_074329_9911458374382356443029.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20170831_074329_99115835047202398742759.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20170831_074345_0268979352264468071304.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20170831_074345_0269684292609750995443.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 147 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial\test\temp\junit4-J0-20170831_074429_98657738855373909057.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 245 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20170831_074434_12917794573144314354223.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20170831_074434_1296092254455225050574.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 2046 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 652982 INFO  (SUITE-CdcrBootstrapTest-seed#[FCBCD54F09FB3123]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\init-core-data-001
   [junit4]   2> 652983 WARN  (SUITE-CdcrBootstrapTest-seed#[FCBCD54F09FB3123]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 652983 INFO  (SUITE-CdcrBootstrapTest-seed#[FCBCD54F09FB3123]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 652985 INFO  (SUITE-CdcrBootstrapTest-seed#[FCBCD54F09FB3123]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 652986 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 652987 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-target-001
   [junit4]   2> 652987 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 652987 INFO  (Thread-1325) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 652987 INFO  (Thread-1325) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 652992 ERROR (Thread-1325) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 653087 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.ZkTestServer start zk server on port:64809
   [junit4]   2> 653093 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e374b305a0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 653095 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 653096 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d7a7701{/solr,null,AVAILABLE}
   [junit4]   2> 653105 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@276cec16{HTTP/1.1,[http/1.1]}{127.0.0.1:64813}
   [junit4]   2> 653105 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.Server Started @663652ms
   [junit4]   2> 653105 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64813}
   [junit4]   2> 653105 ERROR (jetty-launcher-1080-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 653106 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 653106 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 653106 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 653106 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T07:57:08.172378400Z
   [junit4]   2> 653109 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 653115 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64809/solr
   [junit4]   2> 653289 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 653292 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64813_solr
   [junit4]   2> 653293 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98577037922009091-127.0.0.1:64813_solr-n_0000000000) starting
   [junit4]   2> 653299 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64813_solr
   [junit4]   2> 653312 INFO  (OverseerStateUpdate-98577037922009091-127.0.0.1:64813_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 653439 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 653448 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 653448 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 653450 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:64809/solr
   [junit4]   2> 653480 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-source-001
   [junit4]   2> 653481 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 653481 INFO  (Thread-1335) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 653481 INFO  (Thread-1335) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 653486 ERROR (Thread-1335) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 653581 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.ZkTestServer start zk server on port:64833
   [junit4]   2> 653589 INFO  (jetty-launcher-1092-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72f9112{/solr,null,AVAILABLE}
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@788cc1e{HTTP/1.1,[http/1.1]}{127.0.0.1:64837}
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.e.j.s.Server Started @664138ms
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64837}
   [junit4]   2> 653591 ERROR (jetty-launcher-1092-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 653591 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T07:57:08.657958800Z
   [junit4]   2> 653597 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 653607 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e374b32480001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 653611 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64833/solr
   [junit4]   2> 653772 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 653773 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64837_solr
   [junit4]   2> 653777 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98577037954383875-127.0.0.1:64837_solr-n_0000000000) starting
   [junit4]   2> 653795 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64837_solr
   [junit4]   2> 653798 INFO  (OverseerStateUpdate-98577037954383875-127.0.0.1:64837_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 653935 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64837.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 653945 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64837.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 653945 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64837.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 653947 INFO  (jetty-launcher-1092-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-source-001\node1\.
   [junit4]   2> 654000 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 654001 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64833/solr ready
   [junit4]   2> 654005 INFO  (qtp558353103-5968) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 654009 INFO  (OverseerThreadFactory-2538-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 654119 INFO  (OverseerStateUpdate-98577037954383875-127.0.0.1:64837_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64837/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 654321 INFO  (qtp558353103-5966) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 654321 INFO  (qtp558353103-5966) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 654428 INFO  (zkCallback-1099-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 654428 INFO  (zkCallback-1099-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 655338 INFO  (qtp558353103-5966) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 655343 INFO  (qtp558353103-5966) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 655346 INFO  (qtp558353103-5966) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 655351 INFO  (qtp558353103-5966) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 655351 INFO  (qtp558353103-5966) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 655357 INFO  (qtp558353103-5966) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 655357 INFO  (qtp558353103-5966) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 655358 INFO  (qtp558353103-5966) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64837.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 655358 INFO  (qtp558353103-5966) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 655358 INFO  (qtp558353103-5966) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 655474 INFO  (qtp558353103-5966) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 655474 INFO  (qtp558353103-5966) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 655475 INFO  (qtp558353103-5966) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 655475 INFO  (qtp558353103-5966) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 655485 INFO  (qtp558353103-5966) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f2d533b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 655487 INFO  (qtp558353103-5966) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 655488 INFO  (qtp558353103-5966) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 655488 INFO  (qtp558353103-5966) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 655488 INFO  (qtp558353103-5966) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 655489 INFO  (qtp558353103-5966) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 655495 INFO  (qtp558353103-5966) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 655499 INFO  (qtp558353103-5966) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 655517 INFO  (qtp558353103-5966) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577232609399799808
   [junit4]   2> 655517 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@2f2d533b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 655524 INFO  (qtp558353103-5966) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 655524 INFO  (qtp558353103-5966) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 655524 INFO  (qtp558353103-5966) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64837/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 655524 INFO  (qtp558353103-5966) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 655524 INFO  (qtp558353103-5966) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:64837/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 655524 INFO  (qtp558353103-5966) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 655528 INFO  (zkCallback-1099-thread-2) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 655528 INFO  (qtp558353103-5966) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64837/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 655634 INFO  (zkCallback-1099-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 655634 INFO  (zkCallback-1099-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 655684 INFO  (qtp558353103-5966) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 655685 INFO  (qtp558353103-5966) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1364
   [junit4]   2> 655690 INFO  (qtp558353103-5968) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 655792 INFO  (zkCallback-1099-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 655792 INFO  (zkCallback-1099-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 656013 INFO  (OverseerCollectionConfigSetProcessor-98577037954383875-127.0.0.1:64837_solr-n_0000000000) [    ] 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> 656692 INFO  (qtp558353103-5968) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2686
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 656704 INFO  (qtp558353103-5967) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 656705 INFO  (qtp558353103-5964) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610645508096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 656705 INFO  (qtp558353103-5964) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610645508096
   [junit4]   2> 656741 INFO  (qtp558353103-5964) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@415efd8a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 656741 INFO  (qtp558353103-5964) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 656743 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@415efd8a[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 656743 INFO  (qtp558353103-5964) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=37
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 656750 INFO  (qtp558353103-5969) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 656750 INFO  (qtp558353103-5962) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610692694016,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 656750 INFO  (qtp558353103-5962) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610692694016
   [junit4]   2> 656789 INFO  (qtp558353103-5962) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@14514c2b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 656790 INFO  (qtp558353103-5962) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 656791 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@14514c2b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 656791 INFO  (qtp558353103-5962) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=40
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 656795 INFO  (qtp558353103-5965) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 656796 INFO  (qtp558353103-5966) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610740928512,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 656796 INFO  (qtp558353103-5966) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610740928512
   [junit4]   2> 656843 INFO  (qtp558353103-5966) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e1c62e4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 656843 INFO  (qtp558353103-5966) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 656845 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@4e1c62e4[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 656845 INFO  (qtp558353103-5966) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 656854 INFO  (qtp558353103-5968) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 656855 INFO  (qtp558353103-5967) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610802794496,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 656855 INFO  (qtp558353103-5967) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610802794496
   [junit4]   2> 656882 INFO  (qtp558353103-5967) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a03f528[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 656882 INFO  (qtp558353103-5967) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 656883 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@4a03f528[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 656883 INFO  (qtp558353103-5967) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=28
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 656889 INFO  (qtp558353103-5964) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 656890 INFO  (qtp558353103-5969) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610839494656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 656890 INFO  (qtp558353103-5969) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610839494656
   [junit4]   2> 656934 INFO  (qtp558353103-5969) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2007ebb5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 656936 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@2007ebb5[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 656937 INFO  (qtp558353103-5969) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 656937 INFO  (qtp558353103-5969) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 656942 INFO  (qtp558353103-5962) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 656943 INFO  (qtp558353103-5965) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610895069184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 656943 INFO  (qtp558353103-5965) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610895069184
   [junit4]   2> 657022 INFO  (qtp558353103-5965) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e0e1f2d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 657023 INFO  (qtp558353103-5965) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 657024 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@4e0e1f2d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 657024 INFO  (qtp558353103-5965) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=80
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 657028 INFO  (qtp558353103-5966) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 657029 INFO  (qtp558353103-5968) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232610985246720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657029 INFO  (qtp558353103-5968) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232610985246720
   [junit4]   2> 657063 INFO  (qtp558353103-5968) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76741de9[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 657064 INFO  (qtp558353103-5968) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 657064 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@76741de9[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 657065 INFO  (qtp558353103-5968) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=35
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 657070 INFO  (qtp558353103-5967) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 657071 INFO  (qtp558353103-5964) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232611029286912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657071 INFO  (qtp558353103-5964) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232611029286912
   [junit4]   2> 657123 INFO  (qtp558353103-5964) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64ca9b09[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 657123 INFO  (qtp558353103-5964) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 657123 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@64ca9b09[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 657129 INFO  (qtp558353103-5964) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=57
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 657136 INFO  (qtp558353103-5969) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 657136 INFO  (qtp558353103-5962) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232611097444352,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657136 INFO  (qtp558353103-5962) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232611097444352
   [junit4]   2> 657329 INFO  (qtp558353103-5962) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7183ec7c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 657329 INFO  (qtp558353103-5962) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 657330 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@7183ec7c[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 657330 INFO  (qtp558353103-5962) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=193
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 657340 INFO  (qtp558353103-5965) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 657340 INFO  (qtp558353103-5966) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232611311353897,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 657340 INFO  (qtp558353103-5966) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232611311353897
   [junit4]   2> 657431 INFO  (qtp558353103-5966) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f5bdd20[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 657432 INFO  (qtp558353103-5966) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 657433 INFO  (searcherExecutor-2541-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@5f5bdd20[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 657434 INFO  (qtp558353103-5966) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=92
   [junit4]   2> 657435 INFO  (qtp558353103-5968) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 657445 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e374b305a0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 657452 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 657453 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[FCBCD54F09FB3123]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64809/solr ready
   [junit4]   2> 657457 INFO  (qtp212159165-5921) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 657461 INFO  (OverseerThreadFactory-2530-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 657571 INFO  (OverseerStateUpdate-98577037922009091-127.0.0.1:64813_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64813/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 657779 INFO  (qtp212159165-5923) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 657780 INFO  (qtp212159165-5923) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 657887 INFO  (zkCallback-1087-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 657890 INFO  (zkCallback-1087-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 658825 INFO  (qtp212159165-5923) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 658833 INFO  (qtp212159165-5923) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 658836 INFO  (qtp212159165-5923) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 658838 INFO  (qtp212159165-5923) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 658840 INFO  (qtp212159165-5923) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 658844 INFO  (qtp212159165-5923) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 658844 INFO  (qtp212159165-5923) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 658844 INFO  (qtp212159165-5923) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64813.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f5d670f
   [junit4]   2> 658844 INFO  (qtp212159165-5923) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 658844 INFO  (qtp212159165-5923) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_FCBCD54F09FB3123-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 658992 INFO  (qtp212159165-5923) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 658992 INFO  (qtp212159165-5923) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 658998 INFO  (qtp212159165-5923) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 658998 INFO  (qtp212159165-5923) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 658999 INFO  (qtp212159165-5923) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@25741ded[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 659021 INFO  (qtp212159165-5923) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 659024 INFO  (qtp212159165-5923) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 659024 INFO  (qtp212159165-5923) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 659026 INFO  (qtp212159165-5923) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 659026 INFO  (qtp212159165-5923) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 659032 INFO  (qtp212159165-5923) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 659037 INFO  (qtp212159165-5923) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 659038 INFO  (qtp212159165-5923) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577232613091835904
   [junit4]   2> 659038 INFO  (searcherExecutor-2547-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@25741ded[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 659053 INFO  (qtp212159165-5923) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 659053 INFO  (qtp212159165-5923) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 659053 INFO  (qtp212159165-5923) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64813/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 659053 INFO  (qtp212159165-5923) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 659053 INFO  (qtp212159165-5923) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:64813/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 659053 INFO  (qtp212159165-5923) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 659065 INFO  (qtp212159165-5923) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64813/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 659068 INFO  (zkCallback-1087-thread-2) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 659174 INFO  (zkCallback-1087-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 659174 INFO  (zkCallback-1087-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 659218 INFO  (qtp212159165-5923) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 659220 INFO  (qtp212159165-5923) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1441
   [junit4]   2> 659225 INFO  (qtp212159165-5921) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 659327 INFO  (zkCallback-1087-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 659327 INFO  (zkCallback-1087-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 659464 INFO  (OverseerCollectionConfigSetProcessor-98577037922009091-127.0.0.1:64813_solr-n_0000000000) [    ] 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> 660227 INFO  (qtp212159165-5921) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2769
   [junit4]   2> 661253 INFO  (zkCallback-1087-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 661270 INFO  (qtp212159165-5922) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 661272 INFO  (zkCallback-1087-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 661284 INFO  (qtp558353103-5968) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 661285 INFO  (qtp558353103-5968) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64809/solr ready
   [junit4]   2> 661298 INFO  (qtp212159165-5927) [    ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 661298 INFO  (qtp212159165-5927) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 661298 INFO  (qtp212159165-5926) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 661298 INFO  (qtp558353103-5968) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 661298 INFO  (qtp558353103-5968) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 661301 INFO  (qtp558353103-5968) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 661302 INFO  (zkCallback-1099-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 661302 INFO  (qtp558353103-5968) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=27
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 661321 INFO  (qtp558353103-5964) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 661323 INFO  (qtp558353103-5969) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577232615487832064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 661323 INFO  (qtp558353103-5969) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68349351 commitCommandVersion:1577232615487832064
   [junit4]   2> 661352 INFO  (zkCallback-1099-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 661372 INFO  (cdcr-bootstrap-status-1111-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:64813/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 661444 INFO  (qtp212159165-5

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

junit4] <<< JVM J1: EOF ----

[...truncated 1352 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20170831_084828_5283927465265729263178.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20170831_084828_5281501672269215372660.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 594 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20170831_084853_00217055577282102514895.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20170831_084853_00212812630299648150491.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 546 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20170831_084944_6131566698982801586028.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20170831_084944_613579744077667019659.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1238 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20170831_085027_0082297309181210507867.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20170831_085027_00816326368343392445491.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 639 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20170831_085049_02912835823210336835325.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20170831_085049_0292344610822678427031.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 550 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20170831_085137_8252547094343725899262.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20170831_085137_82516240971697354469337.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 554 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20170831_085208_0337822014338769557220.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20170831_085208_0331380845009661196899.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 641 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20170831_085232_07910828710337558206000.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20170831_085232_0798002547490568360291.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 588 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20170831_085322_4728905163732645911350.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J0-20170831_085322_4728438014594973737252.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 541 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20170831_085350_3543798965825128192110.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 30896 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:690: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 88 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+181) - Build # 150 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/150/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseConcMarkSweepGC --illegal-access=deny

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.LargeFieldTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001\init-core-data-001    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001\init-core-data-001
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_BBBB053FCCA72C3B-001

	at __randomizedtesting.SeedInfo.seed([BBBB053FCCA72C3B]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([BBBB053FCCA72C3B:6FFE4E662BF19FC0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1730 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J0-20170830_203508_86812069776246209642979.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J1-20170830_203508_8689424832681099182716.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 312 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20170830_204150_8599681856542788038984.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20170830_204150_85910322262419951523473.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1039 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20170830_204255_55115555077559426761726.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20170830_204255_5512502792857816211062.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20170830_204512_790341670653724830783.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20170830_204512_7905350058327154308289.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20170830_204520_0096307463068301693454.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20170830_204520_00910385359908325743171.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20170830_204538_57416579237818890636534.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20170830_204538_57411191699383489973495.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20170830_204542_12813840614181672344035.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20170830_204542_1285618382526580693920.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20170830_204547_8761354195548956827644.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20170830_204547_87611754890398871469150.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20170830_204555_3235585283341623519313.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20170830_204555_3232806329160280522130.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20170830_204558_1403425726344748253804.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20170830_204622_0187955420945479010727.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20170830_204622_02015301896334687918694.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1250 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20170830_204733_8844673973624291716034.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20170830_204733_8841578510920926137255.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J1-20170830_204745_4572077096038032715079.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J0-20170830_204745_4574848089495218806962.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20170830_204803_6699659095099423148245.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20170830_204803_66915205518619397208049.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J0-20170830_204932_27015774931860672547091.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J1-20170830_204932_2709375840367592383282.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20170830_204937_2934441498407146837012.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20170830_204937_29217588235169137619739.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J0-20170830_204944_4999973403954695818429.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J1-20170830_204944_49917369072461625691180.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 180 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20170830_205015_25717513704287248740345.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20170830_205015_2578371986896937377396.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 238 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20170830_205024_7291227345321820097554.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20170830_205024_72912621112091225662420.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J0-20170830_205040_4646763593059367499343.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J1-20170830_205040_46416956832133191821951.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J0-20170830_205051_7109596014117849686062.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J1-20170830_205051_71011128561864418360868.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 185 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J0-20170830_205103_6007797615964766638168.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J1-20170830_205103_6005846507945942947852.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 313 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J1-20170830_205127_6385592550637567076119.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J0-20170830_205127_6384448730058874138549.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20170830_205134_7243868322481105346820.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20170830_205134_7242523813301187847463.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 188 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20170830_205141_4119832945503901401187.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20170830_205141_41112931412207532804901.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 213 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20170830_205154_26717938750642979434467.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20170830_205154_2672194206297045885192.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 216 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20170830_205219_4334419743199700956635.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20170830_205219_4337744141904119263569.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 183 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20170830_205228_9027217966831677248127.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20170830_205228_90210026098090366243214.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 147 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial\test\temp\junit4-J0-20170830_205250_3711931455524919367493.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 245 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20170830_205254_69612743374563929427826.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20170830_205254_68718009312603915900038.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1898 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\init-core-data-001
   [junit4]   2> 665643 WARN  (SUITE-CdcrBootstrapTest-seed#[BBBB053FCCA72C3B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 665643 INFO  (SUITE-CdcrBootstrapTest-seed#[BBBB053FCCA72C3B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 665645 INFO  (SUITE-CdcrBootstrapTest-seed#[BBBB053FCCA72C3B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 665645 INFO  (SUITE-CdcrBootstrapTest-seed#[BBBB053FCCA72C3B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 665645 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 665645 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-target-001
   [junit4]   2> 665645 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 665650 INFO  (Thread-1550) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 665650 INFO  (Thread-1550) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 665659 ERROR (Thread-1550) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 665750 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.ZkTestServer start zk server on port:50381
   [junit4]   2> 665758 INFO  (jetty-launcher-1019-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 665761 INFO  (jetty-launcher-1019-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ac4796{/solr,null,AVAILABLE}
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b352d7{HTTP/1.1,[http/1.1]}{127.0.0.1:50385}
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.e.j.s.Server Started @675689ms
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50385}
   [junit4]   2> 665763 ERROR (jetty-launcher-1019-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 665763 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T21:05:50.278697800Z
   [junit4]   2> 665767 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 665788 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50381/solr
   [junit4]   2> 665947 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 665948 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50385_solr
   [junit4]   2> 665949 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98574476913410051-127.0.0.1:50385_solr-n_0000000000) starting
   [junit4]   2> 665958 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50385_solr
   [junit4]   2> 665960 INFO  (zkCallback-1026-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 666086 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50385.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 666095 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50385.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 666096 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50385.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 666097 INFO  (jetty-launcher-1019-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:50381/solr
   [junit4]   2> 666124 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001
   [junit4]   2> 666124 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 666124 INFO  (Thread-1560) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 666124 INFO  (Thread-1560) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 666128 ERROR (Thread-1560) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 666224 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.ZkTestServer start zk server on port:50406
   [junit4]   2> 666232 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 666233 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@639e05{/solr,null,AVAILABLE}
   [junit4]   2> 666234 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10d7cc4{HTTP/1.1,[http/1.1]}{127.0.0.1:50410}
   [junit4]   2> 666234 INFO  (jetty-launcher-1031-thread-1) [    ] o.e.j.s.Server Started @676160ms
   [junit4]   2> 666234 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50410}
   [junit4]   2> 666234 ERROR (jetty-launcher-1031-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 666235 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 666235 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 666235 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 666235 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T21:05:50.750444800Z
   [junit4]   2> 666239 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 666249 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e34f6ea320001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 666252 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50406/solr
   [junit4]   2> 666407 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 666407 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50410_solr
   [junit4]   2> 666408 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98574476944474115-127.0.0.1:50410_solr-n_0000000000) starting
   [junit4]   2> 666416 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50410_solr
   [junit4]   2> 666418 INFO  (OverseerStateUpdate-98574476944474115-127.0.0.1:50410_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 666800 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50410.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 666819 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50410.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 666819 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50410.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 666822 INFO  (jetty-launcher-1031-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001\node1\.
   [junit4]   2> 667021 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 667024 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50406/solr ready
   [junit4]   2> 667026 INFO  (qtp7626083-5664) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 667033 INFO  (OverseerThreadFactory-2463-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 667153 INFO  (OverseerStateUpdate-98574476944474115-127.0.0.1:50410_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50410/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 667356 INFO  (qtp7626083-5667) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 667356 INFO  (qtp7626083-5667) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 667467 INFO  (zkCallback-1038-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 667467 INFO  (zkCallback-1038-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 668378 INFO  (qtp7626083-5667) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 668398 INFO  (qtp7626083-5667) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 668402 INFO  (qtp7626083-5667) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 668402 INFO  (qtp7626083-5667) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 668404 INFO  (qtp7626083-5667) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50410.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 668404 INFO  (qtp7626083-5667) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 668404 INFO  (qtp7626083-5667) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 668528 INFO  (qtp7626083-5667) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 668528 INFO  (qtp7626083-5667) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 668533 INFO  (qtp7626083-5667) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 668533 INFO  (qtp7626083-5667) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 668537 INFO  (qtp7626083-5667) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f8101d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 668538 INFO  (qtp7626083-5667) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 668538 INFO  (qtp7626083-5667) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 668540 INFO  (qtp7626083-5667) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 668541 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1f8101d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 668541 INFO  (qtp7626083-5667) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577191633642848256
   [junit4]   2> 668547 INFO  (qtp7626083-5667) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 668547 INFO  (qtp7626083-5667) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 668547 INFO  (qtp7626083-5667) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50410/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 668547 INFO  (qtp7626083-5667) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 668547 INFO  (qtp7626083-5667) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:50410/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 668547 INFO  (qtp7626083-5667) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 668549 INFO  (qtp7626083-5667) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50410/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 668657 INFO  (zkCallback-1038-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 668657 INFO  (zkCallback-1038-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 668705 INFO  (qtp7626083-5667) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 668707 INFO  (qtp7626083-5667) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1351
   [junit4]   2> 668710 INFO  (qtp7626083-5664) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 668813 INFO  (zkCallback-1038-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 668813 INFO  (zkCallback-1038-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 669036 INFO  (OverseerCollectionConfigSetProcessor-98574476944474115-127.0.0.1:50410_solr-n_0000000000) [    ] 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> 669711 INFO  (qtp7626083-5664) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2685
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 669739 INFO  (qtp7626083-5668) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 (1577191634881216512), source_1 (1577191634884362240), source_2 (1577191634884362241), source_3 (1577191634884362242), source_4 (1577191634884362243), source_5 (1577191634884362244), source_6 (1577191634884362245), source_7 (1577191634884362246), source_8 (1577191634889605120), source_9 (1577191634889605121), ... (100 adds)]} 0 17
   [junit4]   2> 669740 INFO  (qtp7626083-5669) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191634900090880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 669740 INFO  (qtp7626083-5669) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191634900090880
   [junit4]   2> 669807 INFO  (qtp7626083-5669) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@310301[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 669809 INFO  (qtp7626083-5669) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 669812 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@310301[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 669812 INFO  (qtp7626083-5669) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 72
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 669831 INFO  (qtp7626083-5670) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 (1577191634978734080), source_101 (1577191634982928384), source_102 (1577191634982928385), source_103 (1577191634982928386), source_104 (1577191634982928387), source_105 (1577191634982928388), source_106 (1577191634982928389), source_107 (1577191634983976960), source_108 (1577191634983976961), source_109 (1577191634983976962), ... (100 adds)]} 0 16
   [junit4]   2> 669833 INFO  (qtp7626083-5671) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191634997608448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 669833 INFO  (qtp7626083-5671) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191634997608448
   [junit4]   2> 669907 INFO  (qtp7626083-5671) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1591218[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 669909 INFO  (qtp7626083-5671) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 669910 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1591218[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 669910 INFO  (qtp7626083-5671) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 78
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 669929 INFO  (qtp7626083-5666) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 (1577191635080445952), source_201 (1577191635083591680), source_202 (1577191635084640256), source_203 (1577191635084640257), source_204 (1577191635084640258), source_205 (1577191635084640259), source_206 (1577191635084640260), source_207 (1577191635084640261), source_208 (1577191635084640262), source_209 (1577191635084640263), ... (100 adds)]} 0 17
   [junit4]   2> 669931 INFO  (qtp7626083-5667) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635100368896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 669931 INFO  (qtp7626083-5667) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635100368896
   [junit4]   2> 670008 INFO  (qtp7626083-5667) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1031b1a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670010 INFO  (qtp7626083-5667) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670013 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1031b1a[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 670013 INFO  (qtp7626083-5667) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 82
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 670036 INFO  (qtp7626083-5664) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 (1577191635189497856), source_301 (1577191635192643584), source_302 (1577191635192643585), source_303 (1577191635195789312), source_304 (1577191635195789313), source_305 (1577191635196837888), source_306 (1577191635196837889), source_307 (1577191635196837890), source_308 (1577191635196837891), source_309 (1577191635196837892), ... (100 adds)]} 0 20
   [junit4]   2> 670037 INFO  (qtp7626083-5668) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635211517952,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670038 INFO  (qtp7626083-5668) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635211517952
   [junit4]   2> 670129 INFO  (qtp7626083-5668) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1747ba4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670130 INFO  (qtp7626083-5668) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670132 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1747ba4[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 670133 INFO  (qtp7626083-5668) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 670150 INFO  (qtp7626083-5669) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 (1577191635314278400), source_401 (1577191635318472704), source_402 (1577191635318472705), source_403 (1577191635318472706), source_404 (1577191635318472707), source_405 (1577191635319521280), source_406 (1577191635319521281), source_407 (1577191635319521282), source_408 (1577191635319521283), source_409 (1577191635319521284), ... (100 adds)]} 0 14
   [junit4]   2> 670151 INFO  (qtp7626083-5670) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635331055616,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670151 INFO  (qtp7626083-5670) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635331055616
   [junit4]   2> 670243 INFO  (qtp7626083-5670) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d2978d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670244 INFO  (qtp7626083-5670) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670247 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1d2978d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 670247 INFO  (qtp7626083-5670) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 96
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 670267 INFO  (qtp7626083-5671) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 (1577191635433816064), source_501 (1577191635436961792), source_502 (1577191635436961793), source_503 (1577191635438010368), source_504 (1577191635438010369), source_505 (1577191635438010370), source_506 (1577191635438010371), source_507 (1577191635438010372), source_508 (1577191635438010373), source_509 (1577191635438010374), ... (100 adds)]} 0 17
   [junit4]   2> 670267 INFO  (qtp7626083-5666) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635452690432,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670267 INFO  (qtp7626083-5666) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635452690432
   [junit4]   2> 670363 INFO  (qtp7626083-5666) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dc8944[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670365 INFO  (qtp7626083-5666) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670370 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1dc8944[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 670371 INFO  (qtp7626083-5666) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 102
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 670392 INFO  (qtp7626083-5667) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 (1577191635569082368), source_601 (1577191635573276672), source_602 (1577191635573276673), source_603 (1577191635573276674), source_604 (1577191635573276675), source_605 (1577191635574325248), source_606 (1577191635574325249), source_607 (1577191635574325250), source_608 (1577191635574325251), source_609 (1577191635574325252), ... (100 adds)]} 0 14
   [junit4]   2> 670394 INFO  (qtp7626083-5664) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635585859584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670394 INFO  (qtp7626083-5664) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635585859584
   [junit4]   2> 670494 INFO  (qtp7626083-5664) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@142c705[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670496 INFO  (qtp7626083-5664) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670498 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@142c705[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 670498 INFO  (qtp7626083-5664) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 105
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 670517 INFO  (qtp7626083-5668) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 (1577191635698057216), source_701 (1577191635706445824), source_702 (1577191635706445825), source_703 (1577191635706445826), source_704 (1577191635706445827), source_705 (1577191635706445828), source_706 (1577191635706445829), source_707 (1577191635706445830), source_708 (1577191635706445831), source_709 (1577191635706445832), ... (100 adds)]} 0 16
   [junit4]   2> 670519 INFO  (qtp7626083-5669) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635716931584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670519 INFO  (qtp7626083-5669) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635716931584
   [junit4]   2> 670655 INFO  (qtp7626083-5669) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bc7e86[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670657 INFO  (qtp7626083-5669) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670659 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1bc7e86[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 670659 INFO  (qtp7626083-5669) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 140
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 670679 INFO  (qtp7626083-5670) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 (1577191635870023680), source_801 (1577191635873169408), source_802 (1577191635873169409), source_803 (1577191635873169410), source_804 (1577191635873169411), source_805 (1577191635874217984), source_806 (1577191635874217985), source_807 (1577191635874217986), source_808 (1577191635874217987), source_809 (1577191635874217988), ... (100 adds)]} 0 14
   [junit4]   2> 670681 INFO  (qtp7626083-5671) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191635886800896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670681 INFO  (qtp7626083-5671) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191635886800896
   [junit4]   2> 670832 INFO  (qtp7626083-5671) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1898d5e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670834 INFO  (qtp7626083-5671) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670836 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1898d5e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 670836 INFO  (qtp7626083-5671) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 155
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 670849 INFO  (qtp7626083-5666) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 (1577191636051427328), source_901 (1577191636054573056), source_902 (1577191636054573057), source_903 (1577191636054573058), source_904 (1577191636054573059), source_905 (1577191636054573060), source_906 (1577191636054573061), source_907 (1577191636054573062), source_908 (1577191636055621632), source_909 (1577191636055621633), ... (100 adds)]} 0 11
   [junit4]   2> 670851 INFO  (qtp7626083-5667) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577191636065058816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 670851 INFO  (qtp7626083-5667) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1032368 commitCommandVersion:1577191636065058816
   [junit4]   2> 670995 INFO  (qtp7626083-5667) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ac9bdf[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 670997 INFO  (qtp7626083-5667) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 670999 INFO  (searcherExecutor-2466-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1ac9bdf[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 670999 INFO  (qtp7626083-5667) [    ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 148
   [junit4]   2> 671001 INFO  (qtp7626083-5664) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 671005 INFO  (qtp7626083-5668) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&_stateVer_=cdcr-source:4&getVersions=1000&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 671033 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e34f6ea320008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 671035 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@10d7cc4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 671035 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21134060
   [junit4]   2> 671036 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 671036 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9c6896: rootName = solr_50410, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@15d453
   [junit4]   2> 671047 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 671047 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ea13f7: rootName = solr_50410, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@dc5ff5
   [junit4]   2> 671066 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 671067 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f31cb1: rootName = solr_50410, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@e3c636
   [junit4]   2> 671068 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 671078 INFO  (coreCloseExecutor-2471-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b6230e
   [junit4]   2> 671079 INFO  (zkCallback-1038-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 671079 INFO  (zkCallback-1038-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 671079 INFO  (coreCloseExecutor-2471-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.cdcr-source.shard1.replica_n1, tag=11936526
   [junit4]   2> 671079 INFO  (coreCloseExecutor-2471-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1994b1c: rootName = solr_50410, domain = solr.core.cdcr-source.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.cdcr-source.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1c451b6
   [junit4]   2> 671099 INFO  (coreCloseExecutor-2471-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.cdcr-source.shard1.leader, tag=11936526
   [junit4]   2> 671206 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.Overseer Overseer (id=98574476944474115-127.0.0.1:50410_solr-n_0000000000) closing
   [junit4]   2> 671206 INFO  (OverseerStateUpdate-98574476944474115-127.0.0.1:50410_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50410_solr
   [junit4]   2> 671211 WARN  (zkCallback-1038-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 671212 INFO  (zkCallback-1045-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 671212 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@639e05{/solr,null,UNAVAILABLE}
   [junit4]   2> 671214 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 671214 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@214b2c{/solr,null,AVAILABLE}
   [junit4]   2> 671214 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14eda64{HTTP/1.1,[http/1.1]}{127.0.0.1:50442}
   [junit4]   2> 671214 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.e.j.s.Server Started @681143ms
   [junit4]   2> 671218 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50442}
   [junit4]   2> 671218 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 671218 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 671219 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 671219 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 671219 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T21:05:55.734068100Z
   [junit4]   2> 671223 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 671244 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50406/solr
   [junit4]   2> 671273 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 671274 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50442_solr
   [junit4]   2> 671278 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.Overseer Overseer (id=98574476944474123-127.0.0.1:50442_solr-n_0000000001) starting
   [junit4]   2> 671290 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50442_solr
   [junit4]   2> 671293 INFO  (zkCallback-1051-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 671295 INFO  (zkCallback-1045-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 671863 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50442.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 671878 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50442.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 671878 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50442.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 671886 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001\node1\.
   [junit4]   2> 671886 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BBBB053FCCA72C3B]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [cdcr-source_shard1_replica_n1]
   [junit4]   2> 671890 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 671897 INFO  (zkCallback-1051-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 671903 INFO  (zkCallback-1051-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 672928 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 672952 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 672957 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 672962 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 672964 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 672967 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 672967 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 672969 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50442.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bd4d8
   [junit4]   2> 672969 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 672969 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BBBB053FCCA72C3B-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 673128 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 673128 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 673132 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 673132 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 673298 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@86551c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 673300 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 673301 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 673301 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 673302 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 673303 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 673308 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 673310 INFO  (coreLoadExecutor-2480-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 673314 INFO  (searcherExecutor-2481-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_

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

 Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1352 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20170830_215140_0056210950626539324601.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20170830_215140_00515191227174291921718.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 594 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20170830_215210_36312629913353360697209.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20170830_215210_3619326364802097408094.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 546 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20170830_215321_234592914944776805433.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20170830_215321_2348508306092745593999.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1238 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20170830_215409_5257906672819666810458.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20170830_215409_52512021226256552120129.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 627 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20170830_215435_01811062123717903983160.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20170830_215435_01817041168204028937308.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 547 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20170830_215531_79911302030212146980230.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20170830_215531_7985104746610894286952.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 554 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20170830_215602_7772042187139546102544.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20170830_215602_77712700401738399129208.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 641 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20170830_215625_61911169993967236932732.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20170830_215625_6198847220467848957440.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 588 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20170830_215721_8428595026477234794993.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J0-20170830_215721_84217621975381277366463.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 541 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20170830_215750_8018085183676435253255.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 30896 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:690: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 88 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_144) - Build # 149 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/149/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([50A5FF71AE129341:84E0B428494420BA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([50A5FF71AE129341:214101A7D8F9B48D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12719 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_50A5FF71AE129341-001\init-core-data-001
   [junit4]   2> 1961290 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[50A5FF71AE129341]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1961878 WARN  (coreLoadExecutor-8010-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1961882 WARN  (coreLoadExecutor-8010-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=50A5FF71AE129341 -Dtests.slow=true -Dtests.locale=el-CY -Dtests.timezone=Canada/East-Saskatchewan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50A5FF71AE129341:214101A7D8F9B48D]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_50A5FF71AE129341-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=el-CY, timezone=Canada/East-Saskatchewan
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=211158528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrConfigHandler, ConjunctionSolrSpellCheckerTest, DistributedQueueTest, DistribDocExpirationUpdateProcessorTest, TestRawTransformer, TestAuthorizationFramework, TestConfig, TestReloadDeadlock, SignatureUpdateProcessorFactoryTest, TestClusterProperties, TestCollationField, AliasIntegrationTest, ExternalFileFieldSortTest, TestPerFieldSimilarity, EchoParamsTest, SpellPossibilityIteratorTest, LeaderInitiatedRecoveryOnCommitTest, TestWordDelimiterFilterFactory, ShufflingReplicaListTransformerTest, DistributedDebugComponentTest, ChangedSchemaMergeTest, TestPayloadScoreQParserPlugin, BlockDirectoryTest, SolrCloudExampleTest, TestLeaderInitiatedRecoveryThread, MetricsConfigTest, DistributedFacetExistsSmallTest, TestHttpShardHandlerFactory, TestTolerantUpdateProcessorRandomCloud, BitVectorTest, SimpleMLTQParserTest, DistributedMLTComponentTest, TestSubQueryTransformerCrossCore, TestAuthenticationFramework, TestPartialUpdateDeduplication, TestSolrCLIRunExample, InfoHandlerTest, TermVectorComponentTest, TestRestManager, RollingRestartTest, CopyFieldTest, HdfsSyncSliceTest, TestCloudRecovery, FullSolrCloudDistribCmdsTest, TestBadConfig, TestRecovery, TestMultiValuedNumericRangeQuery, SynonymTokenizerTest, ClassificationUpdateProcessorIntegrationTest, TestStressLucene, QueryResultKeyTest, TestCrossCoreJoin, TestPushWriter, SharedFSAutoReplicaFailoverTest, TestManagedSchema, TestLRUStatsCache, TestDistributedMissingSort, AssignTest, TestAnalyzeInfixSuggestions, TestDocumentBuilder, DistributedQueryElevationComponentTest, TestSystemIdResolver, TestManagedSchemaThreadSafety, ConnectionManagerTest, PreAnalyzedFieldTest, ExitableDirectoryReaderTest, TestCryptoKeys, TestSlowCompositeReaderWrapper, TestLegacyField, TestSearchPerf, CursorMarkTest, PingRequestHandlerTest, CoreSorterTest, TestNumericTerms32, TestInfoStreamLogging, TestOverriddenPrefixQueryForCustomFieldType, ConnectionReuseTest, TestSchemaResource, HighlighterMaxOffsetTest, MoreLikeThisHandlerTest, TestMinMaxOnMultiValuedField, DeleteLastCustomShardedReplicaTest, JSONWriterTest, SolrIndexMetricsTest, TestCloudManagedSchema, TestBlobHandler, FileBasedSpellCheckerTest, TestZkChroot, TestIntervalFaceting, AutoCommitTest, TestSchemaVersionResource, BlobRepositoryCloudTest, CdcrRequestHandlerTest, TestExceedMaxTermLength, TestUseDocValuesAsStored, TestAnalyzedSuggestions, TestFileDictionaryLookup, TestXmlQParser, TestInPlaceUpdatesDistrib, TestRuleBasedAuthorizationPlugin, TestInitQParser, TestTrackingShardHandlerFactory, ZkNodePropsTest, TestComplexPhraseQParserPlugin, DataDrivenBlockJoinTest, CachingDirectoryFactoryTest, ConvertedLegacyTest, SolrCloudReportersTest, TestUniqueKeyFieldResource, TestRandomFaceting, OpenExchangeRatesOrgProviderTest, BasicZkTest, CdcrReplicationDistributedZkTest, TestManagedResource, TestSystemCollAutoCreate, PreAnalyzedFieldManagedSchemaCloudTest, HttpPartitionTest, RemoteQueryErrorTest, CacheHeaderTest, HdfsDirectoryTest, SolrIndexConfigTest, TestFieldCacheWithThreads, BaseCdcrDistributedZkTest, SystemInfoHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestReRankQParserPlugin, DocumentBuilderTest, TestFieldResource, PropertiesRequestHandlerTest, TestSuggestSpellingConverter, TestExactSharedStatsCache, TestGraphTermsQParserPlugin, TestTrie, BadIndexSchemaTest, HLLUtilTest, DocValuesNotIndexedTest, DOMUtilTest, SolrCmdDistributorTest, SegmentsInfoRequestHandlerTest, TestDistributedStatsComponentCardinality, HdfsWriteToMultipleCollectionsTest, DeleteReplicaTest, UtilsToolTest, TestFastLRUCache, JsonLoaderTest, TestPerFieldSimilarityWithDefaultOverride, TestSolrCloudWithHadoopAuthPlugin, ChaosMonkeySafeLeaderTest, TestDocTermOrds, CoreAdminRequestStatusTest, TestCollationFieldDocValues, TestDistributedGrouping, TestSQLHandler, SimpleCollectionCreateDeleteTest, TolerantUpdateProcessorTest, TestElisionMultitermQuery, TestExportWriter, TestConfigOverlay, TestPullReplica, TestFieldCacheReopen, SOLR749Test, CloudExitableDirectoryReaderTest, CollectionsAPIDistributedZkTest, TestQueryTypes, QueryEqualityTest, TestMaxScoreQueryParser, TestSimpleQParserPlugin, DistributedQueryComponentCustomSortTest, TestScoreJoinQPNoScore, SolrGraphiteReporterTest, TestSolrCloudSnapshots, SortSpecParsingTest, TestDefaultStatsCache, HdfsChaosMonkeySafeLeaderTest, TestDistribDocBasedVersion, TestDFISimilarityFactory, ReplicationFactorTest, TestEmbeddedSolrServerSchemaAPI, TestFieldSortValues, FieldMutatingUpdateProcessorTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedSearch, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, HardAutoCommitTest, TestRangeQuery, TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, PeerSyncTest, HighlighterTest, ShowFileRequestHandlerTest, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, SuggesterTSTTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, SolrInfoBeanTest, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [445/731 (1!)] on J1 in 0.67s, 3 tests, 1 failure <<< FAILURES!

[...truncated 179 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\init-core-data-001
   [junit4]   2> 2072761 WARN  (SUITE-CdcrBootstrapTest-seed#[50A5FF71AE129341]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2072761 INFO  (SUITE-CdcrBootstrapTest-seed#[50A5FF71AE129341]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2072767 INFO  (SUITE-CdcrBootstrapTest-seed#[50A5FF71AE129341]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2072767 INFO  (SUITE-CdcrBootstrapTest-seed#[50A5FF71AE129341]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2072769 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 2072770 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-target-001
   [junit4]   2> 2072771 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2072771 INFO  (Thread-3567) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2072771 INFO  (Thread-3567) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2072776 ERROR (Thread-3567) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2072872 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.ZkTestServer start zk server on port:59114
   [junit4]   2> 2072881 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e32c8d14d0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2072883 INFO  (jetty-launcher-2233-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2072884 INFO  (jetty-launcher-2233-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fbd912{/solr,null,AVAILABLE}
   [junit4]   2> 2072887 INFO  (jetty-launcher-2233-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f24ffe{HTTP/1.1,[http/1.1]}{127.0.0.1:59118}
   [junit4]   2> 2072887 INFO  (jetty-launcher-2233-thread-1) [    ] o.e.j.s.Server Started @2080349ms
   [junit4]   2> 2072887 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59118}
   [junit4]   2> 2072888 ERROR (jetty-launcher-2233-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2072888 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 2072888 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2072888 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2072888 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T10:56:15.295Z
   [junit4]   2> 2072893 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2072910 INFO  (jetty-launcher-2233-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59114/solr
   [junit4]   2> 2073076 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2073077 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59118_solr
   [junit4]   2> 2073077 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.c.Overseer Overseer (id=98572079935062019-127.0.0.1:59118_solr-n_0000000000) starting
   [junit4]   2> 2073090 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59118_solr
   [junit4]   2> 2073092 INFO  (OverseerStateUpdate-98572079935062019-127.0.0.1:59118_solr-n_0000000000) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2073635 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59118.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2073655 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59118.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2073656 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59118.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2073666 INFO  (jetty-launcher-2233-thread-1) [n:127.0.0.1:59118_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:59114/solr
   [junit4]   2> 2073722 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-source-001
   [junit4]   2> 2073722 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2073723 INFO  (Thread-3577) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2073723 INFO  (Thread-3577) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2073728 ERROR (Thread-3577) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2073823 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.ZkTestServer start zk server on port:59138
   [junit4]   2> 2073833 INFO  (jetty-launcher-2245-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2073834 INFO  (jetty-launcher-2245-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@999cb5{/solr,null,AVAILABLE}
   [junit4]   2> 2073835 INFO  (jetty-launcher-2245-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@96db15{HTTP/1.1,[http/1.1]}{127.0.0.1:59142}
   [junit4]   2> 2073835 INFO  (jetty-launcher-2245-thread-1) [    ] o.e.j.s.Server Started @2081297ms
   [junit4]   2> 2073835 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59142}
   [junit4]   2> 2073836 ERROR (jetty-launcher-2245-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2073836 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 2073836 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2073836 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2073836 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T10:56:16.243Z
   [junit4]   2> 2073840 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2073854 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e32c8d5060001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2073857 INFO  (jetty-launcher-2245-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59138/solr
   [junit4]   2> 2074034 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2074036 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59142_solr
   [junit4]   2> 2074038 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.c.Overseer Overseer (id=98572079997517827-127.0.0.1:59142_solr-n_0000000000) starting
   [junit4]   2> 2074048 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59142_solr
   [junit4]   2> 2074052 INFO  (zkCallback-2252-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2074259 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59142.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2074277 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59142.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2074277 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59142.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2074281 INFO  (jetty-launcher-2245-thread-1) [n:127.0.0.1:59142_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-source-001\node1\.
   [junit4]   2> 2074366 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2074367 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59138/solr ready
   [junit4]   2> 2074370 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2074376 INFO  (OverseerThreadFactory-7990-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 2074490 INFO  (OverseerStateUpdate-98572079997517827-127.0.0.1:59142_solr-n_0000000000) [n:127.0.0.1:59142_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59142/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2074693 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2074695 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2074807 INFO  (zkCallback-2252-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2074808 INFO  (zkCallback-2252-thread-2-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2075756 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2075769 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2075775 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2075787 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2075789 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 2075799 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 2075799 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 2075800 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59142.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2075800 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2075800 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 2075935 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2075935 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2075937 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2075937 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2075940 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d57a2f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2075942 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 2075943 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 2075943 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 2075944 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2075944 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2075948 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 2075950 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 2075958 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1d57a2f[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2075958 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577153282299658240
   [junit4]   2> 2075967 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2075967 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2075967 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59142/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2075967 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2075967 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:59142/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 2075967 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2075971 INFO  (zkCallback-2252-thread-2-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 2075975 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59142/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2076081 INFO  (zkCallback-2252-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2076081 INFO  (zkCallback-2252-thread-2-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2076128 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2076130 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1436
   [junit4]   2> 2076135 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2076235 INFO  (zkCallback-2252-thread-2-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2076235 INFO  (zkCallback-2252-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2076380 INFO  (OverseerCollectionConfigSetProcessor-98572079997517827-127.0.0.1:59142_solr-n_0000000000) [n:127.0.0.1:59142_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> 2077135 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2764
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 2077159 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 2077164 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153283564240896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077164 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153283564240896
   [junit4]   2> 2077205 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73c8c5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077207 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077210 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@73c8c5[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 2077210 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 2077232 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 2077234 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153283637641216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077234 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153283637641216
   [junit4]   2> 2077299 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@181d892[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077300 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077302 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@181d892[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 2077302 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=69
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 2077321 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 2077323 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153283730964480,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077323 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153283730964480
   [junit4]   2> 2077368 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14a4745[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077369 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077372 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@14a4745[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 2077372 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 2077390 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2077391 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153283802267648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077391 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153283802267648
   [junit4]   2> 2077431 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a5012[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077431 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077433 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@6a5012[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 2077433 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 2077443 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2077445 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153283858890752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077445 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153283858890752
   [junit4]   2> 2077494 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@132fe07[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077495 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077498 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@132fe07[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 2077498 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=53
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 2077509 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2077510 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153283927048192,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077510 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153283927048192
   [junit4]   2> 2077581 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a3140e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077583 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077586 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@a3140e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 2077587 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=76
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 2077597 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2077599 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153284020371456,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077599 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153284020371456
   [junit4]   2> 2077643 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17e0b52[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077644 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077647 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@17e0b52[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 2077647 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 2077655 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 2077656 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153284080140288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077656 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153284080140288
   [junit4]   2> 2077701 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@75143b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077702 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077704 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@75143b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 2077704 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=48
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 2077715 INFO  (qtp18844483-15087) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2077716 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153284143054848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077716 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153284143054848
   [junit4]   2> 2077761 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@969b5f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077761 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077763 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@969b5f[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 2077764 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=48
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 2077773 INFO  (qtp18844483-15083) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2077774 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153284203872256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077774 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153284203872256
   [junit4]   2> 2077818 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cab108[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2077820 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2077823 INFO  (searcherExecutor-7993-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@cab108[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 2077823 INFO  (qtp18844483-15084) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=49
   [junit4]   2> 2077827 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=1
   [junit4]   2> 2077845 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2077847 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59114/solr ready
   [junit4]   2> 2077851 INFO  (qtp2573775-15042) [n:127.0.0.1:59118_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2077853 INFO  (OverseerThreadFactory-7982-thread-1-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 2077969 INFO  (OverseerStateUpdate-98572079935062019-127.0.0.1:59118_solr-n_0000000000) [n:127.0.0.1:59118_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59118/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2078173 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2078174 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2078285 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2078285 INFO  (zkCallback-2240-thread-2-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2079272 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2079284 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2079293 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2079300 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2079302 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 2079307 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 2079307 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 2079308 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59118.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14745ee
   [junit4]   2> 2079309 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2079309 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 2079427 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2079427 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2079429 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2079430 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2079433 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1876c96[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 2079434 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 2079435 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 2079435 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 2079436 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2079437 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2079442 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 2079444 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 2079445 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577153285956042752
   [junit4]   2> 2079446 INFO  (searcherExecutor-7999-thread-1-processing-n:127.0.0.1:59118_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@1876c96[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2079454 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2079454 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2079454 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59118/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2079455 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2079455 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:59118/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 2079455 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2079461 INFO  (zkCallback-2240-thread-2-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 2079461 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59118/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 2079570 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2079570 INFO  (zkCallback-2240-thread-2-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2079617 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2079617 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1446
   [junit4]   2> 2079624 INFO  (qtp2573775-15042) [n:127.0.0.1:59118_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2079725 INFO  (zkCallback-2240-thread-2-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2079725 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2079859 INFO  (OverseerCollectionConfigSetProcessor-98572079935062019-127.0.0.1:59118_solr-n_0000000000) [n:127.0.0.1:59118_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> 2080624 INFO  (qtp2573775-15042) [n:127.0.0.1:59118_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2772
   [junit4]   2> 2080627 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 2080628 INFO  (qtp2573775-15040) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2080628 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:59118_solr) [n:127.0.0.1:59118_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 2080635 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2080636 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59114/solr ready
   [junit4]   2> 2080649 INFO  (qtp2573775-15044) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2080650 INFO  (qtp2573775-15044) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2080650 INFO  (qtp2573775-15043) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 2080651 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 2080651 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 2080656 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2080657 INFO  (zkCallback-2252-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 2080657 INFO  (qtp18844483-15085) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=28
   [junit4]   2> 2080658 INFO  (zkCallback-2252-thread-1-processing-n:127.0.0.1:59142_solr) [n:127.0.0.1:59142_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 2080658 INFO  (cdcr-bootstrap-status-2264-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:59118/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2080660 INFO  (qtp2573775-15046) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:59142/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2080660 INFO  (qtp18844483-15086) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} status=0 QTime=2
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=2},queues={127.0.0.1:59114/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 2080660 INFO  (qtp2573775-15040) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153287230062592,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2080660 INFO  (qtp2573775-15040) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2080666 INFO  (qtp2573775-15040) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2080666 INFO  (qtp2573775-15040) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2080667 INFO  (qtp2573775-15045) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2080668 INFO  (qtp2573775-15039) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2080669 INFO  (cdcr-bootstrap-status-2264-thread-1-processing-n:127.0.0.1:59142_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 2080672 INFO  (recoveryExecutor-2238-thread-1-processing-n:127.0.0.1:59118_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2080676 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577153287246839808,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2080676 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@180d1b8 commitCommandVersion:1577153287246839808
   [junit4]   2> 2080690 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a3aaf7[cdcr-source_shard1_replica_n1] realtime]
   [junit4]   2> 2080690 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2080690 INFO  (qtp18844483-15080) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 2080695 INFO  (qtp18844483-15082) [n:127.0.0.1:59142_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2080695 INFO  (recoveryExecutor-2238-thread-1-processing-n:127.0.0.1:59118_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59118_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 2080695 INFO  (recoveryExecutor-2238-thread-1-processing-n:127.0.0.1:59118_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:59118_solr c:cdcr-target s:shar

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

t take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2229353 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59318 59318
   [junit4]   2> 2229354 INFO  (Thread-3631) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59318 59318
   [junit4]   2> 2229355 WARN  (Thread-3631) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2229355 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[50A5FF71AE129341]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=50A5FF71AE129341 -Dtests.slow=true -Dtests.locale=es-AR -Dtests.timezone=Asia/Kuwait -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  131s J0 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([50A5FF71AE129341:84E0B428494420BA]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_50A5FF71AE129341-001
   [junit4]   2> Aug 30, 2017 10:58:51 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=Asserting(Lucene70): {xyz=PostingsFormat(name=Direct), id=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Lucene70), xyz=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=857, maxMBSortInHeap=7.663849766438109, sim=RandomSimilarity(queryNorm=true): {}, locale=es-AR, timezone=Asia/Kuwait
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=385350288,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ZkStateReaderTest, SpatialFilterTest, RegexBoostProcessorTest, TestPseudoReturnFields, ConfigureRecoveryStrategyTest, SolrCoreMetricManagerTest, UUIDFieldTest, BasicAuthIntegrationTest, TestPointFields, SecurityConfHandlerTest, ZkCLITest, ClusterStateUpdateTest, DistanceFunctionTest, TestDynamicFieldCollectionResource, TestMissingGroups, SuggestComponentTest, TestInPlaceUpdatesStandalone, ImplicitSnitchTest, TestPhraseSuggestions, TestSort, TestHdfsCloudBackupRestore, TestReplicationHandler, TestSubQueryTransformer, RulesTest, TestFieldTypeCollectionResource, DateFieldTest, HdfsLockFactoryTest, MoveReplicaHDFSUlogDirTest, TestPivotHelperCode, CdcrVersionReplicationTest, VMParamsZkACLAndCredentialsProvidersTest, TestFieldCache, TestLeaderElectionZkExpiry, TestTestInjection, SolrShardReporterTest, CollectionReloadTest, ForceLeaderTest, AtomicUpdateProcessorFactoryTest, TestEmbeddedSolrServerConstructors, NumericFieldsTest, TestCustomDocTransformer, TestManagedStopFilterFactory, TestDeleteCollectionOnDownNodes, TestNumericRangeQuery32, TestGeoJSONResponseWriter, TestTolerantUpdateProcessorCloud, CoreMergeIndexesAdminHandlerTest, SuggesterWFSTTest, TestOrdValues, TestBlendedInfixSuggestions, TestJavabinTupleStreamParser, MinimalSchemaTest, TestInitParams, DateMathParserTest, SimpleFacetsTest, TestCoreContainer, TestQuerySenderNoQuery, DocValuesMissingTest, TestHalfAndHalfDocValues, RequestHandlersTest, TestLegacyNumericRangeQueryBuilder, TestManagedResourceStorage, ZkControllerTest, RankQueryTest, TestQueryWrapperFilter, LeaderInitiatedRecoveryOnShardRestartTest, TestFaceting, TestLFUCache, AlternateDirectoryTest, ParsingFieldUpdateProcessorsTest, TimeZoneUtilsTest, TestManagedSchemaAPI, TestWriterPerf, RecoveryAfterSoftCommitTest, DistributedFacetPivotSmallAdvancedTest, TestFieldCollectionResource, NotRequiredUniqueKeyTest, CdcrReplicationHandlerTest, DirectUpdateHandlerOptimizeTest, TestJmxIntegration, CoreAdminHandlerTest, TestSQLHandlerNonCloud, TestFieldCacheVsDocValues, TestSerializedLuceneMatchVersion, LeaderElectionContextKeyTest, CheckHdfsIndexTest, TestSmileRequest, TestHashPartitioner, SpellCheckCollatorWithCollapseTest, HighlighterConfigTest, WordBreakSolrSpellCheckerTest, TestDFRSimilarityFactory, TestZkAclsWithHadoopAuth, TestSubQueryTransformerDistrib, TestFoldingMultitermQuery, SolrXmlInZkTest, PeerSyncWithIndexFingerprintCachingTest, TestCloudPseudoReturnFields, TestFilteredDocIdSet, CursorPagingTest, DocValuesTest, TestStressVersions, CollectionTooManyReplicasTest, DocExpirationUpdateProcessorFactoryTest, SparseHLLTest, SolrTestCaseJ4Test, TestLegacyFieldCache, TestLazyCores, DistributedFacetPivotLargeTest, TestCustomSort, SharedFSAutoReplicaFailoverUtilsTest, TestNoOpRegenerator, TlogReplayBufferedWhileIndexingTest, OverseerTaskQueueTest, DirectSolrConnectionTest, TestJettySolrRunner, SpatialHeatmapFacetsTest, TestIBSimilarityFactory, TestDistribIDF, TestHashQParserPlugin, QueryElevationComponentTest, TestHdfsUpdateLog, IndexSchemaTest, CircularListTest, RequiredFieldsTest, DistribCursorPagingTest, CurrencyFieldTypeTest, TestFieldCacheSort, TestRestoreCore, ReplaceNodeTest, CollectionsAPISolrJTest, AddBlockUpdateTest, TestRawResponseWriter, TestSha256AuthenticationProvider, ClassificationUpdateProcessorFactoryTest, DistributedVersionInfoTest, TestLegacyFieldReuse, TestIndexingPerformance, TestSchemalessBufferedUpdates, TestNonDefinedSimilarityFactory, CdcrUpdateLogTest, VersionInfoTest, HLLSerializationTest, BlockCacheTest, TestExactStatsCache, ManagedSchemaRoundRobinCloudTest, HdfsDirectoryFactoryTest, TestAddFieldRealTimeGet, TestTolerantSearch, TestCodecSupport, ActionThrottleTest, TestBinaryField, V2ApiIntegrationTest, TestExtendedDismaxParser, CoreAdminCreateDiscoverTest, CSVRequestHandlerTest, ShardSplitTest, BasicDistributedZkTest, TestXIncludeConfig, TestImpersonationWithHadoopAuth, SolrCoreTest, ResponseHeaderTest, PrimUtilsTest, TestRandomDVFaceting, HdfsBasicDistributedZk2Test, TestConfigSets, TestReloadAndDeleteDocs, AnalysisAfterCoreReloadTest, ExplicitHLLTest, TestStreamBody, TestSolrCoreParser, TestLMDirichletSimilarityFactory, TestCollectionAPI, TestDownShardTolerantSearch, TestUnifiedSolrHighlighter, TestOmitPositions, RAMDirectoryFactoryTest, TestReload, DistributedTermsComponentTest, StatsComponentTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SuggesterTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestCharFilters, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest]
   [junit4] Completed [505/731 (2!)] on J0 in 156.88s, 3 tests, 1 failure <<< FAILURES!

[...truncated 42746 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:690: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 88 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-9-ea+181) - Build # 148 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/148/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseParallelGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:56824/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:56824/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([2448EF27F9832706:C2DFDBE7C001DE67]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([2448EF27F9832706:55AC11F18F6800CA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12695 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_2448EF27F9832706-001\init-core-data-001
   [junit4]   2> 1561330 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[2448EF27F9832706]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1561903 WARN  (coreLoadExecutor-6946-thread-1) [    ] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1561905 WARN  (coreLoadExecutor-6946-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=2448EF27F9832706 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Australia/Perth -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.03s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2448EF27F9832706:55AC11F18F6800CA]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_2448EF27F9832706-001
   [junit4]   2> Aug 30, 2017 3:36:22 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=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=he-IL, timezone=Australia/Perth
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=162816344,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: [TestCorePropertiesReload, TestSolr4Spatial2, TestFieldCacheReopen, TestGraphTermsQParserPlugin, OverseerModifyCollectionTest, TestAnalyzedSuggestions, DistanceUnitsTest, TestMacroExpander, UtilsToolTest, ChaosMonkeySafeLeaderTest, UpdateParamsTest, TestInitQParser, AutoCommitTest, TestManagedResource, TestPerFieldSimilarityWithDefaultOverride, InfoHandlerTest, TestFastOutputStream, OverriddenZkACLAndCredentialsProvidersTest, ExitableDirectoryReaderTest, TestJoin, TestCharFilters, SubstringBytesRefFilterTest, InfixSuggestersTest, MetricUtilsTest, TestDefaultStatsCache, ZkFailoverTest, MoveReplicaTest, TestFastLRUCache, TestCoreDiscovery, SolrCloudExampleTest, TestDocSet, LeaderElectionIntegrationTest, TestIndexSearcher, TestMultiWordSynonyms, SolrCmdDistributorTest, TestStressLucene, TestWordDelimiterFilterFactory, TestStressUserVersions, SolrIndexConfigTest, SampleTest, SynonymTokenizerTest, HdfsRecoveryZkTest, TestRangeQuery, CoreSorterTest, SolrPluginUtilsTest, BadComponentTest, TestDistribDocBasedVersion, SolrCloudReportersTest, DateRangeFieldTest, HdfsSyncSliceTest, TestReRankQParserPlugin, ConnectionManagerTest, TermVectorComponentTest, TestStressInPlaceUpdates, TestSystemIdResolver, TestRebalanceLeaders, AssignTest, ConnectionReuseTest, SOLR749Test, SpellPossibilityIteratorTest, TestPolicyCloud, TestCollationField, CollectionsAPIDistributedZkTest, TermVectorComponentDistributedTest, TestRandomFlRTGCloud, PreAnalyzedFieldTest, ExternalFileFieldSortTest, TestUniqueKeyFieldResource, StatelessScriptUpdateProcessorFactoryTest, SystemInfoHandlerTest, SpellingQueryConverterTest, TestNRTOpen, ClassificationUpdateProcessorIntegrationTest, TestExceedMaxTermLength, QueryEqualityTest, DistributedFacetPivotSmallTest, BasicFunctionalityTest, BlockDirectoryTest, OpenCloseCoreStressTest, TestSolrJ, TestPostingsSolrHighlighter, V2StandaloneTest, TestSolrConfigHandler, QueryResultKeyTest, RemoteQueryErrorTest, TestBlobHandler, TestQueryTypes, EchoParamsTest, BitVectorTest, TestFieldCacheWithThreads, TestPerFieldSimilarity, TestInPlaceUpdatesDistrib, TestHighFrequencyDictionaryFactory, ZkStateWriterTest, TestObjectReleaseTracker, TestZkChroot, TestCSVLoader, TestBinaryResponseWriter, BlobRepositoryCloudTest, TestShortCircuitedRequests, TestGraphMLResponseWriter, DistributedQueryElevationComponentTest, ConvertedLegacyTest, HdfsDirectoryTest, TestCloudNestedDocsSort, RequestLoggingTest, TestLegacyField, TestCrossCoreJoin, TestSuggestSpellingConverter, TestFieldResource, TestPushWriter, SolrRequestParserTest, TestShardHandlerFactory, TestRemoteStreaming, CacheHeaderTest, TestUseDocValuesAsStored, EnumFieldTest, SignatureUpdateProcessorFactoryTest, NodeMutatorTest, TermsComponentTest, FieldMutatingUpdateProcessorTest, WrapperMergePolicyFactoryTest, TestRestManager, TestReloadDeadlock, TestConfigsApi, DistributedTermsComponentTest, TestSolrConfigHandlerCloud, TestSQLHandler, TestCloudManagedSchema, DistribDocExpirationUpdateProcessorTest, DOMUtilTest, TestLeaderInitiatedRecoveryThread, SuggesterFSTTest, BaseCdcrDistributedZkTest, TestTrie, FileBasedSpellCheckerTest, SpellCheckComponentTest, TestFileDictionaryLookup, JsonLoaderTest, SharedFSAutoReplicaFailoverTest, MoveReplicaHDFSTest, TestHttpShardHandlerFactory, SolrMetricManagerTest, TestHdfsBackupRestoreCore, SpellCheckCollatorTest, TestApiFramework, TestExactSharedStatsCache, DistributedDebugComponentTest, CdcrReplicationDistributedZkTest, TestConfigSetProperties, TestFieldSortValues, TestFieldCacheSortRandom, TestOverriddenPrefixQueryForCustomFieldType, CursorMarkTest, SolrIndexMetricsTest, TestManagedSynonymFilterFactory, ConcurrentDeleteAndCreateCollectionTest, TestRuleBasedAuthorizationPlugin, SpatialRPTFieldTypeTest, CloneFieldUpdateProcessorFactoryTest, TestChildDocTransformer, BlockJoinFacetSimpleTest, TestRandomFaceting, TestAnalyzeInfixSuggestions, TestSolrCloudWithHadoopAuthPlugin, HdfsBasicDistributedZkTest, TestDistributedMissingSort, TestReqParamsAPI, TestLegacyNumericUtils, TestNumericTerms32, TestDistributedStatsComponentCardinality, DataDrivenBlockJoinTest, TestLuceneMatchVersion, TestTlogReplica, DistributedIntervalFacetingTest, TestIntervalFaceting, TestReload, LeaderInitiatedRecoveryOnCommitTest, HdfsNNFailoverTest, PreAnalyzedUpdateProcessorTest, SyncSliceTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, TestRealTimeGet, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestFiltering, TestBadConfig, ShowFileRequestHandlerTest, CoreAdminHandlerTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, DocValuesMultiTest, DistanceFunctionTest, SolrInfoBeanTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TestOmitPositions, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [438/731 (1!)] on J1 in 0.99s, 3 tests, 1 failure <<< FAILURES!

[...truncated 211 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_2448EF27F9832706-001\init-core-data-001
   [junit4]   2> 1781814 WARN  (SUITE-ForceLeaderTest-seed#[2448EF27F9832706]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 1781815 INFO  (SUITE-ForceLeaderTest-seed#[2448EF27F9832706]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1781818 INFO  (SUITE-ForceLeaderTest-seed#[2448EF27F9832706]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 1781818 INFO  (SUITE-ForceLeaderTest-seed#[2448EF27F9832706]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1781825 ERROR (Thread-4392) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1782542 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1782547 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e313973bd0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1784111 WARN  (qtp294617819-18271) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1785406 WARN  (OverseerThreadFactory-8539-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1785991 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1786008 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e313973bd0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1787626 WARN  (qtp1029238909-18320) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1788183 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1789431 WARN  (qtp860247376-18351) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1789915 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1789927 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e313973bd000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1791202 WARN  (qtp939242391-18384) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1791261 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplicasInLIRNoLeader
   [junit4]   2> 1792633 WARN  (qtp294617819-18265) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1792633 WARN  (qtp860247376-18347) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1792634 WARN  (qtp939242391-18385) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1794741 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:56824/, target: http://127.0.0.1:56825/
   [junit4]   2> 1794742 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:56883/, target: http://127.0.0.1:56884/
   [junit4]   2> 1794744 ERROR (updateExecutor-3028-thread-2) [    ] o.a.s.u.ErrorReportingConcurrentUpdateSolrClient error
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:136)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:203)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:157)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1794746 ERROR (updateExecutor-3028-thread-1) [    ] o.a.s.u.ErrorReportingConcurrentUpdateSolrClient error
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:136)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:203)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:157)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1794747 WARN  (qtp860247376-18349) [    ] o.a.s.u.p.DistributedUpdateProcessor Error sending update to http://127.0.0.1:56883
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:136)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:203)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:157)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1794748 ERROR (qtp860247376-18349) [    ] o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on replica http://127.0.0.1:56883/forceleader_test_collection_shard1_replica_t2/
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:136)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:203)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:157)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1794748 WARN  (qtp860247376-18349) [    ] o.a.s.u.p.DistributedUpdateProcessor Error sending update to http://127.0.0.1:56824
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:136)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:203)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:157)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1794749 ERROR (qtp860247376-18349) [    ] o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on replica http://127.0.0.1:56824/forceleader_test_collection_shard1_replica_t1/
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:136)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:144)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:203)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:157)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1794752 WARN  (updateExecutor-3028-thread-2) [    ] o.a.s.c.LeaderInitiatedRecoveryThread Leader is publishing core=forceleader_test_collection_shard1_replica_t1 coreNodeName =core_node4 state=down on behalf of un-reachable replica http://127.0.0.1:56824/forceleader_test_collection_shard1_replica_t1/
   [junit4]   2> 1794752 WARN  (updateExecutor-3028-thread-1) [    ] o.a.s.c.LeaderInitiatedRecoveryThread Leader is publishing core=forceleader_test_collection_shard1_replica_t2 coreNodeName =core_node5 state=down on behalf of un-reachable replica http://127.0.0.1:56883/forceleader_test_collection_shard1_replica_t2/
   [junit4]   2> 1795767 ERROR (updateExecutor-3028-thread-2) [    ] o.a.s.c.LeaderInitiatedRecoveryThread http://127.0.0.1:56824: Could not tell a replica to recover:org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:56824
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:634)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.sendRecoveryCommandWithRetry(LeaderInitiatedRecoveryThread.java:209)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:95)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:56824 [/127.0.0.1] failed: Connection refused: connect
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused: connect
   [junit4]   2> 	at java.base/java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
   [junit4]   2> 	at java.base/java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
   [junit4]   2> 	at java.base/java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148)
   [junit4]   2> 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402)
   [junit4]   2> 	at java.base/java.net.Socket.connect(Socket.java:591)
   [junit4]   2> 	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 20 more
   [junit4]   2> 
   [junit4]   2> 1795767 ERROR (updateExecutor-3028-thread-1) [    ] o.a.s.c.LeaderInitiatedRecoveryThread http://127.0.0.1:56883: Could not tell a replica to recover:org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:56883
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:634)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.sendRecoveryCommandWithRetry(LeaderInitiatedRecoveryThread.java:209)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:95)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:56883 [/127.0.0.1] failed: Connection refused: connect
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused: connect
   [junit4]   2> 	at java.base/java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
   [junit4]   2> 	at java.base/java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
   [junit4]   2> 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
   [junit4]   2> 	at java.base/java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148)
   [junit4]   2> 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402)
   [junit4]   2> 	at java.base/java.net.Socket.connect(Socket.java:591)
   [junit4]   2> 	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
   [junit4]   2> 	... 20 more
   [junit4]   2> 
   [junit4]   2> 1796751 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:56866/, target: http://127.0.0.1:56867/
   [junit4]   2> 1800768 WARN  (updateExecutor-3028-thread-2) [    ] o.a.s.c.LeaderInitiatedRecoveryThread Stop trying to send recovery command to downed replica core=forceleader_test_collection_shard1_replica_t1 coreNodeName=core_node4 on 127.0.0.1:56824_ because my core container is closed.
   [junit4]   2> 1800768 WARN  (updateExecutor-3028-thread-1) [    ] o.a.s.c.LeaderInitiatedRecoveryThread Stop trying to send recovery command to downed replica core=forceleader_test_collection_shard1_replica_t2 coreNodeName=core_node5 on 127.0.0.1:56883_ because my core container is closed.
   [junit4]   2> 1802270 WARN  (zkCallback-3031-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1803276 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection forceleader_test_collection failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1803277 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.AbstractFullDistribZkTestBase ERROR: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request. ... Sleeping for 1 seconds before re-try ...
   [junit4]   2> 1803576 WARN  (zkCallback-3013-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext The previous leader marked me forceleader_test_collection_shard1_replica_t1 as down and I haven't recovered yet, so I shouldn't be the leader.
   [junit4]   2> 1803577 ERROR (zkCallback-3013-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Leader Initiated Recovery prevented leadership
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.checkLIR(ElectionContext.java:549)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:431)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1804278 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection forceleader_test_collection failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1804278 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.AbstractFullDistribZkTestBase ERROR: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request. ... Sleeping for 1 seconds before re-try ...
   [junit4]   2> 1805255 ERROR (indexFetcher-8600-thread-1) [    ] o.a.s.h.ReplicationHandler Index fetch failed :org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: forceleader_test_collection slice: shard1
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:758)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:744)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.getLeaderReplica(IndexFetcher.java:667)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:367)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:332)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:419)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1183)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]   2> 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:300)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1805278 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection forceleader_test_collection failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1805278 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.AbstractFullDistribZkTestBase ERROR: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request. ... Sleeping for 1 seconds before re-try ...
   [junit4]   2> 1806284 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection forceleader_test_collection failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1806284 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.AbstractFullDistribZkTestBase ERROR: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request. ... Sleeping for 1 seconds before re-try ...
   [junit4]   2> 1806384 WARN  (zkCallback-3037-thread-2) [    ] o.a.s.c.ShardLeaderElectionContext The previous leader marked me forceleader_test_collection_shard1_replica_t2 as down and I haven't recovered yet, so I shouldn't be the leader.
   [junit4]   2> 1806384 ERROR (zkCallback-3037-thread-2) [    ] o.a.s.c.ShardLeaderElectionContext There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Leader Initiated Recovery prevented leadership
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.checkLIR(ElectionContext.java:549)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:431)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1806387 WARN  (zkCallback-3013-thread-1) [    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[forceleader_test_collection_shard1_replica_t1] coreNodeName=[core_node4]
   [junit4]   2> 1806758 ERROR (indexFetcher-8598-thread-1) [    ] o.a.s.h.ReplicationHandler Index fetch failed :org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: forceleader_test_collection slice: shard1
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:758)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:744)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.getLeaderReplica(IndexFetcher.java:667)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:367)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:332)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:419)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1183)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]   2> 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:300)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1807285 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection forceleader_test_collection failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1807285 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.AbstractFullDistribZkTestBase ERROR: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request. ... Sleeping for 1 seconds before re-try ...
   [junit4]   2> 1807627 ERROR (recoveryExecutor-3011-thread-1) [    ] o.a.s.c.RecoveryStrategy Error while trying to recover. core=forceleader_test_collection_shard1_replica_t1:org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: forceleader_test_collection slice: shard1
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:758)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:744)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:517)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:286)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1808285 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection forceleader_test_collection failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1808285 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.AbstractFullDistribZkTestBase No more retries available! Add batch failed due to: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
   [junit4]   1> -
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node6 rstate:down live:false
   [junit4]   1> no one is recoverying
   [junit4]   2> 1813834 WARN  (qtp294617819-18274) [    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[forceleader_test_collection_shard1_replica_t1] coreNodeName=[core_node4]
   [junit4]   2> 1813834 WARN  (qtp294617819-18274) [    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[forceleader_test_collection_shard1_replica_t1] coreNodeName=[core_node4]
   [junit4]   2> 1813844 WARN  (zkCallback-3037-thread-2) [    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 1814550 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReplicasInLIRNoLeader
   [junit4]   2> 1814584 WARN  (zkCallback-3013-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1814611 WARN  (zkCallback-3025-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1816129 WARN  (zkCallback-3037-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1816786 WARN  (indexFetcher-8596-thread-1) [    ] o.a.s.h.ReplicationHandler I was asked to replicate but CoreContainer is shutting down
   [junit4]   2> 1817115 WARN  (zkCallback-3037-thread-2) [    ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1817124 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1817127 WARN  (Thread-4392) [    ] 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/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/forceleader_test_collection/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98570364673392649-127.0.0.1:56850_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1817127 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:56850/, target: http://127.0.0.1:56851/
   [junit4]   2> 1817128 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:56866/, target: http://127.0.0.1:56867/
   [junit4]   2> 1817128 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:56883/, target: http://127.0.0.1:56884/
   [junit4]   2> 1817128 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 10 connections to: http://127.0.0.1:56824/, target: http://127.0.0.1:56825/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=2448EF27F9832706 -Dtests.slow=true -Dtests.locale=dav -Dtests.timezone=America/Moncton -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 35.3s J0 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:56824/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2448EF27F9832706:C2DFDBE7C001DE67]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
   [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:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1817134 ERROR (Thread-4435) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1817585 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1819013 WARN  (qtp2130974142-18547) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1820274 WARN  (OverseerThreadFactory-8622-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1820831 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1822207 WARN  (qtp1671636172-18597) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1822859 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1824147 WARN  (qtp831878844-18630) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1824811 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1824835 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e3139fdab000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1826132 WARN  (qtp21448925-18671) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1826250 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLastPublishedStateIsActive
   [junit4]   2> 1827631 WARN  (qtp831878844-18632) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1827641 WARN  (qtp21448925-18670) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1827658 WARN  (qtp1671636172-18594) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1837761 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 1. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1842761 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 2. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1847761 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 3. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1852761 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 4. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1857762 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 5. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1862762 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 6. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1867763 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 7. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1872764 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 8. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1877764 WARN  (qtp1671636172-18597) [    ] o.a.s.h.a.CollectionsHandler Force leader attempt 9. Waiting 5 secs for an active leader. State of the slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57130",
   [junit4]   2>       "node_name":"127.0.0.1:57130_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n1",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57167",
   [junit4]   2>       "node_name":"127.0.0.1:57167_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n2",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "leader":"true",
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "base_url":"http://127.0.0.1:57104",
   [junit4]   2>       "node_name":"127.0.0.1:57104_",
   [junit4]   2>       "core":"forceleader_last_published_shard1_replica_n3",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1877819 WARN  (zkCallback-3065-thread-1) [    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:forceleader_last_published_shard1_replica_n1 in [collection1_shard1_replica_n43]
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:297)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1877824 WARN  (zkCallback-3059-thread-1) [    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:forceleader_last_published_shard1_replica_n3 in [collection1_shard2_replica_n41]
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:297)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1878532 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLastPublishedStateIsActive
   [junit4]   2> 1878576 ERROR (OverseerStateUpdate-98570366987468809-127.0.0.1:57104_-n_0000000001) [    ] o.a.s.c.Overseer Exception in Overseer work queue loop
   [junit4]   2> org.apache.solr.common.SolrException: Could not load collection from ZK: control_collection
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1118)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:648)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.enqueueUpdate(ZkStateWriter.java:131)
   [junit4]   2> 

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

verCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1881096 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1881099 WARN  (Thread-4435) [    ] 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/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/forceleader_last_published/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1881100 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:57130/, target: http://127.0.0.1:57131/
   [junit4]   2> 1881100 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:57167/, target: http://127.0.0.1:57168/
   [junit4]   2> 1881100 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:57067/, target: http://127.0.0.1:57068/
   [junit4]   2> 1881101 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2448EF27F9832706]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:57104/, target: http://127.0.0.1:57105/
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_2448EF27F9832706-001
   [junit4]   2> Aug 30, 2017 3:41:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), id=FST50, text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=474, maxMBSortInHeap=5.477512294425893, sim=RandomSimilarity(queryNorm=false): {}, locale=dav, timezone=America/Moncton
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=238478168,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [XsltUpdateRequestHandlerTest, TestClassicSimilarityFactory, TestRawResponseWriter, CursorPagingTest, DeleteInactiveReplicaTest, TestCollectionAPIs, SolrSlf4jReporterTest, CurrencyFieldTypeTest, CdcrReplicationHandlerTest, CoreAdminCreateDiscoverTest, AtomicUpdateProcessorFactoryTest, TestLFUCache, TestFunctionQuery, TestNumericTokenStream, TestPivotHelperCode, DefaultValueUpdateProcessorTest, MultiTermTest, SharedFSAutoReplicaFailoverUtilsTest, TestMacros, TestSmileRequest, RankQueryTest, ResponseLogComponentTest, ImplicitSnitchTest, HdfsLockFactoryTest, TestCoreContainer, TestHalfAndHalfDocValues, TestSweetSpotSimilarityFactory, TestNumericRangeQuery32, StatsReloadRaceTest, TestConfigSetsAPIZkFailure, HdfsRecoverLeaseTest, TestBinaryField, TestCoreAdminApis, SuggesterWFSTTest, TestNoOpRegenerator, OverseerTaskQueueTest, SimplePostToolTest, SolrGangliaReporterTest, DisMaxRequestHandlerTest, TestSolrDeletionPolicy2, DistributedQueryComponentOptimizationTest, TestReplicationHandlerBackup, TestInPlaceUpdatesStandalone, CollectionTooManyReplicasTest, PeerSyncTest, ResourceLoaderTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsThreadLeakTest, SoftAutoCommitTest, DistributedFacetPivotWhiteBoxTest, LeaderElectionContextKeyTest, PrimitiveFieldTypeTest, BufferStoreTest, TestAddFieldRealTimeGet, SSLMigrationTest, TestSolrCoreProperties, TestScoreJoinQPScore, CloudMLTQParserTest, TestComplexPhraseLeadingWildcard, SpatialFilterTest, TestExpandComponent, SparseHLLTest, TestJmxIntegration, CheckHdfsIndexTest, TestPullReplicaErrorHandling, DocValuesTest, TestUtils, SolrShardReporterTest, ZkControllerTest, TestStressCloudBlindAtomicUpdates, TestSolrXml, PeerSyncWithIndexFingerprintCachingTest, TestManagedStopFilterFactory, TestStressReorder, V2ApiIntegrationTest, TestQuerySenderListener, TestTolerantSearch, UninvertDocValuesMergePolicyTest, HdfsChaosMonkeyNothingIsSafeTest, TestStressRecovery, TestBlendedInfixSuggestions, TestUseDocValuesAsStored2, HardAutoCommitTest, TestCustomDocTransformer, LeaderFailureAfterFreshStartTest, BlockJoinFacetRandomTest, ParsingFieldUpdateProcessorsTest, DistributedExpandComponentTest, CdcrBootstrapTest, DeleteNodeTest, ClusterStateUpdateTest, TestFilteredDocIdSet, DirectSolrConnectionTest, RequestHandlersTest, SpellCheckCollatorWithCollapseTest, FacetPivotSmallTest, NumericFieldsTest, TestRequestStatusCollectionAPI, TestDynamicFieldCollectionResource, TestCustomStream, TestBulkSchemaConcurrent, TestSha256AuthenticationProvider, AutoScalingHandlerTest, SuggesterTest, TestExtendedDismaxParser, ScriptEngineTest, TestCursorMarkWithoutUniqueKey, WordBreakSolrSpellCheckerTest, TestSchemaSimilarityResource, TestUpdate, JvmMetricsTest, TestPayloadCheckQParserPlugin, RegexBoostProcessorTest, TestSort, TestExactStatsCache, BinaryUpdateRequestHandlerTest, OverseerCollectionConfigSetProcessorTest, TestWriterPerf, TestTrieFacet, TestSolrCoreSnapshots, ConfigSetsAPITest, TestCloudDeleteByQuery, RestartWhileUpdatingTest, TestNestedDocsSort, JavabinLoaderTest, TestJettySolrRunner, TestManagedSynonymGraphFilterFactory, HdfsBasicDistributedZk2Test, AsyncCallRequestStatusResponseTest, TestTestInjection, TestMiniSolrCloudClusterSSL, TestHighlightDedupGrouping, UUIDUpdateProcessorFallbackTest, TestAtomicUpdateErrorCases, AnalysisAfterCoreReloadTest, MultiThreadedOCPTest, TestCustomSort, HdfsCollectionsAPIDistributedZkTest, SolrCLIZkUtilsTest, CoreMergeIndexesAdminHandlerTest, TestPHPSerializedResponseWriter, DateFieldTest, CircularListTest, TestPrepRecovery, TestCSVResponseWriter, TestCodecSupport, TestImplicitCoreProperties, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionsAPISolrJTest, MissingSegmentRecoveryTest, LeaderInitiatedRecoveryOnShardRestartTest, SliceStateTest, DateMathParserTest, TestPKIAuthenticationPlugin, ActionThrottleTest, ChaosMonkeyNothingIsSafeTest, TestSolrCoreParser, UUIDFieldTest, TestLazyCores, NotRequiredUniqueKeyTest, TestOrdValues, HLLSerializationTest, TestSolrConfigHandlerConcurrent, ClusterStateTest, TestReplicaProperties, TestStreamBody, ChaosMonkeySafeLeaderWithPullReplicasTest, TestConfigSetsAPI, TestGroupingSearch, AddBlockUpdateTest, TestFuzzyAnalyzedSuggestions, TestLegacyTerms, BlockCacheTest, TestHashPartitioner, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OverseerTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, SolrCoreTest, QueryElevationComponentTest, BadIndexSchemaTest, DirectUpdateHandlerTest, HighlighterTest, SolrIndexSplitterTest, TestFoldingMultitermQuery, SuggesterTSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, ReturnFieldsTest, MBeansHandlerTest, TestSearchPerf, TestElisionMultitermQuery, OutputWriterTest, TestPhraseSuggestions, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, URLClassifyProcessorTest, PrimUtilsTest, RAMDirectoryFactoryTest, TestDocumentBuilder, TestRTGBase, SolrTestCaseJ4Test, TestSimpleTrackingShardHandler, AssignBackwardCompatibilityTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, DocValuesNotIndexedTest, ForceLeaderTest]
   [junit4] Completed [508/731 (2!)] on J0 in 99.81s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 39791 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:690: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 74 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk1.8.0_144) - Build # 147 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/147/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:61655/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:61655/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:D208CE78DF099F88]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
 null Live Nodes: [127.0.0.1:63732_solr] Last available state: DocCollection(testRepFactor1LeaderStartup//collections/testRepFactor1LeaderStartup/state.json/4)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node2":{           "core":"testRepFactor1LeaderStartup_shard1_replica_n1",           "base_url":"http://127.0.0.1:63732/solr",           "node_name":"127.0.0.1:63732_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: 
null
Live Nodes: [127.0.0.1:63732_solr]
Last available state: DocCollection(testRepFactor1LeaderStartup//collections/testRepFactor1LeaderStartup/state.json/4)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "core":"testRepFactor1LeaderStartup_shard1_replica_n1",
          "base_url":"http://127.0.0.1:63732/solr",
          "node_name":"127.0.0.1:63732_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:8D74BC7A6015BB9E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup(TestCloudSearcherWarming.java:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess

Error Message:
0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 0
	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:8E0D92EDA04BC513]:0)
	at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:387)
	at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:396)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getJettySolrRunner(MiniSolrCloudCluster.java:367)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:2BB80F74071ED5BC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:8E19BAFB96A3418B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11932 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 573244 INFO  (SUITE-CdcrBootstrapTest-seed#[5A5CF1A271F5F270]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\init-core-data-001
   [junit4]   2> 573246 INFO  (SUITE-CdcrBootstrapTest-seed#[5A5CF1A271F5F270]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 573251 INFO  (SUITE-CdcrBootstrapTest-seed#[5A5CF1A271F5F270]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 573252 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 573253 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-target-001
   [junit4]   2> 573253 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 573254 INFO  (Thread-1601) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 573254 INFO  (Thread-1601) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 573259 ERROR (Thread-1601) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 573353 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.ZkTestServer start zk server on port:52293
   [junit4]   2> 573367 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2ef829760000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 573371 INFO  (jetty-launcher-1623-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 573372 INFO  (jetty-launcher-1623-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31b30f0a{/solr,null,AVAILABLE}
   [junit4]   2> 573377 INFO  (jetty-launcher-1623-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6377e6ad{HTTP/1.1,[http/1.1]}{127.0.0.1:52297}
   [junit4]   2> 573377 INFO  (jetty-launcher-1623-thread-1) [    ] o.e.j.s.Server Started @581239ms
   [junit4]   2> 573377 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52297}
   [junit4]   2> 573378 ERROR (jetty-launcher-1623-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 573378 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 573378 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 573378 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 573378 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T17:09:29.199Z
   [junit4]   2> 573385 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 573406 INFO  (jetty-launcher-1623-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52293/solr
   [junit4]   2> 573606 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 573608 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52297_solr
   [junit4]   2> 573610 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.c.Overseer Overseer (id=98567885231095811-127.0.0.1:52297_solr-n_0000000000) starting
   [junit4]   2> 573623 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52297_solr
   [junit4]   2> 573626 INFO  (OverseerStateUpdate-98567885231095811-127.0.0.1:52297_solr-n_0000000000) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 573720 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52297.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 573725 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52297.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 573725 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52297.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 573727 INFO  (jetty-launcher-1623-thread-1) [n:127.0.0.1:52297_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:52293/solr
   [junit4]   2> 573750 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-source-001
   [junit4]   2> 573750 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 573750 INFO  (Thread-1611) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 573750 INFO  (Thread-1611) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 573754 ERROR (Thread-1611) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 573851 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.ZkTestServer start zk server on port:52317
   [junit4]   2> 573863 INFO  (jetty-launcher-1635-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 573864 INFO  (jetty-launcher-1635-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@760336d3{/solr,null,AVAILABLE}
   [junit4]   2> 573864 INFO  (jetty-launcher-1635-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7054e30d{HTTP/1.1,[http/1.1]}{127.0.0.1:52326}
   [junit4]   2> 573864 INFO  (jetty-launcher-1635-thread-1) [    ] o.e.j.s.Server Started @581727ms
   [junit4]   2> 573864 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52326}
   [junit4]   2> 573864 ERROR (jetty-launcher-1635-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 573866 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 573866 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 573866 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 573866 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T17:09:29.687Z
   [junit4]   2> 573869 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 573880 INFO  (jetty-launcher-1635-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52317/solr
   [junit4]   2> 573965 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 573966 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52326_solr
   [junit4]   2> 573967 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.Overseer Overseer (id=98567885263667203-127.0.0.1:52326_solr-n_0000000000) starting
   [junit4]   2> 573972 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52326_solr
   [junit4]   2> 573973 INFO  (OverseerStateUpdate-98567885263667203-127.0.0.1:52326_solr-n_0000000000) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 574042 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 574046 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 574047 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 574047 INFO  (jetty-launcher-1635-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-source-001\node1\.
   [junit4]   2> 574078 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2ef82b670004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 574083 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2ef82b670005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 574090 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2ef82b670006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 574093 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 574094 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52317/solr ready
   [junit4]   2> 574095 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 574099 INFO  (OverseerThreadFactory-2884-thread-1-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 574207 INFO  (OverseerStateUpdate-98567885263667203-127.0.0.1:52326_solr-n_0000000000) [n:127.0.0.1:52326_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52326/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 574410 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 574411 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 574518 INFO  (zkCallback-1642-thread-1-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 574519 INFO  (zkCallback-1642-thread-2-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 575446 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 575451 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 575454 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 575460 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 575461 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 575464 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 575464 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 575465 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 575466 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 575466 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 575609 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 575609 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 575610 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 575610 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 575615 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12a31a61[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 575616 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 575617 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 575617 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 575617 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 575618 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 575627 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 575635 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 575674 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577086166231941120
   [junit4]   2> 575675 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@12a31a61[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 575680 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 575681 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 575681 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52326/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 575681 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 575681 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:52326/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 575681 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 575691 INFO  (zkCallback-1642-thread-2-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 575693 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52326/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 575797 INFO  (zkCallback-1642-thread-1-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 575797 INFO  (zkCallback-1642-thread-2-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 575846 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 575847 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1437
   [junit4]   2> 575851 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 575954 INFO  (zkCallback-1642-thread-2-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 575954 INFO  (zkCallback-1642-thread-1-processing-n:127.0.0.1:52326_solr) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 576101 INFO  (OverseerCollectionConfigSetProcessor-98567885263667203-127.0.0.1:52326_solr-n_0000000000) [n:127.0.0.1:52326_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> 576852 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2755
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 576873 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 576875 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167491280896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 576875 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167491280896
   [junit4]   2> 576904 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25855e78[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 576905 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 576906 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@25855e78[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 576906 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=31
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 576912 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 576912 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167530078208,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 576913 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167530078208
   [junit4]   2> 576927 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c0887a8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 576927 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 576928 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@c0887a8[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 576928 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=16
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 576933 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 576935 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167554195456,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 576935 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167554195456
   [junit4]   2> 576950 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a1f8246[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 576951 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 576952 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@7a1f8246[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 576952 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=18
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 576956 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 576957 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167577264128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 576957 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167577264128
   [junit4]   2> 576971 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f40d005[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 576971 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 576972 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1f40d005[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 576973 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=16
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 576976 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 576977 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167598235648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 576977 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167598235648
   [junit4]   2> 576994 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@237ce749[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 576994 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 576995 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@237ce749[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 576995 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=18
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 577000 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 577000 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167622352896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577000 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167622352896
   [junit4]   2> 577018 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fe8be93[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 577019 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577020 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@7fe8be93[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 577020 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=20
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 577025 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 577025 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167648567296,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577025 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167648567296
   [junit4]   2> 577046 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd9b30a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 577046 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577047 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1dd9b30a[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 577047 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=22
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 577051 INFO  (qtp751624332-8602) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 577052 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167676878848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577052 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167676878848
   [junit4]   2> 577073 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10b7d3b9[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 577073 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577074 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@10b7d3b9[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 577074 INFO  (qtp751624332-8606) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=23
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 577079 INFO  (qtp751624332-8607) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 577079 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167705190422,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577079 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167705190422
   [junit4]   2> 577101 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2219ecd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 577101 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577102 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@2219ecd[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 577102 INFO  (qtp751624332-8608) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=23
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 577106 INFO  (qtp751624332-8603) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 577106 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577086167733501955,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577106 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b4123b7 commitCommandVersion:1577086167733501955
   [junit4]   2> 577131 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27cd0499[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 577131 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577132 INFO  (searcherExecutor-2887-thread-1-processing-n:127.0.0.1:52326_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@27cd0499[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 577133 INFO  (qtp751624332-8604) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=25
   [junit4]   2> 577133 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 577148 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2ef829760006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 577155 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 577156 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[5A5CF1A271F5F270]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52293/solr ready
   [junit4]   2> 577157 INFO  (qtp673984157-8565) [n:127.0.0.1:52297_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 577161 INFO  (OverseerThreadFactory-2876-thread-1-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 577271 INFO  (OverseerStateUpdate-98567885231095811-127.0.0.1:52297_solr-n_0000000000) [n:127.0.0.1:52297_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52297/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 577475 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 577477 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 577590 INFO  (zkCallback-1630-thread-1-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 577597 INFO  (zkCallback-1630-thread-2-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 578539 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 578546 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 578550 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 578557 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 578558 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 578561 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 578561 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 578563 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52297.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36e5a257
   [junit4]   2> 578563 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 578563 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_5A5CF1A271F5F270-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 578632 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 578632 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 578633 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 578633 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 578634 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@dcb260d[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 578636 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 578636 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 578636 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 578637 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 578637 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 578640 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 578641 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 578642 INFO  (searcherExecutor-2893-thread-1-processing-n:127.0.0.1:52297_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@dcb260d[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 578642 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577086169344114688
   [junit4]   2> 578647 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 578647 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 578647 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52297/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 578647 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 578647 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:52297/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 578647 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 578650 INFO  (zkCallback-1630-thread-2-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 578651 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52297/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 578756 INFO  (zkCallback-1630-thread-1-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 578756 INFO  (zkCallback-1630-thread-2-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 578803 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 578806 INFO  (qtp673984157-8563) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1331
   [junit4]   2> 578811 INFO  (qtp673984157-8565) [n:127.0.0.1:52297_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 578913 INFO  (zkCallback-1630-thread-1-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 578913 INFO  (zkCallback-1630-thread-2-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 579164 INFO  (OverseerCollectionConfigSetProcessor-98567885231095811-127.0.0.1:52297_solr-n_0000000000) [n:127.0.0.1:52297_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> 579812 INFO  (qtp673984157-8565) [n:127.0.0.1:52297_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2654
   [junit4]   2> 580822 INFO  (zkCallback-1630-thread-2-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 580822 INFO  (qtp673984157-8564) [n:127.0.0.1:52297_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 580822 INFO  (zkCallback-1630-thread-2-processing-n:127.0.0.1:52297_solr) [n:127.0.0.1:52297_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 580832 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 580835 INFO  (qtp751624332-8601) [n:127.0.0.1:52326_solr c:cdcr-source s:shard1 r:core_node2 

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

.0.0.1:63732_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:8D74BC7A6015BB9E]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup(TestCloudSearcherWarming.java:126)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSearcherWarming -Dtests.method=testPeersyncFailureReplicationSuccess -Dtests.seed=5A5CF1A271F5F270 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Etc/GMT+8 -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A5CF1A271F5F270:8E0D92EDA04BC513]:0)
   [junit4]    > 	at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:387)
   [junit4]    > 	at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:396)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.getJettySolrRunner(MiniSolrCloudCluster.java:367)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:141)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2287436 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2f10e28d0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2287437 ERROR (SUITE-TestCloudSearcherWarming-seed#[5A5CF1A271F5F270]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2287440 WARN  (Thread-3645) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/testRepFactor1LeaderStartup/managed-schema
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/testRepFactor1LeaderStartup
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/testRepFactor1LeaderStartup/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestCloudSearcherWarming_5A5CF1A271F5F270-001
   [junit4]   2> Aug 29, 2017 5:38:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=ar-EG, timezone=Etc/GMT+8
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=109952528,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, TestHighlightDedupGrouping, HdfsRestartWhileUpdatingTest, TestSolrCoreProperties, ScriptEngineTest, TestFieldCache, TestCoreContainer, TestCustomStream, SuggesterTest, TestNumericTokenStream, SharedFSAutoReplicaFailoverUtilsTest, TestExtendedDismaxParser, TlogReplayBufferedWhileIndexingTest, HdfsRecoverLeaseTest, HighlighterTest, NotRequiredUniqueKeyTest, TestPivotHelperCode, CdcrUpdateLogTest, TestManagedResourceStorage, DistributedExpandComponentTest, TestUnifiedSolrHighlighter, ClusterStateTest, BufferStoreTest, SolrJmxReporterCloudTest, OverseerTaskQueueTest, ShardRoutingTest, HdfsLockFactoryTest, ZkStateReaderTest, ConfigSetsAPITest, CoreMergeIndexesAdminHandlerTest, V2ApiIntegrationTest, TestLMDirichletSimilarityFactory, TestFuzzyAnalyzedSuggestions, BlockJoinFacetRandomTest, ReturnFieldsTest, TestMiniSolrCloudClusterSSL, ZkCLITest, ChaosMonkeyNothingIsSafeTest, HdfsUnloadDistributedZkTest, CollectionsAPISolrJTest, TestCustomSort, SyncSliceTest, LeaderFailureAfterFreshStartTest, XmlUpdateRequestHandlerTest, TestCloudPseudoReturnFields, TestQuerySenderListener, TestNestedDocsSort, DistributedFacetPivotWhiteBoxTest, CurrencyFieldTypeTest, VersionInfoTest, URLClassifyProcessorTest, DistribCursorPagingTest, LeaderElectionContextKeyTest, TestStressLiveNodes, FastVectorHighlighterTest, MultiTermTest, TestReplicationHandlerBackup, DeleteNodeTest, TestOrdValues, CoreAdminHandlerTest, TestXIncludeConfig, NumericFieldsTest, SoftAutoCommitTest, DirectoryFactoryTest, DistributedFacetPivotSmallAdvancedTest, SolrMetricReporterTest, TestRestoreCore, TestXmlQParserPlugin, RAMDirectoryFactoryTest, TestJsonFacets, UniqFieldsUpdateProcessorFactoryTest, AlternateDirectoryTest, TestQueryWrapperFilter, CollectionTooManyReplicasTest, MinimalSchemaTest, TestRTimerTree, VMParamsZkACLAndCredentialsProvidersTest, AnalysisAfterCoreReloadTest, TestReversedWildcardFilterFactory, OverseerCollectionConfigSetProcessorTest, RequestHandlersTest, GraphQueryTest, SolrCoreTest, TestImpersonationWithHadoopAuth, BlockCacheTest, OutputWriterTest, TimeZoneUtilsTest, DocExpirationUpdateProcessorFactoryTest, TestSolrCoreSnapshots, SolrXmlInZkTest, SolrCoreMetricManagerTest, OverseerRolesTest, CdcrBootstrapTest, DisMaxRequestHandlerTest, UninvertDocValuesMergePolicyTest, RegexBoostProcessorTest, TestJettySolrRunner, TestAddFieldRealTimeGet, MoveReplicaHDFSUlogDirTest, ResponseHeaderTest, TestPseudoReturnFields, TestEmbeddedSolrServerConstructors, UnloadDistributedZkTest, TestSmileRequest, TestCustomDocTransformer, LeaderInitiatedRecoveryOnShardRestartTest, HighlighterConfigTest, DistanceFunctionTest, ParsingFieldUpdateProcessorsTest, AutoScalingHandlerTest, SolrGangliaReporterTest, TestFieldCacheVsDocValues, TestSizeLimitedDistributedMap, ResponseLogComponentTest, SpatialHeatmapFacetsTest, TestStressCloudBlindAtomicUpdates, TestLazyCores, TestHalfAndHalfDocValues, TestBinaryField, SolrSlf4jReporterTest, TestNumericTerms64, TestLeaderElectionZkExpiry, TestNamedUpdateProcessors, CdcrReplicationHandlerTest, DirectUpdateHandlerTest, TestDownShardTolerantSearch, HLLSerializationTest, TestHashQParserPlugin, TestPHPSerializedResponseWriter, TestBackupRepositoryFactory, TestDynamicFieldCollectionResource, SearchHandlerTest, PeerSyncTest, TestUpdate, AssignBackwardCompatibilityTest, TestSolrCoreParser, DeleteInactiveReplicaTest, SortByFunctionTest, DocValuesTest, TestSQLHandlerNonCloud, TestSolrQueryResponse, TestDeleteCollectionOnDownNodes, TestJavabinTupleStreamParser, IndexSchemaTest, TestComplexPhraseLeadingWildcard, SimplePostToolTest, IndexBasedSpellCheckerTest, TestSearcherReuse, TestCodecSupport, TestManagedSynonymGraphFilterFactory, UUIDFieldTest, TestCollectionAPI, HdfsCollectionsAPIDistributedZkTest, WordBreakSolrSpellCheckerTest, FacetPivotSmallTest, ImplicitSnitchTest, TestUseDocValuesAsStored2, TestLFUCache, CleanupOldIndexTest, TestCloudJSONFacetJoinDomain, QueryElevationComponentTest, JavabinLoaderTest, MissingSegmentRecoveryTest, StressHdfsTest, TestGeoJSONResponseWriter, SolrIndexSplitterTest, TestSort, TestConfigSetsAPIZkFailure, CircularListTest, TestPointFields, CloudMLTQParserTest, FieldAnalysisRequestHandlerTest, TestRandomRequestDistribution, CoreAdminCreateDiscoverTest, CursorPagingTest, BasicDistributedZkTest, AsyncCallRequestStatusResponseTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, ForceLeaderTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, SaslZkACLProviderTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudRecovery, TestCloudSearcherWarming]
   [junit4] Completed [520/731 (4!)] on J0 in 94.74s, 2 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 46837 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:690: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 87 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_144) - Build # 146 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/146/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([48FEA72FFA32AD0B:9CBBEC761D641EF0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([48FEA72FFA32AD0B:171A8A18913E3E4E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12924 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 1909343 INFO  (SUITE-CdcrBootstrapTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_48FEA72FFA32AD0B-001\init-core-data-001
   [junit4]   2> 1909344 INFO  (SUITE-CdcrBootstrapTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1909345 INFO  (SUITE-CdcrBootstrapTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1909349 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 1909355 ERROR (Thread-3876) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1909467 ERROR (jetty-launcher-4329-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:49432/solr
   [junit4]   2> 1909829 ERROR (Thread-3886) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1909940 ERROR (jetty-launcher-4341-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1909953 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfdb49b0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1909959 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfdb49b0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1910228 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfdb49b0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1913500 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfdb2c10006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=2},queues={127.0.0.1:49432/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 1918191 WARN  (cdcr-bootstrap-status-4360-thread-1-processing-n:127.0.0.1:49460_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:49460_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1100
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1600
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1700
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1800
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 100 docs with commit=true, numDocs=2000
   [junit4]   2> 1919616 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfdb49b0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1920619 WARN  (cdcr-bootstrap-status-4363-thread-1-processing-n:127.0.0.1:49460_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:49460_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 1920625 WARN  (zkCallback-4348-thread-2-processing-n:127.0.0.1:49460_solr) [n:127.0.0.1:49460_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1920625 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfdb49b0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1920628 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1920637 WARN  (Thread-3886) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	4	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 	3	/solr/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1920658 WARN  (zkCallback-4336-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1920660 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1920668 WARN  (Thread-3876) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	4	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1920669 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithSourceCluster
   [junit4]   2> 1920678 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1920683 ERROR (Thread-3902) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1920798 ERROR (jetty-launcher-4364-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1920904 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfddf030002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1921156 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfddf030004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Target zkHost = 127.0.0.1:49533/solr
   [junit4]   2> 1921165 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfddf030005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1921174 ERROR (Thread-3912) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1921275 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1921283 ERROR (jetty-launcher-4376-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1921510 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1921515 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1924498 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1924530 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1924530 WARN  (zkCallback-4383-thread-2-processing-n:127.0.0.1:49561_solr) [n:127.0.0.1:49561_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1924534 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1924548 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1924555 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfde0ea000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1925920 WARN  (qtp11038966-20385) [n:127.0.0.1:49594_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Action LASTPROCESSEDVERSION sent to non-leader replica @ cdcr-source:shard1
   [junit4]   2> 1925925 ERROR (qtp11038966-20385) [n:127.0.0.1:49594_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Action LASTPROCESSEDVERSION sent to non-leader replica
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.handleLastProcessedVersionAction(CdcrRequestHandler.java:500)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.handleRequestBody(CdcrRequestHandler.java:208)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2483)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:720)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:526)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
   [junit4]   2> 	at org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1925926 WARN  (cdcr-update-log-synchronizer-8264-thread-1) [n:127.0.0.1:49594_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrUpdateLogSynchronizer Caught unexpected exception
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49594/solr/cdcr-source_shard1_replica_n1: Action LASTPROCESSEDVERSION sent to non-leader replica
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:147)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1926288 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection cdcr-source failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1926289 WARN  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) cdcr-source after stale state error from server.
   [junit4]   2> 1926298 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfddf030006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:49533/solr={cdcr-target={queueSize=-612368385,lastTimestamp=}}},tlogTotalSize=4773,tlogTotalCount=1,updateLogSynchronizer=stopped}
   [junit4]   2> 1931933 WARN  (cdcr-bootstrap-status-4402-thread-1-processing-n:127.0.0.1:49594_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:49594_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 1931938 WARN  (zkCallback-4396-thread-2-processing-n:127.0.0.1:49594_solr) [n:127.0.0.1:49594_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1931942 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1931948 WARN  (Thread-3912) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-source
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1933471 WARN  (zkCallback-4371-thread-2-processing-n:127.0.0.1:49537_solr) [n:127.0.0.1:49537_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1933472 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1933480 WARN  (Thread-3902) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1933480 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1933485 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1933493 ERROR (Thread-3939) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1933606 ERROR (jetty-launcher-4405-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:49699/solr
   [junit4]   2> 1933887 ERROR (Thread-3949) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1934000 ERROR (jetty-launcher-4417-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1937479 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfe110a0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 1941123 WARN  (cdcr-bootstrap-status-4436-thread-1-processing-n:127.0.0.1:49727_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:49727_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:49703/solr/cdcr-target_shard1_replica_n1/
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   2> 1941644 ERROR (updateExecutor-4409-thread-1-processing-n:127.0.0.1:49703_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:49703_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:646)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:789)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:716)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=2000
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:49699/solr={cdcr-target={queueSize=2020,lastTimestamp=}}},tlogTotalSize=96439,tlogTotalCount=20,updateLogSynchronizer=stopped}
   [junit4]   2> 2062021 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfe12970007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2062054 WARN  (cdcr-bootstrap-status-4436-thread-1-processing-n:127.0.0.1:49727_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:49727_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 2062108 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2cfe12970003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2062108 WARN  (zkCallback-4424-thread-4-processing-n:127.0.0.1:49727_solr) [n:127.0.0.1:49727_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2062111 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2062123 WARN  (Thread-3949) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2063646 WARN  (zkCallback-4412-thread-4-processing-n:127.0.0.1:49703_solr) [n:127.0.0.1:49703_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2063647 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2063655 WARN  (Thread-3939) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2063657 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=48FEA72FFA32AD0B -Dtests.slow=true -Dtests.locale=nl -Dtests.timezone=Asia/Beirut -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE  130s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([48FEA72FFA32AD0B:9CBBEC761D641EF0]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_48FEA72FFA32AD0B-001
   [junit4]   2> Aug 29, 2017 7:58:51 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=Asserting(Lucene70): {xyz=PostingsFormat(name=Direct), id=PostingsFormat(name=Asserting)}, docValues:{_version_=DocValuesFormat(name=Lucene70), xyz=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1135, maxMBSortInHeap=7.900206022681616, sim=RandomSimilarity(queryNorm=true): {}, locale=nl, timezone=Asia/Beirut
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=200661528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [PropertiesRequestHandlerTest, TestClusterStateMutator, LeaderElectionIntegrationTest, DeleteReplicaTest, TestMaxScoreQueryParser, SpellPossibilityIteratorTest, TestCloudInspectUtil, TestTolerantUpdateProcessorRandomCloud, DistributedIntervalFacetingTest, TestExceedMaxTermLength, ConcurrentDeleteAndCreateCollectionTest, TestDynamicFieldResource, AtomicUpdatesTest, TestSystemIdResolver, TestSlowCompositeReaderWrapper, TestStressInPlaceUpdates, TestDelegationWithHadoopAuth, TestSolrJ, TestReRankQParserPlugin, TestShortCircuitedRequests, TestSQLHandler, SchemaVersionSpecificBehaviorTest, TestUninvertingReader, CoreSorterTest, TestFieldResource, DateRangeFieldTest, TestDocTermOrds, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestMacroExpander, RollingRestartTest, LoggingHandlerTest, TestLegacyNumericUtils, TermsComponentTest, TestRemoteStreaming, HLLUtilTest, TestDistributedMissingSort, TestRangeQuery, TestOnReconnectListenerSupport, TestAnalyzedSuggestions, QueryResultKeyTest, TestMultiWordSynonyms, CursorMarkTest, TestFieldCacheWithThreads, DistributedQueryComponentCustomSortTest, TestJsonFacetRefinement, TestSolr4Spatial2, TestSolrConfigHandlerCloud, TestFieldTypeResource, FullSolrCloudDistribCmdsTest, TestRandomFaceting, JSONWriterTest, EnumFieldTest, TestCharFilters, QueryEqualityTest, TestSolrConfigHandler, TestFieldCacheReopen, BasicFunctionalityTest, TestCloudManagedSchema, BitVectorTest, SOLR749Test, TestSortByMinMaxFunction, TestNumericRangeQuery64, SolrCmdDistributorTest, MetricsConfigTest, TestMinMaxOnMultiValuedField, JsonLoaderTest, TestInitQParser, TestInPlaceUpdatesDistrib, TestSimpleTrackingShardHandler, TestTrackingShardHandlerFactory, UtilsToolTest, TestExclusionRuleCollectionAccess, TestStressUserVersions, BlockJoinFacetSimpleTest, PolyFieldTest, SolrPluginUtilsTest, TestMultiValuedNumericRangeQuery, StatelessScriptUpdateProcessorFactoryTest, TestSolrCloudWithDelegationTokens, TestLMJelinekMercerSimilarityFactory, TestSSLRandomization, PeerSyncReplicationTest, BadCopyFieldTest, ConnectionManagerTest, MetricUtilsTest, TestGraphMLResponseWriter, SolrGraphiteReporterTest, ZkStateWriterTest, BasicZkTest, CollectionsAPIAsyncDistributedZkTest, BasicAuthStandaloneTest, TestDocumentBuilder, TestDocSet, BasicDistributedZk2Test, TestRuleBasedAuthorizationPlugin, RequestLoggingTest, TestExactSharedStatsCache, ShowFileRequestHandlerTest, BadIndexSchemaTest, CloudExitableDirectoryReaderTest, TestPushWriter, TestCorePropertiesReload, TestFileDictionaryLookup, DocumentAnalysisRequestHandlerTest, DataDrivenBlockJoinTest, CachingDirectoryFactoryTest, TestPerFieldSimilarity, TermVectorComponentTest, TestDFISimilarityFactory, MoveReplicaHDFSTest, TestManagedSynonymFilterFactory, TestComplexPhraseQParserPlugin, SearchHandlerTest, TestPerFieldSimilarityWithDefaultOverride, TestSolrCloudWithHadoopAuthPlugin, AnalyticsMergeStrategyTest, TestUniqueKeyFieldResource, DocValuesNotIndexedTest, TestStressLucene, TestComponentsName, DistributedQueryElevationComponentTest, RemoteQueryErrorTest, PreAnalyzedUpdateProcessorTest, PingRequestHandlerTest, TestHighFrequencyDictionaryFactory, SpellCheckComponentTest, TestLeaderInitiatedRecoveryThread, TestRawTransformer, TestReloadDeadlock, TestBadConfig, TestLegacyField, AddSchemaFieldsUpdateProcessorFactoryTest, SolrIndexConfigTest, TestChildDocTransformer, TermVectorComponentDistributedTest, TestPartialUpdateDeduplication, TestSolrCloudWithSecureImpersonation, PreAnalyzedFieldTest, DeleteStatusTest, TestCloudPivotFacet, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestDefaultStatsCache, DistributedSuggestComponentTest, CustomCollectionTest, ZkNodePropsTest, TestCollationField, AnalysisErrorHandlingTest, UpdateParamsTest, ConjunctionSolrSpellCheckerTest, TestElisionMultitermQuery, BigEndianAscendingWordDeserializerTest, StatsComponentTest, HdfsChaosMonkeySafeLeaderTest, UpdateRequestProcessorFactoryTest, TestBlobHandler, TestValueSourceCache, BadComponentTest, TestScoreJoinQPNoScore, TestConfigOverlay, ZkFailoverTest, SystemInfoHandlerTest, TestPayloadScoreQParserPlugin, HdfsTlogReplayBufferedWhileIndexingTest, SubstringBytesRefFilterTest, WrapperMergePolicyFactoryTest, SolrCloudExampleTest, TestFastLRUCache, TestObjectReleaseTracker, AutoCommitTest, DistributedQueueTest, MigrateRouteKeyTest, SampleTest, TestSchemaVersionResource, RuleEngineTest, SimpleCollectionCreateDeleteTest, ExitableDirectoryReaderTest, TestOverriddenPrefixQueryForCustomFieldType, SuggestComponentContextFilterQueryTest, ConvertedLegacyTest, SolrIndexMetricsTest, TestNRTOpen, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, PeerSyncTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, ReturnFieldsTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestLFUCache, HighlighterConfigTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSearchPerf, NumericFieldsTest, TestConfig, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestLuceneMatchVersion, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, PluginInfoTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, TestCrossCoreJoin, TestHighlightDedupGrouping, TestTolerantSearch, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest, AssignTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest]
   [junit4] Completed [521/731 (1!)] on J1 in 154.59s, 3 tests, 1 failure <<< FAILURES!

[...truncated 391 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> 2807602 INFO  (SUITE-SolrSlf4jReporterTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_48FEA72FFA32AD0B-001\init-core-data-001
   [junit4]   2> 2807603 WARN  (SUITE-SolrSlf4jReporterTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2807604 INFO  (SUITE-SolrSlf4jReporterTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2807608 INFO  (SUITE-SolrSlf4jReporterTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2807611 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 2814250 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[48FEA72FFA32AD0B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=48FEA72FFA32AD0B -Dtests.slow=true -Dtests.locale=it -Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 6.64s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([48FEA72FFA32AD0B:171A8A18913E3E4E]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2814252 INFO  (SUITE-SolrSlf4jReporterTest-seed#[48FEA72FFA32AD0B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_48FEA72FFA32AD0B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=712, maxMBSortInHeap=6.8537464837571225, sim=RandomSimilarity(queryNorm=false): {}, locale=it, timezone=Pacific/Majuro
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=135838552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [PropertiesRequestHandlerTest, TestClusterStateMutator, LeaderElectionIntegrationTest, DeleteReplicaTest, TestMaxScoreQueryParser, SpellPossibilityIteratorTest, TestCloudInspectUtil, TestTolerantUpdateProcessorRandomCloud, DistributedIntervalFacetingTest, TestExceedMaxTermLength, ConcurrentDeleteAndCreateCollectionTest, TestDynamicFieldResource, AtomicUpdatesTest, TestSystemIdResolver, TestSlowCompositeReaderWrapper, TestStressInPlaceUpdates, TestDelegationWithHadoopAuth, TestSolrJ, TestReRankQParserPlugin, TestShortCircuitedRequests, TestSQLHandler, SchemaVersionSpecificBehaviorTest, TestUninvertingReader, CoreSorterTest, TestFieldResource, DateRangeFieldTest, TestDocTermOrds, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestMacroExpander, RollingRestartTest, LoggingHandlerTest, TestLegacyNumericUtils, TermsComponentTest, TestRemoteStreaming, HLLUtilTest, TestDistributedMissingSort, TestRangeQuery, TestOnReconnectListenerSupport, TestAnalyzedSuggestions, QueryResultKeyTest, TestMultiWordSynonyms, CursorMarkTest, TestFieldCacheWithThreads, DistributedQueryComponentCustomSortTest, TestJsonFacetRefinement, TestSolr4Spatial2, TestSolrConfigHandlerCloud, TestFieldTypeResource, FullSolrCloudDistribCmdsTest, TestRandomFaceting, JSONWriterTest, EnumFieldTest, TestCharFilters, QueryEqualityTest, TestSolrConfigHandler, TestFieldCacheReopen, BasicFunctionalityTest, TestCloudManagedSchema, BitVectorTest, SOLR749Test, TestSortByMinMaxFunction, TestNumericRangeQuery64, SolrCmdDistributorTest, MetricsConfigTest, TestMinMaxOnMultiValuedField, JsonLoaderTest, TestInitQParser, TestInPlaceUpdatesDistrib, TestSimpleTrackingShardHandler, TestTrackingShardHandlerFactory, UtilsToolTest, TestExclusionRuleCollectionAccess, TestStressUserVersions, BlockJoinFacetSimpleTest, PolyFieldTest, SolrPluginUtilsTest, TestMultiValuedNumericRangeQuery, StatelessScriptUpdateProcessorFactoryTest, TestSolrCloudWithDelegationTokens, TestLMJelinekMercerSimilarityFactory, TestSSLRandomization, PeerSyncReplicationTest, BadCopyFieldTest, ConnectionManagerTest, MetricUtilsTest, TestGraphMLResponseWriter, SolrGraphiteReporterTest, ZkStateWriterTest, BasicZkTest, CollectionsAPIAsyncDistributedZkTest, BasicAuthStandaloneTest, TestDocumentBuilder, TestDocSet, BasicDistributedZk2Test, TestRuleBasedAuthorizationPlugin, RequestLoggingTest, TestExactSharedStatsCache, ShowFileRequestHandlerTest, BadIndexSchemaTest, CloudExitableDirectoryReaderTest, TestPushWriter, TestCorePropertiesReload, TestFileDictionaryLookup, DocumentAnalysisRequestHandlerTest, DataDrivenBlockJoinTest, CachingDirectoryFactoryTest, TestPerFieldSimilarity, TermVectorComponentTest, TestDFISimilarityFactory, MoveReplicaHDFSTest, TestManagedSynonymFilterFactory, TestComplexPhraseQParserPlugin, SearchHandlerTest, TestPerFieldSimilarityWithDefaultOverride, TestSolrCloudWithHadoopAuthPlugin, AnalyticsMergeStrategyTest, TestUniqueKeyFieldResource, DocValuesNotIndexedTest, TestStressLucene, TestComponentsName, DistributedQueryElevationComponentTest, RemoteQueryErrorTest, PreAnalyzedUpdateProcessorTest, PingRequestHandlerTest, TestHighFrequencyDictionaryFactory, SpellCheckComponentTest, TestLeaderInitiatedRecoveryThread, TestRawTransformer, TestReloadDeadlock, TestBadConfig, TestLegacyField, AddSchemaFieldsUpdateProcessorFactoryTest, SolrIndexConfigTest, TestChildDocTransformer, TermVectorComponentDistributedTest, TestPartialUpdateDeduplication, TestSolrCloudWithSecureImpersonation, PreAnalyzedFieldTest, DeleteStatusTest, TestCloudPivotFacet, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestDefaultStatsCache, DistributedSuggestComponentTest, CustomCollectionTest, ZkNodePropsTest, TestCollationField, AnalysisErrorHandlingTest, UpdateParamsTest, ConjunctionSolrSpellCheckerTest, TestElisionMultitermQuery, BigEndianAscendingWordDeserializerTest, StatsComponentTest, HdfsChaosMonkeySafeLeaderTest, UpdateRequestProcessorFactoryTest, TestBlobHandler, TestValueSourceCache, BadComponentTest, TestScoreJoinQPNoScore, TestConfigOverlay, ZkFailoverTest, SystemInfoHandlerTest, TestPayloadScoreQParserPlugin, HdfsTlogReplayBufferedWhileIndexingTest, SubstringBytesRefFilterTest, WrapperMergePolicyFactoryTest, SolrCloudExampleTest, TestFastLRUCache, TestObjectReleaseTracker, AutoCommitTest, DistributedQueueTest, MigrateRouteKeyTest, SampleTest, TestSchemaVersionResource, RuleEngineTest, SimpleCollectionCreateDeleteTest, ExitableDirectoryReaderTest, TestOverriddenPrefixQueryForCustomFieldType, SuggestComponentContextFilterQueryTest, ConvertedLegacyTest, SolrIndexMetricsTest, TestNRTOpen, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, PeerSyncTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, ReturnFieldsTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestLFUCache, HighlighterConfigTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSearchPerf, NumericFieldsTest, TestConfig, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestLuceneMatchVersion, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, PluginInfoTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, TestCrossCoreJoin, TestHighlightDedupGrouping, TestTolerantSearch, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest, AssignTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MoveReplicaTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudRecovery, TestClusterProperties, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestLeaderElectionWithEmptyReplica, TestLockTree, TestPullReplica, TestRequestForwarding, TestRequestStatusCollectionAPI, TestTlogReplica, TestSolrCoreSnapshots, TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestReqParamsAPI, TestRestoreCore, V2ApiIntegrationTest, V2StandaloneTest, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, MetricsHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, FacetPivotSmallTest, InfixSuggestersTest, SuggestComponentTest, TestDistributedStatsComponentCardinality, TestHttpShardHandlerFactory, TestPivotHelperCode, HighlighterMaxOffsetTest, TestNumericRangeQuery32, TestNumericTokenStream, JvmMetricsTest, SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, SolrGangliaReporterTest, SolrSlf4jReporterTest]
   [junit4] Completed [633/731 (2!)] on J1 in 6.70s, 1 test, 1 failure <<< FAILURES!

[...truncated 8487 lines...]
-validate-source-patterns:
[source-patterns] tabs instead spaces: lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoStandardPath.java

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:810: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:130: Found 1 violations in source files (tabs instead spaces).

Total time: 79 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk1.8.0_144) - Build # 145 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/145/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([B0CF161DC5A2333D:EF2B3B2AAEAEA078]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([B0CF161DC5A2333D:C12BE8CBB34914F1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11703 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_B0CF161DC5A2333D-001\init-core-data-001
   [junit4]   2> 610412 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[B0CF161DC5A2333D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 610828 WARN  (coreLoadExecutor-3172-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 610830 WARN  (coreLoadExecutor-3172-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=B0CF161DC5A2333D -Dtests.slow=true -Dtests.locale=sr-Latn -Dtests.timezone=America/Regina -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0CF161DC5A2333D:C12BE8CBB34914F1]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_B0CF161DC5A2333D-001
   [junit4]   2> Aug 28, 2017 8:22:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=8, maxDocsPerChunk=844, blockSize=164), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=8, blockSize=164)), sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn, timezone=America/Regina
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=148238160,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaVersionResource, ZkNodePropsTest, ConnectionManagerTest, TestRestManager, TestSubQueryTransformerCrossCore, HdfsWriteToMultipleCollectionsTest, TestManagedSynonymFilterFactory, SuggesterTSTTest, HighlighterMaxOffsetTest, MoveReplicaHDFSTest, TestCopyFieldCollectionResource, ShufflingReplicaListTransformerTest, TestDelegationWithHadoopAuth, TestPullReplica, BasicAuthStandaloneTest, DocValuesMultiTest, CloneFieldUpdateProcessorFactoryTest, HdfsSyncSliceTest, TestJoin, TestHdfsBackupRestoreCore, PreAnalyzedFieldManagedSchemaCloudTest, TestOverriddenPrefixQueryForCustomFieldType, ConcurrentDeleteAndCreateCollectionTest, SubstringBytesRefFilterTest, ChangedSchemaMergeTest, TestConfigsApi, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, TestFastLRUCache, HdfsRecoveryZkTest, TestRemoteStreaming, BlockDirectoryTest, CacheHeaderTest, TestUninvertingReader, TestCharFilters, ConjunctionSolrSpellCheckerTest, QueryResultKeyTest, TestSolrDeletionPolicy1, BasicZkTest, TestReload, TestExceedMaxTermLength, TestEmbeddedSolrServerSchemaAPI, SynonymTokenizerTest, ConvertedLegacyTest, TestBinaryResponseWriter, TestValueSourceCache, TestZkChroot, SpatialRPTFieldTypeTest, ReplicationFactorTest, TestSystemIdResolver, BlockJoinFacetSimpleTest, TestAuthorizationFramework, TestSimpleQParserPlugin, HdfsChaosMonkeySafeLeaderTest, TestCloudManagedSchema, TestComplexPhraseQParserPlugin, TestSolrJ, SampleTest, TestFieldCacheReopen, DeleteStatusTest, TestFieldCacheSortRandom, TestSolrCLIRunExample, AliasIntegrationTest, UpdateLogTest, TestJsonFacetRefinement, TestClusterProperties, TestPayloadScoreQParserPlugin, LukeRequestHandlerTest, TestDistributedGrouping, TestWordDelimiterFilterFactory, PreAnalyzedFieldTest, OverriddenZkACLAndCredentialsProvidersTest, HLLUtilTest, TestTlogReplica, SolrIndexMetricsTest, ChaosMonkeySafeLeaderTest, TestHttpShardHandlerFactory, TestQueryUtils, TestCloudRecovery, OverseerStatusTest, CustomCollectionTest, TestLegacyField, TestShortCircuitedRequests, SolrJmxReporterTest, MigrateRouteKeyTest, SpellCheckComponentTest, LeaderInitiatedRecoveryOnCommitTest, MoreLikeThisHandlerTest, TestPerFieldSimilarity, PluginInfoTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [156/731 (1!)] on J1 in 0.74s, 3 tests, 1 failure <<< FAILURES!

[...truncated 1597 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_B0CF161DC5A2333D-001\init-core-data-001
   [junit4]   2> 3025478 WARN  (SUITE-SolrSlf4jReporterTest-seed#[B0CF161DC5A2333D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 3025479 INFO  (SUITE-SolrSlf4jReporterTest-seed#[B0CF161DC5A2333D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3025482 INFO  (SUITE-SolrSlf4jReporterTest-seed#[B0CF161DC5A2333D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3025482 INFO  (SUITE-SolrSlf4jReporterTest-seed#[B0CF161DC5A2333D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3025485 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[B0CF161DC5A2333D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 3031888 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[B0CF161DC5A2333D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=B0CF161DC5A2333D -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Pacific/Wake -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 6.41s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0CF161DC5A2333D:EF2B3B2AAEAEA078]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3031890 INFO  (SUITE-SolrSlf4jReporterTest-seed#[B0CF161DC5A2333D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_B0CF161DC5A2333D-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=en-SG, timezone=Pacific/Wake
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=330073768,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaVersionResource, ZkNodePropsTest, ConnectionManagerTest, TestRestManager, TestSubQueryTransformerCrossCore, HdfsWriteToMultipleCollectionsTest, TestManagedSynonymFilterFactory, SuggesterTSTTest, HighlighterMaxOffsetTest, MoveReplicaHDFSTest, TestCopyFieldCollectionResource, ShufflingReplicaListTransformerTest, TestDelegationWithHadoopAuth, TestPullReplica, BasicAuthStandaloneTest, DocValuesMultiTest, CloneFieldUpdateProcessorFactoryTest, HdfsSyncSliceTest, TestJoin, TestHdfsBackupRestoreCore, PreAnalyzedFieldManagedSchemaCloudTest, TestOverriddenPrefixQueryForCustomFieldType, ConcurrentDeleteAndCreateCollectionTest, SubstringBytesRefFilterTest, ChangedSchemaMergeTest, TestConfigsApi, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, TestFastLRUCache, HdfsRecoveryZkTest, TestRemoteStreaming, BlockDirectoryTest, CacheHeaderTest, TestUninvertingReader, TestCharFilters, ConjunctionSolrSpellCheckerTest, QueryResultKeyTest, TestSolrDeletionPolicy1, BasicZkTest, TestReload, TestExceedMaxTermLength, TestEmbeddedSolrServerSchemaAPI, SynonymTokenizerTest, ConvertedLegacyTest, TestBinaryResponseWriter, TestValueSourceCache, TestZkChroot, SpatialRPTFieldTypeTest, ReplicationFactorTest, TestSystemIdResolver, BlockJoinFacetSimpleTest, TestAuthorizationFramework, TestSimpleQParserPlugin, HdfsChaosMonkeySafeLeaderTest, TestCloudManagedSchema, TestComplexPhraseQParserPlugin, TestSolrJ, SampleTest, TestFieldCacheReopen, DeleteStatusTest, TestFieldCacheSortRandom, TestSolrCLIRunExample, AliasIntegrationTest, UpdateLogTest, TestJsonFacetRefinement, TestClusterProperties, TestPayloadScoreQParserPlugin, LukeRequestHandlerTest, TestDistributedGrouping, TestWordDelimiterFilterFactory, PreAnalyzedFieldTest, OverriddenZkACLAndCredentialsProvidersTest, HLLUtilTest, TestTlogReplica, SolrIndexMetricsTest, ChaosMonkeySafeLeaderTest, TestHttpShardHandlerFactory, TestQueryUtils, TestCloudRecovery, OverseerStatusTest, CustomCollectionTest, TestLegacyField, TestShortCircuitedRequests, SolrJmxReporterTest, MigrateRouteKeyTest, SpellCheckComponentTest, LeaderInitiatedRecoveryOnCommitTest, MoreLikeThisHandlerTest, TestPerFieldSimilarity, PluginInfoTest, UpdateRequestProcessorFactoryTest, RuleEngineTest, TestLMJelinekMercerSimilarityFactory, TestCollationField, SimpleCollectionCreateDeleteTest, TestCorePropertiesReload, SpellPossibilityIteratorTest, SolrCloudExampleTest, BitVectorTest, BaseCdcrDistributedZkTest, TestCrossCoreJoin, TestReRankQParserPlugin, TestSolrConfigHandler, DOMUtilTest, MetricUtilsTest, CdcrReplicationDistributedZkTest, DistributedMLTComponentTest, TestChildDocTransformer, TestMergePolicyConfig, TestMultiValuedNumericRangeQuery, TestReqParamsAPI, TestRecovery, TestPartialUpdateDeduplication, TestDynamicFieldResource, CoreSorterTest, UtilsToolTest, ShardRoutingCustomTest, TemplateUpdateProcessorTest, TestDistribDocBasedVersion, DataDrivenBlockJoinTest, BadIndexSchemaTest, StatsComponentTest, TestApiFramework, TestSolrCloudSnapshots, WrapperMergePolicyFactoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestIntervalFaceting, InfixSuggestersTest, CachingDirectoryFactoryTest, SpellCheckCollatorTest, DocumentAnalysisRequestHandlerTest, BasicDistributedZk2Test, TestCollectionsAPIViaSolrCloudCluster, HttpSolrCallGetCoreTest, FullHLLTest, TestRuleBasedAuthorizationPlugin, TestCloudInspectUtil, FieldMutatingUpdateProcessorTest, DebugComponentTest, SolrRequestParserTest, CollectionStateFormat2Test, SolrGraphiteReporterTest, TestSolrQueryParser, TestCloudPivotFacet, CopyFieldTest, TestSolr4Spatial, ConnectionReuseTest, JSONWriterTest, TestTrackingShardHandlerFactory, BadCopyFieldTest, TestDocSet, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestCSVLoader, DistanceUnitsTest, TestLRUStatsCache, MoveReplicaTest, TestConfigOverlay, TestPolicyCloud, TestAnalyzeInfixSuggestions, TestDynamicLoading, MergeStrategyTest, TestDocTermOrds, OpenExchangeRatesOrgProviderTest, TestBM25SimilarityFactory, DistribDocExpirationUpdateProcessorTest, TestManagedSchemaThreadSafety, TestMacroExpander, TestDefaultStatsCache, OverseerModifyCollectionTest, TestJsonRequest, TestConfigSetProperties, RemoteQueryErrorTest, TestFastOutputStream, TestEmbeddedSolrServerAdminHandler, TestCryptoKeys, SpellingQueryConverterTest, SuggestComponentContextFilterQueryTest, TestSuggestSpellingConverter, SearchHandlerTest, TestNumericTerms32, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, AutoCommitTest, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SolrCoreTest, SolrCmdDistributorTest, TestSort, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, TestTrie, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SolrInfoBeanTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, MBeansHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SOLR749Test, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, DateMathParserTest, PrimUtilsTest, ClusterStateTest, TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AssignTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, ConfigSetsAPITest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DeleteShardTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, HttpPartitionTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, MissingSegmentRecoveryTest, MoveReplicaHDFSUlogDirTest, NodeMutatorTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestCollectionAPI, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestLockTree, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestReplicaProperties, TestSizeLimitedDistributedMap, TestStressInPlaceUpdates, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, ImplicitSnitchTest, BlobRepositoryCloudTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigSetImmutable, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestSQLHandler, V2StandaloneTest, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, TestCoreAdminApis, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, TestDistributedStatsComponentCardinality, SolrMetricManagerTest, SolrMetricsIntegrationTest, SolrSlf4jReporterTest]
   [junit4] Completed [625/731 (2!)] on J1 in 6.48s, 1 test, 1 failure <<< FAILURES!

[...truncated 46571 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk1.8.0_144) - Build # 144 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/144/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1009>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1009>
	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:FAB2517E98E3FFE4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:62585/_w/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:62585/_w/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:C8602EE74637B57E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Doc with id=1 not found in http://127.0.0.1:63930/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:63930/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:A6A325FDD14921E7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:7113371014B9DF5A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.util.UtilsToolTest.testRelativePath

Error Message:
expected:<14> but was:<16>

Stack Trace:
java.lang.AssertionError: expected:<14> but was:<16>
	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:DA6B7D186049BD2E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.util.UtilsToolTest.testRelativePath(UtilsToolTest.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:5F13E4F1095E6BD3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 10766 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> 0    INFO  (SUITE-HttpPartitionTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\init-core-data-001
   [junit4]   2> 249  INFO  (SUITE-HttpPartitionTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 344  INFO  (SUITE-HttpPartitionTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.e.j.u.log Logging initialized @8389ms
   [junit4]   2> 355  INFO  (SUITE-HttpPartitionTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 380  INFO  (SUITE-HttpPartitionTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 397  INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 397  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 450  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 599  INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.ZkTestServer start zk server on port:63892
   [junit4]   2> 859  ERROR (Thread-1) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1342 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1400 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1409 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1414 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1418 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1421 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1433 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1441 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1445 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1460 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1465 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1472 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 2418 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2480 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d071dbd{/,null,AVAILABLE}
   [junit4]   2> 2500 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20b79f2f{HTTP/1.1,[http/1.1]}{127.0.0.1:63900}
   [junit4]   2> 2500 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server Started @10547ms
   [junit4]   2> 2500 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=63899, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\control-001\cores}
   [junit4]   2> 2608 ERROR (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2608 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 2613 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2613 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2623 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:40:05.978Z
   [junit4]   2> 2678 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2690 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2692 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\control-001\solr.xml
   [junit4]   2> 2819 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3603 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63892/solr
   [junit4]   2> 3977 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3980 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63899_
   [junit4]   2> 3982 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.c.Overseer Overseer (id=98560455738785796-127.0.0.1:63899_-n_0000000000) starting
   [junit4]   2> 4193 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63899_
   [junit4]   2> 4204 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4990 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 4992 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 4992 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 5101 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63899_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\control-001\cores
   [junit4]   2> 5398 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5402 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63892/solr ready
   [junit4]   2> 5644 INFO  (SocketProxy-Acceptor-63899) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63915,localport=63899], receiveBufferSize:65536
   [junit4]   2> 5646 INFO  (SocketProxy-Acceptor-63899) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63900,localport=63916], receiveBufferSize=65536
   [junit4]   2> 6102 INFO  (qtp74656463-61) [n:127.0.0.1:63899_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:63899_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6422 INFO  (OverseerThreadFactory-6-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 6629 INFO  (SocketProxy-Acceptor-63899) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63917,localport=63899], receiveBufferSize:65536
   [junit4]   2> 6630 INFO  (SocketProxy-Acceptor-63899) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63900,localport=63918], receiveBufferSize=65536
   [junit4]   2> 6650 INFO  (qtp74656463-59) [n:127.0.0.1:63899_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6653 INFO  (qtp74656463-59) [n:127.0.0.1:63899_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6800 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7753 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 7947 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 8816 WARN  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 9013 WARN  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 9029 WARN  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 9060 WARN  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 9309 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 9870 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 9927 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 9953 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 9962 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 10143 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 11173 WARN  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 12077 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 12077 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 12097 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12097 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12105 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 12153 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a60260c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 12190 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 12243 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 12313 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 12713 INFO  (searcherExecutor-9-thread-1-processing-n:127.0.0.1:63899_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@5a60260c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12730 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576967304478982144
   [junit4]   2> 12764 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 12767 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 12768 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63899/control_collection_shard1_replica_n1/
   [junit4]   2> 12771 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 12771 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63899/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 12771 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 12783 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 12826 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63899/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 12934 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 12981 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 12983 INFO  (qtp74656463-59) [n:127.0.0.1:63899_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6347
   [junit4]   2> 13094 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 13101 INFO  (qtp74656463-61) [n:127.0.0.1:63899_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 13102 INFO  (qtp74656463-61) [n:127.0.0.1:63899_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:63899_&wt=javabin&version=2} status=0 QTime=7108
   [junit4]   2> 13110 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e283659360005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 13119 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 13121 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63892/solr ready
   [junit4]   2> 13123 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 13125 INFO  (SocketProxy-Acceptor-63899) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63925,localport=63899], receiveBufferSize:65536
   [junit4]   2> 13126 INFO  (SocketProxy-Acceptor-63899) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63900,localport=63926], receiveBufferSize=65536
   [junit4]   2> 13130 INFO  (qtp74656463-65) [n:127.0.0.1:63899_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 13134 INFO  (OverseerThreadFactory-6-thread-2-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 13136 INFO  (OverseerCollectionConfigSetProcessor-98560455738785796-127.0.0.1:63899_-n_0000000000) [n:127.0.0.1:63899_    ] 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> 13138 WARN  (OverseerThreadFactory-6-thread-2-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 13345 INFO  (qtp74656463-65) [n:127.0.0.1:63899_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 13346 INFO  (qtp74656463-65) [n:127.0.0.1:63899_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=216
   [junit4]   2> 13781 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-1-001 of type TLOG
   [junit4]   2> 13782 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 13783 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e36f07c{/,null,AVAILABLE}
   [junit4]   2> 13785 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4091c99{HTTP/1.1,[http/1.1]}{127.0.0.1:63931}
   [junit4]   2> 13785 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server Started @21832ms
   [junit4]   2> 13785 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=63930, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-1-001\cores}
   [junit4]   2> 13786 ERROR (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 13786 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 13786 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 13786 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 13786 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:40:17.150Z
   [junit4]   2> 13799 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 13800 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-1-001\solr.xml
   [junit4]   2> 13813 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 13821 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63892/solr
   [junit4]   2> 13873 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 13881 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 13889 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63930_
   [junit4]   2> 13981 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14005 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14006 INFO  (zkCallback-14-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14170 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 14210 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 14210 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 14214 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63930_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-1-001\cores
   [junit4]   2> 14276 INFO  (qtp74656463-63) [n:127.0.0.1:63899_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63930_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 14281 INFO  (OverseerCollectionConfigSetProcessor-98560455738785796-127.0.0.1:63899_-n_0000000000) [n:127.0.0.1:63899_    ] 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> 14287 INFO  (OverseerThreadFactory-6-thread-3-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:63930_ for creating new replica
   [junit4]   2> 14292 INFO  (SocketProxy-Acceptor-63930) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63943,localport=63930], receiveBufferSize:65536
   [junit4]   2> 14292 INFO  (SocketProxy-Acceptor-63930) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63931,localport=63944], receiveBufferSize=65536
   [junit4]   2> 14297 INFO  (qtp594936778-118) [n:127.0.0.1:63930_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 14298 INFO  (qtp594936778-118) [n:127.0.0.1:63930_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 14412 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15350 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 15384 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 15584 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 15692 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 15693 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 15693 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 15693 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-1-001\cores\collection1_shard2_replica_t41], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-1-001\cores\collection1_shard2_replica_t41\data\]
   [junit4]   2> 15699 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 15720 WARN  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 15828 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15836 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15838 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15838 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15840 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 15840 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@656c7336[collection1_shard2_replica_t41] main]
   [junit4]   2> 15842 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 15842 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 15843 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 15844 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576967307744247808
   [junit4]   2> 15848 INFO  (searcherExecutor-20-thread-1-processing-n:127.0.0.1:63930_ x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@656c7336[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63930/collection1_shard2_replica_t41/
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:63930/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 15853 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 15858 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63930/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 15963 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16009 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 16021 INFO  (qtp594936778-118) [n:127.0.0.1:63930_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1724
   [junit4]   2> 16029 INFO  (qtp74656463-63) [n:127.0.0.1:63899_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63930_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1753
   [junit4]   2> 16130 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 16292 INFO  (OverseerCollectionConfigSetProcessor-98560455738785796-127.0.0.1:63899_-n_0000000000) [n:127.0.0.1:63899_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 16456 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-2-001 of type TLOG
   [junit4]   2> 16456 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 16457 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@777f16bb{/,null,AVAILABLE}
   [junit4]   2> 16459 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3101d7c{HTTP/1.1,[http/1.1]}{127.0.0.1:63952}
   [junit4]   2> 16459 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server Started @24505ms
   [junit4]   2> 16459 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=63951, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-2-001\cores}
   [junit4]   2> 16459 ERROR (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 16462 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 16462 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 16462 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 16462 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:40:19.826Z
   [junit4]   2> 16474 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 16474 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-2-001\solr.xml
   [junit4]   2> 16503 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 16510 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63892/solr
   [junit4]   2> 16552 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 16555 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 16559 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63951_
   [junit4]   2> 16584 INFO  (zkCallback-14-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 16685 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 16684 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 16686 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:63951_) [n:127.0.0.1:63951_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 16812 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 16824 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 16824 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 16827 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [n:127.0.0.1:63951_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-2-001\cores
   [junit4]   2> 16901 INFO  (qtp74656463-59) [n:127.0.0.1:63899_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63951_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 16919 INFO  (OverseerThreadFactory-6-thread-4-processing-n:127.0.0.1:63899_) [n:127.0.0.1:63899_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:63951_ for creating new replica
   [junit4]   2> 16921 INFO  (SocketProxy-Acceptor-63951) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63964,localport=63951], receiveBufferSize:65536
   [junit4]   2> 16921 INFO  (SocketProxy-Acceptor-63951) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63952,localport=63965], receiveBufferSize=65536
   [junit4]   2> 16931 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 16933 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 17048 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:63951_) [n:127.0.0.1:63951_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17048 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17980 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 18008 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 18143 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 18182 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 18183 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660d6d19
   [junit4]   2> 18183 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 18183 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-2-001\cores\collection1_shard1_replica_t43], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-2-001\cores\collection1_shard1_replica_t43\data\]
   [junit4]   2> 18185 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 18192 WARN  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 18285 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 18285 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 18293 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 18293 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 18294 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 18295 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@c954248[collection1_shard1_replica_t43] main]
   [junit4]   2> 18297 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 18298 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 18298 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 18300 INFO  (searcherExecutor-31-thread-1-processing-n:127.0.0.1:63951_ x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@c954248[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 18300 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576967310319550464
   [junit4]   2> 18307 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 18308 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 18308 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63951/collection1_shard1_replica_t43/
   [junit4]   2> 18308 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 18308 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:63951/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 18308 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 18309 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 18315 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63951/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 18419 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:63951_) [n:127.0.0.1:63951_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 18419 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 18467 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 18471 INFO  (qtp1890851460-157) [n:127.0.0.1:63951_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1540
   [junit4]   2> 18477 INFO  (qtp74656463-59) [n:127.0.0.1:63899_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63951_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1576
   [junit4]   2> 18580 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:63930_) [n:127.0.0.1:63930_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 18580 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:63951_) [n:127.0.0.1:63951_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 18919 INFO  (OverseerCollectionConfigSetProcessor-98560455738785796-127.0.0.1:63899_-n_0000000000) [n:127.0.0.1:63899_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 18933 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-3-001 of type TLOG
   [junit4]   2> 18935 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 18937 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36dc6a7{/,null,AVAILABLE}
   [junit4]   2> 18940 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76df3d0e{HTTP/1.1,[http/1.1]}{127.0.0.1:63971}
   [junit4]   2> 18941 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.e.j.s.Server Started @26987ms
   [junit4]   2> 18941 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=63970, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_2EF71A277FB54C1F-001\shard-3-001\cores}
   [junit4]   2> 18942 ERROR (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 18949 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 18949 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 18949 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 18956 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-28T09:40:22.320Z
   [junit4]   2> 18995 INFO  (TEST-HttpPartitionTest.test-seed#[2EF71A277FB54C1F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from Sol

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

solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_2EF71A277FB54C1F-001\init-core-data-001
   [junit4]   2> 3018485 INFO  (SUITE-SolrSlf4jReporterTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3018492 INFO  (SUITE-SolrSlf4jReporterTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3018496 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[2EF71A277FB54C1F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 3024918 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[2EF71A277FB54C1F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=2EF71A277FB54C1F -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Europe/Tirane -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.43s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2EF71A277FB54C1F:7113371014B9DF5A]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3024919 INFO  (SUITE-SolrSlf4jReporterTest-seed#[2EF71A277FB54C1F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_2EF71A277FB54C1F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=239, maxMBSortInHeap=5.781055427262514, sim=RandomSimilarity(queryNorm=true): {}, locale=ru, timezone=Europe/Tirane
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=173695352,total=483799040
   [junit4]   2> NOTE: All tests run in this JVM: [DistanceUnitsTest, HttpPartitionTest, SystemInfoHandlerTest, HdfsNNFailoverTest, BlockJoinFacetDistribTest, FieldMutatingUpdateProcessorTest, TestCloudPivotFacet, TestCloudInspectUtil, TestLuceneMatchVersion, PeerSyncReplicationTest, TestCloudNestedDocsSort, TestSolrCLIRunExample, TestExceedMaxTermLength, CloudExitableDirectoryReaderTest, DistributedSuggestComponentTest, TestJoin, TestJsonFacetRefinement, TestTolerantUpdateProcessorRandomCloud, TestReRankQParserPlugin, TestRTGBase, TestMacroExpander, MBeansHandlerTest, SolrGraphiteReporterTest, TestFileDictionaryLookup, OpenCloseCoreStressTest, TestSolrFieldCacheBean, TestMaxScoreQueryParser, SynonymTokenizerTest, AutoCommitTest, DistributedQueryComponentCustomSortTest, SampleTest, TermVectorComponentDistributedTest, TestCollapseQParserPlugin, AtomicUpdatesTest, TestCryptoKeys, TestElisionMultitermQuery, TemplateUpdateProcessorTest, TestAnalyzeInfixSuggestions, ExternalFileFieldSortTest, TestReload, TestConfigSetProperties, TestTrie, TestInPlaceUpdatesDistrib, TestEmbeddedSolrServerAdminHandler, LeaderFailoverAfterPartitionTest, SuggesterFSTTest, BigEndianAscendingWordDeserializerTest, TestExactSharedStatsCache, SegmentsInfoRequestHandlerTest, TestManagedResource, TestConfig, RemoteQueryErrorTest, EnumFieldTest, SimpleCollectionCreateDeleteTest, TestSolrConfigHandlerCloud, ConnectionReuseTest, TestSortByMinMaxFunction, TestIndexSearcher, DistributedMLTComponentTest, TestValueSourceCache, TestLMJelinekMercerSimilarityFactory, TestFieldTypeResource, TestSolrQueryParser, TestSolrCloudWithSecureImpersonation, SolrJmxReporterTest, MetricUtilsTest, TestJsonRequest, BaseCdcrDistributedZkTest, TestFieldCacheWithThreads, TestAnalyzedSuggestions, ShardRoutingCustomTest, DistributedQueueTest, TestCrossCoreJoin, TestXmlQParser, PolyFieldTest, TestSimpleQParserPlugin, SubstringBytesRefFilterTest, BlockDirectoryTest, TestExportWriter, OpenExchangeRatesOrgProviderTest, HttpSolrCallGetCoreTest, TestSystemCollAutoCreate, DirectSolrSpellCheckerTest, BasicAuthStandaloneTest, TestFieldResource, HLLUtilTest, DebugComponentTest, RollingRestartTest, TestBinaryResponseWriter, TestBM25SimilarityFactory, SolrMetricsIntegrationTest, ShufflingReplicaListTransformerTest, TestPushWriter, TestUseDocValuesAsStored, TestReloadDeadlock, IndexSchemaRuntimeFieldTest, SpellingQueryConverterTest, SolrCoreCheckLockOnStartupTest, TestPolicyCloud, OverseerModifyCollectionTest, TestSearchPerf, HdfsRecoveryZkTest, TestHighFrequencyDictionaryFactory, ConjunctionSolrSpellCheckerTest, DistribDocExpirationUpdateProcessorTest, FileUtilsTest, TestAuthenticationFramework, SolrPluginUtilsTest, TolerantUpdateProcessorTest, SuggesterTSTTest, PreAnalyzedUpdateProcessorTest, BasicZkTest, CursorMarkTest, TestMultiWordSynonyms, TestDistributedMissingSort, TestObjectReleaseTracker, SharedFSAutoReplicaFailoverTest, TriLevelCompositeIdRoutingTest, TestPostingsSolrHighlighter, DistributedFacetPivotSmallTest, AssignTest, TestDocTermOrds, UtilsToolTest, InfoHandlerTest, TestApiFramework, TestSSLRandomization, TestAuthorizationFramework, TestSchemaVersionResource, TestRecovery, AnalyticsMergeStrategyTest, SaslZkACLProviderTest, TestCollationFieldDocValues, CollectionsAPIAsyncDistributedZkTest, TestRawTransformer, TermVectorComponentTest, TestPullReplica, TestSolr4Spatial2, AliasIntegrationTest, SpatialRPTFieldTypeTest, SpellCheckCollatorTest, CloneFieldUpdateProcessorFactoryTest, TestCharFilters, ReplicationFactorTest, UpdateParamsTest, MergeStrategyTest, StatelessScriptUpdateProcessorFactoryTest, BasicDistributedZk2Test, BitVectorTest, FullHLLTest, TestSolrCloudSnapshots, MoreLikeThisHandlerTest, BlockJoinFacetSimpleTest, InfixSuggestersTest, TestFiltering, SolrCmdDistributorTest, DeleteReplicaTest, TestDocSet, TestDistributedStatsComponentCardinality, TestPerFieldSimilarityWithDefaultOverride, CachingDirectoryFactoryTest, DocumentAnalysisRequestHandlerTest, TestUninvertingReader, JSONWriterTest, TestTrackingShardHandlerFactory, SimpleMLTQParserTest, TestCorePropertiesReload, TestZkChroot, DistributedQueryElevationComponentTest, TestUniqueKeyFieldResource, PingRequestHandlerTest, TestFastLRUCache, CoreAdminRequestStatusTest, TestCollationField, TestFieldCacheReopen, PluginInfoTest, TestRangeQuery, ZkSolrClientTest, SuggestComponentContextFilterQueryTest, TestHdfsBackupRestoreCore, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, TestFaceting, TestRealTimeGet, DistributedTermsComponentTest, SimpleFacetsTest, StatsComponentTest, QueryElevationComponentTest, BasicFunctionalityTest, TestLazyCores, TestStressLucene, TestCSVLoader, SchemaVersionSpecificBehaviorTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, TestSolrDeletionPolicy1, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestQueryTypes, TermsComponentTest, LoggingHandlerTest, RegexBoostProcessorTest, ReturnFieldsTest, TestCSVResponseWriter, JsonLoaderTest, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, MultiTermTest, TestBinaryField, NumericFieldsTest, TestSolrCoreProperties, SpellPossibilityIteratorTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestFastWriter, TestFastOutputStream, URLClassifyProcessorTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, CircularListTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AssignBackwardCompatibilityTest, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, MoveReplicaTest, OverseerRolesTest, ShardSplitTest, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, TestOnReconnectListenerSupport, TestRandomFlRTGCloud, TestReplicaProperties, TestRequestForwarding, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TestTlogReplica, BlobRepositoryCloudTest, CoreSorterTest, ExitableDirectoryReaderTest, TestConfigOverlay, TestConfigSets, TestCustomStream, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, TestSolrXml, RequestLoggingTest, TestBlobHandler, TestReqParamsAPI, TestSQLHandler, DistributedFacetPivotLongTailTest, ReplicaListTransformerTest, TestHttpShardHandlerFactory, TestPivotHelperCode, JavabinLoaderTest, HighlighterMaxOffsetTest, WrapperMergePolicyFactoryTest, TestLegacyField, TestLegacyFieldReuse, TestLegacyNumericUtils, TestNumericRangeQuery64, SolrMetricManagerTest, SolrMetricReporterTest, SolrSlf4jReporterTest]
   [junit4] Completed [630/731 (6!)] on J1 in 6.47s, 1 test, 1 failure <<< FAILURES!

[...truncated 43812 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-9-ea+181) - Build # 143 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/143/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseParallelGC --illegal-access=deny

4 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionContextKeyTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44:44392DF66BF361BC]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Expected a collection with one shard and two replicas null Live Nodes: [127.0.0.1:64989_solr, 127.0.0.1:64994_solr] Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1",           "base_url":"http://127.0.0.1:64989/solr",           "node_name":"127.0.0.1:64989_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node4":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",           "base_url":"http://127.0.0.1:64994/solr",           "node_name":"127.0.0.1:64994_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Live Nodes: [127.0.0.1:64989_solr, 127.0.0.1:64994_solr]
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:64989/solr",
          "node_name":"127.0.0.1:64989_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:64994/solr",
          "node_name":"127.0.0.1:64994_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44:9C388A2F9C2EBA59]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.InfixSuggestersTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001
   C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001

	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44:BD89ECFAB3E42B88]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 10879 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionContextKeyTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\init-core-data-001
   [junit4]   2> 72693 WARN  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 72693 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 72694 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 72695 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 72695 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001
   [junit4]   2> 72695 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 72696 INFO  (Thread-177) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 72696 INFO  (Thread-177) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 72700 ERROR (Thread-177) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 72796 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64012
   [junit4]   2> 72804 INFO  (jetty-launcher-167-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 72805 INFO  (jetty-launcher-167-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@179ff02c{/solr,null,AVAILABLE}
   [junit4]   2> 72807 INFO  (jetty-launcher-167-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@29f83d11{HTTP/1.1,[http/1.1]}{127.0.0.1:64016}
   [junit4]   2> 72807 INFO  (jetty-launcher-167-thread-1) [    ] o.e.j.s.Server Started @83385ms
   [junit4]   2> 72807 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64016}
   [junit4]   2> 72808 ERROR (jetty-launcher-167-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 72808 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 72808 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 72808 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 72808 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T23:32:56.204748600Z
   [junit4]   2> 72812 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 72817 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260a80a00001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 72821 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64012/solr
   [junit4]   2> 72825 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260a80a00002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 72955 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 72956 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64016_solr
   [junit4]   2> 72957 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98558068398227459-127.0.0.1:64016_solr-n_0000000000) starting
   [junit4]   2> 72976 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64016_solr
   [junit4]   2> 72978 INFO  (OverseerStateUpdate-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 73065 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 73071 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 73071 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 73072 INFO  (jetty-launcher-167-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\.
   [junit4]   2> 73089 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260a80a00004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 73094 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 73098 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64012/solr ready
   [junit4]   2> 73108 INFO  (qtp1828711613-936) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 73111 INFO  (OverseerThreadFactory-317-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection testCollection1
   [junit4]   2> 73221 INFO  (OverseerStateUpdate-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCollection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64016/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 73224 INFO  (OverseerStateUpdate-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testCollection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64016/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 73427 INFO  (qtp1828711613-939) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection1_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 73427 INFO  (qtp1828711613-937) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 73428 INFO  (qtp1828711613-939) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 73539 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 73539 INFO  (zkCallback-174-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 74450 INFO  (qtp1828711613-939) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 74455 INFO  (qtp1828711613-937) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 74459 INFO  (qtp1828711613-939) [    ] o.a.s.s.IndexSchema [testCollection1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 74461 INFO  (qtp1828711613-939) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 74461 INFO  (qtp1828711613-939) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard2_replica_n2' using configuration from collection testCollection1, trusted=true
   [junit4]   2> 74463 INFO  (qtp1828711613-939) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.core.testCollection1.shard2.replica_n2' (registry 'solr.core.testCollection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 74463 INFO  (qtp1828711613-939) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 74463 INFO  (qtp1828711613-937) [    ] o.a.s.s.IndexSchema [testCollection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 74463 INFO  (qtp1828711613-939) [    ] o.a.s.c.SolrCore [[testCollection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\testCollection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\.\testCollection1_shard2_replica_n2\data\]
   [junit4]   2> 74465 INFO  (qtp1828711613-937) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 74465 INFO  (qtp1828711613-937) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testCollection1_shard1_replica_n1' using configuration from collection testCollection1, trusted=true
   [junit4]   2> 74466 INFO  (qtp1828711613-937) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.core.testCollection1.shard1.replica_n1' (registry 'solr.core.testCollection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 74466 INFO  (qtp1828711613-937) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 74466 INFO  (qtp1828711613-937) [    ] o.a.s.c.SolrCore [[testCollection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\testCollection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\.\testCollection1_shard1_replica_n1\data\]
   [junit4]   2> 74542 INFO  (qtp1828711613-939) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 74542 INFO  (qtp1828711613-939) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 74544 INFO  (qtp1828711613-939) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74544 INFO  (qtp1828711613-939) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74546 INFO  (qtp1828711613-939) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@25e9b251[testCollection1_shard2_replica_n2] main]
   [junit4]   2> 74547 INFO  (qtp1828711613-939) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 74548 INFO  (qtp1828711613-939) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 74549 INFO  (qtp1828711613-937) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 74549 INFO  (qtp1828711613-939) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 74549 INFO  (qtp1828711613-937) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 74549 INFO  (qtp1828711613-939) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576929096310456320
   [junit4]   2> 74550 INFO  (qtp1828711613-937) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74550 INFO  (qtp1828711613-937) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74554 INFO  (qtp1828711613-939) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 74554 INFO  (qtp1828711613-939) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 74554 INFO  (qtp1828711613-939) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64016/solr/testCollection1_shard2_replica_n2/
   [junit4]   2> 74555 INFO  (qtp1828711613-939) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 74555 INFO  (qtp1828711613-939) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:64016/solr/testCollection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 74555 INFO  (qtp1828711613-939) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 74556 INFO  (qtp1828711613-937) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47396475[testCollection1_shard1_replica_n1] main]
   [junit4]   2> 74556 INFO  (searcherExecutor-320-thread-1) [    ] o.a.s.c.SolrCore [testCollection1_shard2_replica_n2] Registered new searcher Searcher@25e9b251[testCollection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74557 INFO  (qtp1828711613-937) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 74558 INFO  (qtp1828711613-937) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 74558 INFO  (qtp1828711613-937) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 74560 INFO  (searcherExecutor-321-thread-1) [    ] o.a.s.c.SolrCore [testCollection1_shard1_replica_n1] Registered new searcher Searcher@47396475[testCollection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74560 INFO  (qtp1828711613-937) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576929096321990656
   [junit4]   2> 74560 INFO  (qtp1828711613-939) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64016/solr/testCollection1_shard2_replica_n2/ shard2
   [junit4]   2> 74564 INFO  (qtp1828711613-937) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 74564 INFO  (qtp1828711613-937) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 74564 INFO  (qtp1828711613-937) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64016/solr/testCollection1_shard1_replica_n1/
   [junit4]   2> 74564 INFO  (qtp1828711613-937) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 74564 INFO  (qtp1828711613-937) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:64016/solr/testCollection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 74564 INFO  (qtp1828711613-937) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 74573 INFO  (qtp1828711613-937) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64016/solr/testCollection1_shard1_replica_n1/ shard1
   [junit4]   2> 74706 INFO  (zkCallback-174-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 74706 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 74728 INFO  (qtp1828711613-939) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 74729 INFO  (qtp1828711613-939) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection1_shard2_replica_n2&action=CREATE&numShards=2&collection=testCollection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1301
   [junit4]   2> 74766 INFO  (qtp1828711613-937) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 74768 INFO  (qtp1828711613-937) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=testCollection1_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1340
   [junit4]   2> 74773 INFO  (qtp1828711613-936) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 74873 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 74874 INFO  (zkCallback-174-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 75113 INFO  (OverseerCollectionConfigSetProcessor-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] 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> 75779 INFO  (qtp1828711613-936) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2671
   [junit4]   2> 75781 INFO  (qtp1828711613-936) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 75787 INFO  (OverseerThreadFactory-317-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection testCollection2
   [junit4]   2> 75997 INFO  (OverseerStateUpdate-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCollection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64016/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 76002 INFO  (OverseerStateUpdate-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCollection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testCollection2_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64016/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 76205 INFO  (qtp1828711613-938) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 76208 INFO  (qtp1828711613-941) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection2_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 76316 INFO  (zkCallback-174-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 76316 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 76316 INFO  (zkCallback-174-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77245 INFO  (qtp1828711613-938) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 77254 INFO  (qtp1828711613-938) [    ] o.a.s.s.IndexSchema [testCollection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 77256 INFO  (qtp1828711613-938) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 77256 INFO  (qtp1828711613-938) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard1_replica_n1' using configuration from collection testCollection2, trusted=true
   [junit4]   2> 77256 INFO  (qtp1828711613-938) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.core.testCollection2.shard1.replica_n1' (registry 'solr.core.testCollection2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 77257 INFO  (qtp1828711613-938) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 77257 INFO  (qtp1828711613-938) [    ] o.a.s.c.SolrCore [[testCollection2_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\testCollection2_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\.\testCollection2_shard1_replica_n1\data\]
   [junit4]   2> 77260 INFO  (qtp1828711613-941) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 77267 INFO  (qtp1828711613-941) [    ] o.a.s.s.IndexSchema [testCollection2_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 77269 INFO  (qtp1828711613-941) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 77269 INFO  (qtp1828711613-941) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testCollection2_shard2_replica_n3' using configuration from collection testCollection2, trusted=true
   [junit4]   2> 77270 INFO  (qtp1828711613-941) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64016.solr.core.testCollection2.shard2.replica_n3' (registry 'solr.core.testCollection2.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d7a6406
   [junit4]   2> 77270 INFO  (qtp1828711613-941) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 77270 INFO  (qtp1828711613-941) [    ] o.a.s.c.SolrCore [[testCollection2_shard2_replica_n3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\testCollection2_shard2_replica_n3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001\tempDir-001\node1\.\testCollection2_shard2_replica_n3\data\]
   [junit4]   2> 77347 INFO  (qtp1828711613-938) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 77347 INFO  (qtp1828711613-938) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 77350 INFO  (qtp1828711613-941) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 77350 INFO  (qtp1828711613-941) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 77350 INFO  (qtp1828711613-938) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 77350 INFO  (qtp1828711613-938) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 77352 INFO  (qtp1828711613-941) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 77352 INFO  (qtp1828711613-941) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 77353 INFO  (qtp1828711613-938) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7217e603[testCollection2_shard1_replica_n1] main]
   [junit4]   2> 77354 INFO  (qtp1828711613-941) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e003db0[testCollection2_shard2_replica_n3] main]
   [junit4]   2> 77355 INFO  (qtp1828711613-938) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 77355 INFO  (qtp1828711613-938) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 77357 INFO  (qtp1828711613-938) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 77357 INFO  (qtp1828711613-941) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 77357 INFO  (qtp1828711613-938) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576929099254857728
   [junit4]   2> 77358 INFO  (searcherExecutor-330-thread-1) [    ] o.a.s.c.SolrCore [testCollection2_shard1_replica_n1] Registered new searcher Searcher@7217e603[testCollection2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77358 INFO  (qtp1828711613-941) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 77359 INFO  (qtp1828711613-941) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 77360 INFO  (searcherExecutor-331-thread-1) [    ] o.a.s.c.SolrCore [testCollection2_shard2_replica_n3] Registered new searcher Searcher@3e003db0[testCollection2_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 77360 INFO  (qtp1828711613-941) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576929099258003456
   [junit4]   2> 77365 INFO  (qtp1828711613-938) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 77365 INFO  (qtp1828711613-938) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 77365 INFO  (qtp1828711613-938) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64016/solr/testCollection2_shard1_replica_n1/
   [junit4]   2> 77365 INFO  (qtp1828711613-938) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 77365 INFO  (qtp1828711613-938) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:64016/solr/testCollection2_shard1_replica_n1/ has no replicas
   [junit4]   2> 77365 INFO  (qtp1828711613-938) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 77368 INFO  (qtp1828711613-941) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 77368 INFO  (qtp1828711613-941) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 77369 INFO  (qtp1828711613-941) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64016/solr/testCollection2_shard2_replica_n3/
   [junit4]   2> 77369 INFO  (qtp1828711613-941) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 77369 INFO  (qtp1828711613-941) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:64016/solr/testCollection2_shard2_replica_n3/ has no replicas
   [junit4]   2> 77369 INFO  (qtp1828711613-941) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 77372 INFO  (qtp1828711613-938) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64016/solr/testCollection2_shard1_replica_n1/ shard1
   [junit4]   2> 77374 INFO  (qtp1828711613-941) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64016/solr/testCollection2_shard2_replica_n3/ shard2
   [junit4]   2> 77484 INFO  (zkCallback-174-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77484 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77485 INFO  (zkCallback-174-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77545 INFO  (qtp1828711613-941) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 77547 INFO  (qtp1828711613-941) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testCollection2_shard2_replica_n3&action=CREATE&numShards=2&collection=testCollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1339
   [junit4]   2> 77548 INFO  (qtp1828711613-938) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 77551 INFO  (qtp1828711613-938) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testCollection2_shard1_replica_n1&action=CREATE&numShards=2&collection=testCollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1346
   [junit4]   2> 77554 INFO  (qtp1828711613-936) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 77652 INFO  (zkCallback-174-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77652 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77652 INFO  (zkCallback-174-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 77790 INFO  (OverseerCollectionConfigSetProcessor-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] 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> 78557 INFO  (qtp1828711613-936) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=config&maxShardsPerNode=1000&name=testCollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2776
   [junit4]   2> 78559 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testCollection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 78559 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testCollection1
   [junit4]   2> 78559 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testCollection2 failOnTimeout:true timeout (sec):30
   [junit4]   2> 78559 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testCollection2
   [junit4]   2> 78585 INFO  (TEST-LeaderElectionContextKeyTest.test-seed#[CC6D122CC50F0C44]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 78598 INFO  (qtp1828711613-934) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testCollection1.shard2.replica_n2, tag=null
   [junit4]   2> 78598 INFO  (qtp1828711613-934) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b2cc007: rootName = solr_64016, domain = solr.core.testCollection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.testCollection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@4c01e63b
   [junit4]   2> 78610 INFO  (qtp1828711613-934) [    ] o.a.s.c.SolrCore [testCollection1_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@52f0a050
   [junit4]   2> 78610 INFO  (qtp1828711613-934) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testCollection1.shard2.replica_n2, tag=1391501392
   [junit4]   2> 78610 INFO  (qtp1828711613-934) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection1.shard2.leader, tag=1391501392
   [junit4]   2> 78617 INFO  (qtp1828711613-934) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=false&core=testCollection1_shard2_replica_n2&deleteDataDir=false&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false} status=0 QTime=20
   [junit4]   2> 78619 INFO  (TEST-LeaderElectionContextKeyTest.test-seed#[CC6D122CC50F0C44]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderElectionContextKeyTest -Dtests.method=test -Dtests.seed=CC6D122CC50F0C44 -Dtests.slow=true -Dtests.locale=nyn-UG -Dtests.timezone=America/Nipigon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | LeaderElectionContextKeyTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44:44392DF66BF361BC]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 78621 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260a80a00005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 78625 INFO  (jetty-closer-168-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@29f83d11{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 78626 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1712545173
   [junit4]   2> 78626 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 78627 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a07d328: rootName = solr_64016, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@40e32c7a
   [junit4]   2> 78633 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 78634 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9ac10f6: rootName = solr_64016, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@56c9f962
   [junit4]   2> 78639 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 78639 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f3bc5c4: rootName = solr_64016, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@178427a1
   [junit4]   2> 78643 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 78647 INFO  (coreCloseExecutor-340-thread-2) [    ] o.a.s.c.SolrCore [testCollection2_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e67e643
   [junit4]   2> 78647 INFO  (coreCloseExecutor-340-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testCollection2.shard1.replica_n1, tag=241690179
   [junit4]   2> 78648 INFO  (coreCloseExecutor-340-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43223fef: rootName = solr_64016, domain = solr.core.testCollection2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testCollection2.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@43eb176f
   [junit4]   2> 78648 INFO  (coreCloseExecutor-340-thread-1) [    ] o.a.s.c.SolrCore [testCollection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4dcdba6a
   [junit4]   2> 78649 INFO  (coreCloseExecutor-340-thread-3) [    ] o.a.s.c.SolrCore [testCollection2_shard2_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@701b929b
   [junit4]   2> 78658 INFO  (coreCloseExecutor-340-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testCollection1.shard1.replica_n1, tag=1305328234
   [junit4]   2> 78659 INFO  (coreCloseExecutor-340-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6077c8de: rootName = solr_64016, domain = solr.core.testCollection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testCollection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3f621deb
   [junit4]   2> 78671 INFO  (coreCloseExecutor-340-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection1.shard1.leader, tag=1305328234
   [junit4]   2> 78672 INFO  (coreCloseExecutor-340-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection2.shard1.leader, tag=241690179
   [junit4]   2> 78672 INFO  (coreCloseExecutor-340-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testCollection2.shard2.replica_n3, tag=1880855195
   [junit4]   2> 78672 INFO  (coreCloseExecutor-340-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@588eb42d: rootName = solr_64016, domain = solr.core.testCollection2.shard2.replica_n3, service url = null, agent id = null] for registry solr.core.testCollection2.shard2.replica_n3 / com.codahale.metrics.MetricRegistry@15795062
   [junit4]   2> 78682 INFO  (coreCloseExecutor-340-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection2.shard2.leader, tag=1880855195
   [junit4]   2> 78732 INFO  (jetty-closer-168-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98558068398227459-127.0.0.1:64016_solr-n_0000000000) closing
   [junit4]   2> 78733 INFO  (OverseerStateUpdate-98558068398227459-127.0.0.1:64016_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64016_solr
   [junit4]   2> 78736 WARN  (zkCallback-174-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 78739 INFO  (jetty-closer-168-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@179ff02c{/solr,null,UNAVAILABLE}
   [junit4]   2> 78740 ERROR (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 78741 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64012 64012
   [junit4]   2> 78744 INFO  (Thread-177) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64012 64012
   [junit4]   2> 78744 WARN  (Thread-177) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/testCollection2/state.json
   [junit4]   2> 	5	/solr/collections/testCollection1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderElectionContextKeyTest_CC6D122CC50F0C44-001
   [junit4]   2> Aug 27, 2017 11:33:02 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1094, maxMBSortInHeap=6.145369644184362, sim=RandomSimilarity(queryNorm=false): {}, locale=nyn-UG, timezone=America/Nipigon
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=46930368,total=295698432
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisRequestHandlerTest, RequiredFieldsTest, TimeZoneUtilsTest, CdcrBootstrapTest, TestPKIAuthenticationPlugin, TestRecoveryHdfs, ExplicitHLLTest, TestStressRecovery, PrimitiveFieldTypeTest, JavabinLoaderTest, TestStressReorder, TestFuzzyAnalyzedSuggestions, DeleteNodeTest, LeaderElectionContextKeyTest]
   [junit4] Completed [39/731 (1!)] on J0 in 7.15s, 1 test, 1 failure <<< FAILURES!

[...truncated 209 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CC6D122CC50F0C44-001\init-core-data-001
   [junit4]   2> 190782 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 190795 ERROR (Thread-377) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 190905 ERROR (jetty-launcher-380-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190908 ERROR (jetty-launcher-380-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190937 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260c4def0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 195189 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260c4def0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 195203 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[CC6D122CC50F0C44]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 195213 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260c4def0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 195630 ERROR (coreContainerWorkExecutor-1017-thread-1) [    ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created
   [junit4]   2> java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$14(CoreContainer.java:665)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1014)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:637)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1074)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1000)
   [junit4]   2> 	... 7 more
   [junit4]   2> 	Suppressed: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:998)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2075)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2195)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2> 		... 9 more
   [junit4]   2> 	Caused by: org.apache.lucene.index.CorruptIndexException: Unexpected file read error while reading index. (resource=BufferedChecksumIndexInput(MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CC6D122CC50F0C44-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")))
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:291)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1076)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2036)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: java.io.EOFException: read past EOF: MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CC6D122CC50F0C44-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")
   [junit4]   2> 		at org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75)
   [junit4]   2> 		at org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2> 		at org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:301)
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:289)
   [junit4]   2> 		... 18 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2075)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2195)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CC6D122CC50F0C44-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20170827183458884 lockFactory=org.apache.lucene.store.NativeFSLockFactory@75e8d114): files: [write.lock]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1071)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2036)
   [junit4]   2> 	... 13 more
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery -Dtests.seed=CC6D122CC50F0C44 -Dtests.slow=true -Dtests.locale=ne -Dtests.timezone=Etc/GMT+5 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 95.1s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection with one shard and two replicas
   [junit4]    > null
   [junit4]    > Live Nodes: [127.0.0.1:64989_solr, 127.0.0.1:64994_solr]
   [junit4]    > Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:64989/solr",
   [junit4]    >           "node_name":"127.0.0.1:64989_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:64994/solr",
   [junit4]    >           "node_name":"127.0.0.1:64994_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44:9C388A2F9C2EBA59]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    > 	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 286578 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e260c4def0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 286604 WARN  (zkCallback-403-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 286608 WARN  (zkCallback-392-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 286611 ERROR (SUITE-MissingSegmentRecoveryTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 286614 WARN  (Thread-377) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98558076137701382-127.0.0.1:64989_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_CC6D122CC50F0C44-001
   [junit4]   2> Aug 27, 2017 11:36:30 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=ne, timezone=Etc/GMT+5
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=94102128,total=357040128
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisRequestHandlerTest, RequiredFieldsTest, TimeZoneUtilsTest, CdcrBootstrapTest, TestPKIAuthenticationPlugin, TestRecoveryHdfs, ExplicitHLLTest, TestStressRecovery, PrimitiveFieldTypeTest, JavabinLoaderTest, TestStressReorder, TestFuzzyAnalyzedSuggestions, DeleteNodeTest, LeaderElectionContextKeyTest, TestPseudoReturnFields, JvmMetricsTest, TestDownShardTolerantSearch, CdcrUpdateLogTest, SolrSlf4jReporterTest, TestCodecSupport, TestBinaryField, QueryElevationComponentTest, CollectionsAPISolrJTest, SolrCLIZkUtilsTest, TestUtils, AddBlockUpdateTest, ClusterStateTest, TestJavabinTupleStreamParser, SolrMetricReporterTest, TestSha256AuthenticationProvider, RankQueryTest, ScriptEngineTest, TestSchemaNameResource, RulesTest, MissingSegmentRecoveryTest]
   [junit4] Completed [92/731 (2!)] on J0 in 96.85s, 1 test, 1 failure <<< FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001
   [junit4]   2> 296844 WARN  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 296844 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 296845 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-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> 296845 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 296845 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 296846 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 296863 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 296870 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 296919 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 296966 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfcd8e8
   [junit4]   2> 296971 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfcd8e8
   [junit4]   2> 296971 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfcd8e8
   [junit4]   2> 296972 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-7.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 296990 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 297222 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 297263 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 297275 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1, trusted=true
   [junit4]   2> 297275 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfcd8e8
   [junit4]   2> 297279 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297279 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001\]
   [junit4]   2> 297283 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.509765625, floorSegmentMB=0.4658203125, forceMergeDeletesPctAllowed=2.8311731016487696, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 297327 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 297327 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 297328 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=52.16796875, floorSegmentMB=1.2958984375, forceMergeDeletesPctAllowed=11.895004622121334, segmentsPerTier=23.0, maxCFSSegmentSizeMB=1.697265625, noCFSRatio=0.27324491773655013
   [junit4]   2> 297328 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f7ac1d[collection1] main]
   [junit4]   2> 297329 WARN  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 297329 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 297329 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 297336 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 297336 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 297336 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 297337 INFO  (coreLoadExecutor-1525-thread-1) [    ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=lo

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

cutor-1578-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=767387476
   [junit4]   2> 302564 INFO  (coreCloseExecutor-1578-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3033b4fb: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@50143b5e
   [junit4]   2> 302581 INFO  (SUITE-InfixSuggestersTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Aug 27, 2017 11:36:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {textgrams=FST50, text=PostingsFormat(name=Memory), exacttext=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{weight=DocValuesFormat(name=Lucene70), text=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1129, maxMBSortInHeap=7.6193761954910295, sim=RandomSimilarity(queryNorm=false): {}, locale=sr-ME, timezone=Australia/Lord_Howe
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=178114392,total=341311488
   [junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest, DistributedQueryElevationComponentTest, SampleTest, SuggesterFSTTest, OverseerStatusTest, BlockJoinFacetSimpleTest, SimpleCollectionCreateDeleteTest, ZkNodePropsTest, TestMacroExpander, TestTrie, TestSolrCloudWithHadoopAuthPlugin, DocumentBuilderTest, TestHdfsBackupRestoreCore, DistributedMLTComponentTest, ConnectionManagerTest, UtilsToolTest, SuggesterTSTTest, TestComplexPhraseQParserPlugin, TestRawTransformer, MetricsConfigTest, DataDrivenBlockJoinTest, TestManagedResource, TestScoreJoinQPNoScore, CopyFieldTest, TestPolicyCloud, TestShardHandlerFactory, TestStressInPlaceUpdates, EnumFieldTest, SolrGraphiteReporterTest, RollingRestartTest, TestFieldSortValues, TestDocumentBuilder, TestCharFilters, TestSSLRandomization, SolrCoreCheckLockOnStartupTest, TestSimpleTrackingShardHandler, SpellCheckComponentTest, TestJsonFacetRefinement, MoveReplicaTest, TolerantUpdateProcessorTest, TestWordDelimiterFilterFactory, TestHighFrequencyDictionaryFactory, HLLUtilTest, TestCollapseQParserPlugin, SolrCloudReportersTest, TestXmlQParser, TestDFISimilarityFactory, TestDocTermOrds, TestCloudManagedSchema, TestSolrCloudSnapshots, AtomicUpdatesTest, TestCloudInspectUtil, TestFastWriter, TestMaxScoreQueryParser, TestInitQParser, HdfsRecoveryZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SchemaVersionSpecificBehaviorTest, CoreAdminRequestStatusTest, RequestLoggingTest, TestSlowCompositeReaderWrapper, SolrJmxReporterTest, InfixSuggestersTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest -Dtests.seed=CC6D122CC50F0C44 -Dtests.slow=true -Dtests.locale=sr-ME -Dtests.timezone=Australia/Lord_Howe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | InfixSuggestersTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001\init-core-data-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.InfixSuggestersTest_CC6D122CC50F0C44-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [105/731 (3!)] on J1 in 6.09s, 7 tests, 1 error <<< FAILURES!

[...truncated 220 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_CC6D122CC50F0C44-001\init-core-data-001
   [junit4]   2> 529222 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[CC6D122CC50F0C44]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=34 numCloses=34
   [junit4]   2> 529503 WARN  (coreLoadExecutor-2559-thread-1) [    ] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 529504 WARN  (coreLoadExecutor-2559-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=CC6D122CC50F0C44 -Dtests.slow=true -Dtests.locale=en-TV -Dtests.timezone=Asia/Choibalsan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CC6D122CC50F0C44:BD89ECFAB3E42B88]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_CC6D122CC50F0C44-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=en-TV, timezone=Asia/Choibalsan
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=142828456,total=368050176
   [junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest, DistributedQueryElevationComponentTest, SampleTest, SuggesterFSTTest, OverseerStatusTest, BlockJoinFacetSimpleTest, SimpleCollectionCreateDeleteTest, ZkNodePropsTest, TestMacroExpander, TestTrie, TestSolrCloudWithHadoopAuthPlugin, DocumentBuilderTest, TestHdfsBackupRestoreCore, DistributedMLTComponentTest, ConnectionManagerTest, UtilsToolTest, SuggesterTSTTest, TestComplexPhraseQParserPlugin, TestRawTransformer, MetricsConfigTest, DataDrivenBlockJoinTest, TestManagedResource, TestScoreJoinQPNoScore, CopyFieldTest, TestPolicyCloud, TestShardHandlerFactory, TestStressInPlaceUpdates, EnumFieldTest, SolrGraphiteReporterTest, RollingRestartTest, TestFieldSortValues, TestDocumentBuilder, TestCharFilters, TestSSLRandomization, SolrCoreCheckLockOnStartupTest, TestSimpleTrackingShardHandler, SpellCheckComponentTest, TestJsonFacetRefinement, MoveReplicaTest, TolerantUpdateProcessorTest, TestWordDelimiterFilterFactory, TestHighFrequencyDictionaryFactory, HLLUtilTest, TestCollapseQParserPlugin, SolrCloudReportersTest, TestXmlQParser, TestDFISimilarityFactory, TestDocTermOrds, TestCloudManagedSchema, TestSolrCloudSnapshots, AtomicUpdatesTest, TestCloudInspectUtil, TestFastWriter, TestMaxScoreQueryParser, TestInitQParser, HdfsRecoveryZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SchemaVersionSpecificBehaviorTest, CoreAdminRequestStatusTest, RequestLoggingTest, TestSlowCompositeReaderWrapper, SolrJmxReporterTest, InfixSuggestersTest, SynonymTokenizerTest, AssignTest, EchoParamsTest, TestApiFramework, MigrateRouteKeyTest, SaslZkACLProviderTest, OverseerModifyCollectionTest, SolrIndexConfigTest, TestBadConfig, TestExceedMaxTermLength, CoreSorterTest, TestInPlaceUpdatesDistrib, DeleteLastCustomShardedReplicaTest, TestSchemaVersionResource, TestPerFieldSimilarityWithDefaultOverride, SolrCloudExampleTest, HdfsSyncSliceTest, TestTolerantUpdateProcessorRandomCloud, SolrMetricManagerTest, TestRangeQuery, TestOverriddenPrefixQueryForCustomFieldType, SpellCheckCollatorTest, TestFieldCacheWithThreads, WrapperMergePolicyFactoryTest, TestCollationField, FullHLLTest, SolrMetricsIntegrationTest, BlockJoinFacetDistribTest, TestBinaryResponseWriter, SolrRequestParserTest, FileBasedSpellCheckerTest, TestConfigSetsAPIExclusivity, TestSearchPerf, TestCorePropertiesReload, TestNRTOpen, OpenCloseCoreStressTest, TestFieldResource, TestLeaderElectionWithEmptyReplica, TestCrossCoreJoin, HdfsChaosMonkeySafeLeaderTest, TestQueryUtils, TestTrackingShardHandlerFactory, TestAnalyzedSuggestions, V2StandaloneTest, TestRealTimeGet, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [175/731 (4!)] on J1 in 0.31s, 3 tests, 1 failure <<< FAILURES!

[...truncated 38490 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_144) - Build # 142 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/142/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([BD08F686C49ACE6:5434A25F07453FA3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([BD08F686C49ACE6:7A3471BE1AA28B2A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([BD08F686C49ACE6:DF95C4318B1F1F1D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:55980/l/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:55980/l/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([BD08F686C49ACE6:ED47BBA855CB5587]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11145 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 305133 INFO  (SUITE-CdcrBootstrapTest-seed#[BD08F686C49ACE6]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\init-core-data-001
   [junit4]   2> 305133 WARN  (SUITE-CdcrBootstrapTest-seed#[BD08F686C49ACE6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 305134 INFO  (SUITE-CdcrBootstrapTest-seed#[BD08F686C49ACE6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 305137 INFO  (SUITE-CdcrBootstrapTest-seed#[BD08F686C49ACE6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 305138 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 305139 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-target-001
   [junit4]   2> 305139 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 305139 INFO  (Thread-688) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 305139 INFO  (Thread-688) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 305143 ERROR (Thread-688) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 305240 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.ZkTestServer start zk server on port:62262
   [junit4]   2> 305253 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e23b8908f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 305255 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 305255 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1afb5fb{/solr,null,AVAILABLE}
   [junit4]   2> 305257 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11316c0{HTTP/1.1,[http/1.1]}{127.0.0.1:62266}
   [junit4]   2> 305257 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.Server Started @312981ms
   [junit4]   2> 305257 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62266}
   [junit4]   2> 305257 ERROR (jetty-launcher-527-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305257 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 305257 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305259 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 305259 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T12:44:11.908Z
   [junit4]   2> 305263 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305271 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e23b8908f0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 305276 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62262/solr
   [junit4]   2> 305367 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305368 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62266_solr
   [junit4]   2> 305369 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.c.Overseer Overseer (id=98555517454974979-127.0.0.1:62266_solr-n_0000000000) starting
   [junit4]   2> 305376 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62266_solr
   [junit4]   2> 305379 INFO  (OverseerStateUpdate-98555517454974979-127.0.0.1:62266_solr-n_0000000000) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 305509 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62266.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 305514 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62266.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 305514 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62266.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 305516 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:62266_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-target-001\node1\.
   [junit4]   2> 305535 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e23b8908f0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Target zkHost = 127.0.0.1:62262/solr
   [junit4]   2> 305544 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-source-001
   [junit4]   2> 305544 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 305544 INFO  (Thread-701) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 305544 INFO  (Thread-701) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 305548 ERROR (Thread-701) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 305664 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.ZkTestServer start zk server on port:62291
   [junit4]   2> 305675 INFO  (jetty-launcher-539-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 305676 INFO  (jetty-launcher-539-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ce2d84{/solr,null,AVAILABLE}
   [junit4]   2> 305677 INFO  (jetty-launcher-539-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1519d80{HTTP/1.1,[http/1.1]}{127.0.0.1:62295}
   [junit4]   2> 305678 INFO  (jetty-launcher-539-thread-1) [    ] o.e.j.s.Server Started @313401ms
   [junit4]   2> 305678 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62295}
   [junit4]   2> 305678 ERROR (jetty-launcher-539-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305678 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 305678 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305678 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 305678 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T12:44:12.327Z
   [junit4]   2> 305681 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305690 INFO  (jetty-launcher-539-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62291/solr
   [junit4]   2> 305693 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e23b892230002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 305785 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305786 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62295_solr
   [junit4]   2> 305787 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.c.Overseer Overseer (id=98555517481451523-127.0.0.1:62295_solr-n_0000000000) starting
   [junit4]   2> 305792 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62295_solr
   [junit4]   2> 305795 INFO  (zkCallback-546-thread-1-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 305894 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62295.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 305899 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62295.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 305899 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62295.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 305900 INFO  (jetty-launcher-539-thread-1) [n:127.0.0.1:62295_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-source-001\node1\.
   [junit4]   2> 305939 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 305940 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62291/solr ready
   [junit4]   2> 305942 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 305945 INFO  (OverseerThreadFactory-1130-thread-1-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 306057 INFO  (OverseerStateUpdate-98555517481451523-127.0.0.1:62295_solr-n_0000000000) [n:127.0.0.1:62295_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62295/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 306261 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 306262 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 306369 INFO  (zkCallback-546-thread-1-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 306370 INFO  (zkCallback-546-thread-2-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 307298 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 307303 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 307309 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 307314 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 307316 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 307321 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 307321 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 307322 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62295.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 307322 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 307322 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 307459 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 307459 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 307461 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 307461 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 307464 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c2954[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 307466 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 307466 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 307466 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 307467 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 307468 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 307477 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 307486 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 307519 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576888281772064768
   [junit4]   2> 307520 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1c2954[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 307526 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 307526 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 307526 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62295/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 307526 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 307526 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:62295/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 307526 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 307529 INFO  (zkCallback-546-thread-2-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 307534 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62295/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 307638 INFO  (zkCallback-546-thread-2-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 307638 INFO  (zkCallback-546-thread-1-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 307686 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 307689 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1427
   [junit4]   2> 307695 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 307798 INFO  (zkCallback-546-thread-1-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 307798 INFO  (zkCallback-546-thread-2-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 307949 INFO  (OverseerCollectionConfigSetProcessor-98555517481451523-127.0.0.1:62295_solr-n_0000000000) [n:127.0.0.1:62295_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> 308697 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2754
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 308720 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 308722 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283033501696,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308722 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283033501696
   [junit4]   2> 308752 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1813c25[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308753 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308753 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1813c25[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 308755 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=33
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 308760 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 308761 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283074396160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308762 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283074396160
   [junit4]   2> 308782 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12f3d1f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308782 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308783 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@12f3d1f[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 308783 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=22
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 308788 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 308789 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283103756288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308789 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283103756288
   [junit4]   2> 308809 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1af0e1c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308809 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308810 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1af0e1c[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 308810 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=21
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 308814 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 308815 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283131019264,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308815 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283131019264
   [junit4]   2> 308836 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e95ed0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308837 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308837 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@e95ed0[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 308838 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=22
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 308842 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 308843 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283160379392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308843 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283160379392
   [junit4]   2> 308870 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f58644[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308871 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308872 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@f58644[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 308872 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=29
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 308877 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 308878 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283197079552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308878 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283197079552
   [junit4]   2> 308918 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f4bd1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308919 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308921 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@f4bd1[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 308921 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=43
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 308926 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 308926 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283247411224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308926 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283247411224
   [junit4]   2> 308957 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@85306b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308958 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308959 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@85306b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 308959 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=33
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 308965 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 308965 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283288305664,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 308966 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283288305664
   [junit4]   2> 308994 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@497366[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 308995 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 308997 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@497366[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 308997 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=31
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 309002 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 309004 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283329200128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 309004 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283329200128
   [junit4]   2> 309059 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bc4484[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 309060 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 309093 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1bc4484[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 309109 INFO  (qtp30414026-3096) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=107
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 309114 INFO  (qtp30414026-3089) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 309115 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888283445592064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 309115 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@160d88b commitCommandVersion:1576888283445592064
   [junit4]   2> 309471 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@651e9d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 309471 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 309472 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@651e9d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 309473 INFO  (qtp30414026-3092) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=357
   [junit4]   2> 309474 INFO  (qtp30414026-3093) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=0
   [junit4]   2> 309495 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e23b8908f0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 309515 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 309516 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[BD08F686C49ACE6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62262/solr ready
   [junit4]   2> 309521 INFO  (qtp18807621-3051) [n:127.0.0.1:62266_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 309525 INFO  (OverseerThreadFactory-1122-thread-1-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 309714 INFO  (OverseerStateUpdate-98555517454974979-127.0.0.1:62266_solr-n_0000000000) [n:127.0.0.1:62266_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62266/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 309926 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 309927 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 310098 INFO  (zkCallback-534-thread-1-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 310140 INFO  (zkCallback-534-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 310960 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 310999 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 311003 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 311006 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 311006 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 311008 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 311008 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 311009 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62266.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8e76
   [junit4]   2> 311009 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 311009 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD08F686C49ACE6-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 311263 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 311263 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 311267 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 311267 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 311272 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@84d600[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 311273 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 311273 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 311273 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 311275 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 311275 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 311276 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 311278 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 311350 INFO  (searcherExecutor-1139-thread-1-processing-n:127.0.0.1:62266_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@84d600[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 311352 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576888285791256576
   [junit4]   2> 311423 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 311423 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 311423 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62266/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 311423 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 311423 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:62266/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 311423 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 311490 INFO  (zkCallback-534-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 311526 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62266/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 311742 INFO  (zkCallback-534-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 311742 INFO  (zkCallback-534-thread-1-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 311760 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 311762 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1835
   [junit4]   2> 311778 INFO  (qtp18807621-3051) [n:127.0.0.1:62266_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 311878 INFO  (zkCallback-534-thread-1-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 311879 INFO  (zkCallback-534-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 312778 INFO  (qtp18807621-3051) [n:127.0.0.1:62266_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3256
   [junit4]   2> 312787 INFO  (zkCallback-534-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 312788 INFO  (qtp18807621-3050) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 312788 INFO  (zkCallback-534-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 312799 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 312802 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62262/solr ready
   [junit4]   2> 312818 INFO  (qtp18807621-3058) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 312818 INFO  (qtp18807621-3058) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 312818 INFO  (qtp18807621-3048) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 312819 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 312819 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 312823 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 312824 INFO  (zkCallback-546-thread-2-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 312824 INFO  (qtp30414026-3091) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=32
   [junit4]   2> 312824 INFO  (zkCallback-546-thread-2-processing-n:127.0.0.1:62295_solr) [n:127.0.0.1:62295_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 312825 INFO  (cdcr-bootstrap-status-558-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:62266/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 312828 INFO  (qtp30414026-3094) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=queues&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 312828 INFO  (qtp18807621-3045) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:62295/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=3},queues={127.0.0.1:62262/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 312828 INFO  (qtp18807621-3045) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888287338954752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 312829 INFO  (qtp18807621-3045) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 312831 INFO  (qtp18807621-3045) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 312832 INFO  (qtp18807621-3045) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-target:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 312834 INFO  (qtp18807621-3052) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-target:4&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 312836 INFO  (qtp18807621-3051) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 312836 INFO  (recoveryExecutor-532-thread-1-processing-n:127.0.0.1:62266_solr x:cdcr-target_shard1_replica_n1 s:shard1 c:cdcr-target r:core_node2) [n:127.0.0.1:62266_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 312836 INFO  (cdcr-bootstrap-status-558-thread-1-processing-n:127.0.0.1:62295_solr x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 312837 INFO  (qtp30414026-3095) [n:127.0.0.1:62295_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576888287348391936,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,pr

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

, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, HighlighterConfigTest, UpdateParamsTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestConfig, OutputWriterTest, TestPhraseSuggestions, TestCodecSupport, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest]
   [junit4] Completed [510/731 (3!)] on J0 in 109.00s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 373 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.metrics.reporters.SolrSlf4jReporterTest_BD08F686C49ACE6-001\init-core-data-001
   [junit4]   2> 2865649 WARN  (SUITE-SolrSlf4jReporterTest-seed#[BD08F686C49ACE6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=BD08F686C49ACE6 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=America/Merida -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.75s J0 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BD08F686C49ACE6:5434A25F07453FA3]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.metrics.reporters.SolrSlf4jReporterTest_BD08F686C49ACE6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=501, maxMBSortInHeap=5.7519391094854315, sim=RandomSimilarity(queryNorm=true): {}, locale=da, timezone=America/Merida
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=266953536,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OutOfBoxZkACLAndCredentialsProvidersTest, TestZkAclsWithHadoopAuth, DeleteInactiveReplicaTest, ClusterStateTest, CreateCollectionCleanupTest, AlternateDirectoryTest, TestConfigSetsAPIZkFailure, SyncSliceTest, TestPKIAuthenticationPlugin, BinaryUpdateRequestHandlerTest, TestNamedUpdateProcessors, TestExtendedDismaxParser, RestartWhileUpdatingTest, SmileWriterTest, TestNumericTokenStream, TestHdfsUpdateLog, BooleanFieldTest, TestSchemaNameResource, TestGroupingSearch, TestQuerySenderNoQuery, ImplicitSnitchTest, VMParamsZkACLAndCredentialsProvidersTest, ShardRoutingTest, TestScoreJoinQPScore, TestSweetSpotSimilarityFactory, TestTrieFacet, PathHierarchyTokenizerFactoryTest, LeaderElectionContextKeyTest, TestFunctionQuery, TestSearcherReuse, TlogReplayBufferedWhileIndexingTest, TestRecoveryHdfs, LeaderFailureAfterFreshStartTest, TestCloudSchemaless, TestEmbeddedSolrServerConstructors, TestUseDocValuesAsStored2, TestManagedSynonymGraphFilterFactory, DirectSolrConnectionTest, TestManagedSchemaAPI, FieldAnalysisRequestHandlerTest, DistribCursorPagingTest, DisMaxRequestHandlerTest, DateFieldTest, TestHighlightDedupGrouping, CdcrBootstrapTest, TestFuzzyAnalyzedSuggestions, URLClassifyProcessorTest, HdfsCollectionsAPIDistributedZkTest, TestImpersonationWithHadoopAuth, SolrXmlInZkTest, MinimalSchemaTest, TestNoOpRegenerator, XsltUpdateRequestHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, SSLMigrationTest, TestXIncludeConfig, TestLegacyNumericRangeQueryBuilder, TestLocalFSCloudBackupRestore, TestTolerantSearch, AtomicUpdateProcessorFactoryTest, TestQueryWrapperFilter, TestSolrCoreParser, FastVectorHighlighterTest, IndexBasedSpellCheckerTest, RecoveryAfterSoftCommitTest, TestFaceting, DocValuesMissingTest, TestOrdValues, TestReplicaProperties, ClassificationUpdateProcessorTest, TestReversedWildcardFilterFactory, NumericFieldsTest, DirectUpdateHandlerTest, TestSmileRequest, ZkControllerTest, TestQuerySenderListener, TestSegmentSorting, TestInPlaceUpdatesStandalone, SolrIndexSplitterTest, WordBreakSolrSpellCheckerTest, TestBinaryField, SolrTestCaseJ4Test, TestRequestStatusCollectionAPI, TestCollectionAPIs, TestJsonFacets, UnloadDistributedZkTest, ScriptEngineTest, TestMissingGroups, CleanupOldIndexTest, TestJettySolrRunner, TestGeoJSONResponseWriter, TestPointFields, VersionInfoTest, AnalysisAfterCoreReloadTest, SpatialHeatmapFacetsTest, OverseerRolesTest, RulesTest, TestNestedDocsSort, TestLeaderElectionZkExpiry, SolrGangliaReporterTest, ManagedSchemaRoundRobinCloudTest, TestManagedStopFilterFactory, TestRawResponseWriter, NotRequiredUniqueKeyTest, TestCursorMarkWithoutUniqueKey, TestPseudoReturnFields, TestWriterPerf, PKIAuthenticationIntegrationTest, DistributedFacetPivotSmallAdvancedTest, SearchHandlerTest, TestPrepRecovery, TestSha256AuthenticationProvider, TestSolrCoreProperties, TestStressVersions, RequiredFieldsTest, TestXmlQParserPlugin, TestFieldCacheVsDocValues, RequestHandlersTest, MoveReplicaHDFSUlogDirTest, TestClassicSimilarityFactory, TestSerializedLuceneMatchVersion, UUIDUpdateProcessorFallbackTest, UninvertDocValuesMergePolicyTest, CircularListTest, TestBulkSchemaAPI, ExplicitHLLTest, AsyncCallRequestStatusResponseTest, TestBackupRepositoryFactory, TestFieldCache, PrimUtilsTest, BJQParserTest, TestReplicationHandlerBackup, TestAtomicUpdateErrorCases, TestFoldingMultitermQuery, TestSchemalessBufferedUpdates, AssignBackwardCompatibilityTest, TestDynamicFieldCollectionResource, DistributedFacetPivotLargeTest, TestLegacyTerms, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, TestUpdate, TestLazyCores, StressHdfsTest, TestMacros, DistributedQueryComponentOptimizationTest, TestPullReplicaErrorHandling, CoreMergeIndexesAdminHandlerTest, HardAutoCommitTest, CdcrReplicationHandlerTest, TestFieldCollectionResource, OverseerTaskQueueTest, TestAddFieldRealTimeGet, NoCacheHeaderTest, TestStandardQParsers, LeaderElectionTest, TestSolrXml, DocExpirationUpdateProcessorFactoryTest, TestUnifiedSolrHighlighter, BasicAuthIntegrationTest, HLLSerializationTest, JvmMetricsTest, RAMDirectoryFactoryTest, TestCustomDocTransformer, GraphQueryTest, CoreAdminHandlerTest, SecurityConfHandlerTest, HdfsBasicDistributedZk2Test, TestSQLHandlerNonCloud, TestStressCloudBlindAtomicUpdates, PeerSyncWithIndexFingerprintCachingTest, TestDistribIDF, CursorPagingTest, TestSimpleTextCodec, TestStressReorder, TestReplicationHandler, AutoCommitTest, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TestJoin, DistributedTermsComponentTest, StatsComponentTest, BadIndexSchemaTest, TestSort, TestBadConfig, HighlighterTest, DistributedQueryElevationComponentTest, DocValuesTest, SortByFunctionTest, DocValuesMultiTest, SolrInfoBeanTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, HighlighterConfigTest, UpdateParamsTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestConfig, OutputWriterTest, TestPhraseSuggestions, TestCodecSupport, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MoveReplicaHDFSTest, MultiThreadedOCPTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPI, TestRandomRequestDistribution, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TriLevelCompositeIdRoutingTest, ZkFailoverTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrCoreSnapshots, RequestLoggingTest, TestBlobHandler, TestReqParamsAPI, TestRestoreCore, TestSolrConfigHandlerConcurrent, TestSystemCollAutoCreate, MetricsHandlerTest, StatsReloadRaceTest, DistributedFacetPivotSmallTest, DistributedQueryComponentCustomSortTest, FacetPivotSmallTest, ReplicaListTransformerTest, SuggestComponentTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, JavabinLoaderTest, HighlighterMaxOffsetTest, TestSlowCompositeReaderWrapper, CheckHdfsIndexTest, TestLegacyField, TestLegacyFieldReuse, TestLegacyNumericUtils, TestNumericRangeQuery32, SolrCoreMetricManagerTest, SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, SolrJmxReporterCloudTest, SolrSlf4jReporterTest]
   [junit4] Completed [629/731 (4!)] on J0 in 6.81s, 1 test, 1 failure <<< FAILURES!

[...truncated 39829 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+181) - Build # 141 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/141/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseSerialGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([7A9E45EFC9AD45FD:AEDB0EB62EFBF606]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:60021/pm_ed/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:60021/pm_ed/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([7A9E45EFC9AD45FD:9C09712FF02FBC9C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 10882 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> 85221 INFO  (SUITE-ForceLeaderTest-seed#[7A9E45EFC9AD45FD]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\init-core-data-001
   [junit4]   2> 85223 WARN  (SUITE-ForceLeaderTest-seed#[7A9E45EFC9AD45FD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 85224 INFO  (SUITE-ForceLeaderTest-seed#[7A9E45EFC9AD45FD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 85226 INFO  (SUITE-ForceLeaderTest-seed#[7A9E45EFC9AD45FD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 85226 INFO  (SUITE-ForceLeaderTest-seed#[7A9E45EFC9AD45FD]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /pm_ed/
   [junit4]   2> 85234 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 85239 INFO  (Thread-205) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 85239 INFO  (Thread-205) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 85248 ERROR (Thread-205) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 85336 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkTestServer start zk server on port:59754
   [junit4]   2> 85362 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 85365 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 85368 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 85371 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 85374 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 85376 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 85379 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 85382 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 85387 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 85389 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 85391 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 85394 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 85847 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 85848 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f1ca15{/pm_ed,null,AVAILABLE}
   [junit4]   2> 85850 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@145f55c{HTTP/1.1,[http/1.1]}{127.0.0.1:59764}
   [junit4]   2> 85850 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server Started @94965ms
   [junit4]   2> 85850 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/pm_ed, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\tempDir-001/control/data, hostPort=59763, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\cores}
   [junit4]   2> 85851 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 85851 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 85851 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 85851 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 85851 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T01:24:34.906987400Z
   [junit4]   2> 85856 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 85856 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\solr.xml
   [junit4]   2> 85863 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 85870 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59754/solr
   [junit4]   2> 85874 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e214a597b0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 86004 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 86005 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59763_pm_ed
   [junit4]   2> 86006 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.Overseer Overseer (id=98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) starting
   [junit4]   2> 86014 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59763_pm_ed
   [junit4]   2> 86016 INFO  (OverseerStateUpdate-98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 86144 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 86152 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 86152 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 86154 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\cores
   [junit4]   2> 86176 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 86177 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59754/solr ready
   [junit4]   2> 86178 INFO  (SocketProxy-Acceptor-59763) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59779,localport=59763], receiveBufferSize:65536
   [junit4]   2> 86180 INFO  (SocketProxy-Acceptor-59763) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59764,localport=59780], receiveBufferSize=65536
   [junit4]   2> 86182 INFO  (qtp32789330-1021) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59763_pm_ed&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 86185 INFO  (OverseerThreadFactory-362-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 86299 INFO  (SocketProxy-Acceptor-59763) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59781,localport=59763], receiveBufferSize:65536
   [junit4]   2> 86300 INFO  (SocketProxy-Acceptor-59763) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59764,localport=59782], receiveBufferSize=65536
   [junit4]   2> 86304 INFO  (qtp32789330-1023) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 86305 INFO  (qtp32789330-1023) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 86421 INFO  (zkCallback-169-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 87355 INFO  (qtp32789330-1023) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 87376 INFO  (qtp32789330-1023) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 87482 INFO  (qtp32789330-1023) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 87504 INFO  (qtp32789330-1023) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 87505 INFO  (qtp32789330-1023) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 87505 INFO  (qtp32789330-1023) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 87505 INFO  (qtp32789330-1023) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 87507 INFO  (qtp32789330-1023) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 87509 WARN  (qtp32789330-1023) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 87631 INFO  (qtp32789330-1023) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 87631 INFO  (qtp32789330-1023) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 87634 INFO  (qtp32789330-1023) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 87634 INFO  (qtp32789330-1023) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 87636 INFO  (qtp32789330-1023) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.5830078125, floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=7.6971784096891005, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 87637 INFO  (qtp32789330-1023) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1606cf6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 87639 INFO  (qtp32789330-1023) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 87639 INFO  (qtp32789330-1023) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 87640 INFO  (qtp32789330-1023) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 87642 INFO  (searcherExecutor-365-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@1606cf6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 87643 INFO  (qtp32789330-1023) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576845523495682048
   [junit4]   2> 87652 INFO  (qtp32789330-1023) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 87652 INFO  (qtp32789330-1023) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 87652 INFO  (qtp32789330-1023) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59763/pm_ed/control_collection_shard1_replica_n1/
   [junit4]   2> 87652 INFO  (qtp32789330-1023) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 87652 INFO  (qtp32789330-1023) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:59763/pm_ed/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 87652 INFO  (qtp32789330-1023) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 87657 INFO  (qtp32789330-1023) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59763/pm_ed/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 87764 INFO  (zkCallback-169-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 87809 INFO  (qtp32789330-1023) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 87812 INFO  (qtp32789330-1023) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1509
   [junit4]   2> 87818 INFO  (qtp32789330-1021) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 87937 INFO  (zkCallback-169-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 88189 INFO  (OverseerCollectionConfigSetProcessor-98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) [    ] 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> 88819 INFO  (qtp32789330-1021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59763_pm_ed&wt=javabin&version=2} status=0 QTime=2636
   [junit4]   2> 88820 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e214a597b0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 88828 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 88829 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59754/solr ready
   [junit4]   2> 88831 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 88833 INFO  (SocketProxy-Acceptor-59763) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59786,localport=59763], receiveBufferSize:65536
   [junit4]   2> 88833 INFO  (SocketProxy-Acceptor-59763) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59764,localport=59787], receiveBufferSize=65536
   [junit4]   2> 88836 INFO  (qtp32789330-1024) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 88839 INFO  (OverseerThreadFactory-362-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 88841 WARN  (OverseerThreadFactory-362-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 89046 INFO  (qtp32789330-1024) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 89046 INFO  (qtp32789330-1024) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=209
   [junit4]   2> 89489 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001 of type TLOG
   [junit4]   2> 89490 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 89491 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18fccfe{/pm_ed,null,AVAILABLE}
   [junit4]   2> 89491 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a14e59{HTTP/1.1,[http/1.1]}{127.0.0.1:59789}
   [junit4]   2> 89492 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server Started @98606ms
   [junit4]   2> 89492 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/pm_ed, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\tempDir-001/jetty1, hostPort=59788, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\cores, replicaType=TLOG}
   [junit4]   2> 89493 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 89493 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 89493 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 89493 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 89493 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T01:24:38.548655600Z
   [junit4]   2> 89504 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 89504 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\solr.xml
   [junit4]   2> 89509 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 89511 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59754/solr
   [junit4]   2> 89525 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 89528 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 89530 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59788_pm_ed
   [junit4]   2> 89533 INFO  (zkCallback-181-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 89534 INFO  (zkCallback-169-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 89534 INFO  (zkCallback-176-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 89932 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 89945 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 89946 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 89948 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\cores
   [junit4]   2> 89975 INFO  (qtp32789330-1019) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59788_pm_ed&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 89979 INFO  (OverseerThreadFactory-362-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59788_pm_ed for creating new replica
   [junit4]   2> 89979 INFO  (OverseerCollectionConfigSetProcessor-98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) [    ] 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> 89982 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59801,localport=59788], receiveBufferSize:65536
   [junit4]   2> 89983 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59789,localport=59802], receiveBufferSize=65536
   [junit4]   2> 89985 INFO  (qtp27517264-1068) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 89986 INFO  (qtp27517264-1068) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 91020 INFO  (qtp27517264-1068) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 91063 INFO  (qtp27517264-1068) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 91169 INFO  (qtp27517264-1068) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 91191 INFO  (qtp27517264-1068) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 91192 INFO  (qtp27517264-1068) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 91192 INFO  (qtp27517264-1068) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 91192 INFO  (qtp27517264-1068) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\cores\collection1_shard2_replica_t41], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\cores\collection1_shard2_replica_t41\data\]
   [junit4]   2> 91195 INFO  (qtp27517264-1068) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 91196 WARN  (qtp27517264-1068) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 91274 INFO  (qtp27517264-1068) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 91274 INFO  (qtp27517264-1068) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 91276 INFO  (qtp27517264-1068) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 91276 INFO  (qtp27517264-1068) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 91277 INFO  (qtp27517264-1068) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.5830078125, floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=7.6971784096891005, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 91277 INFO  (qtp27517264-1068) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18aa457[collection1_shard2_replica_t41] main]
   [junit4]   2> 91279 INFO  (qtp27517264-1068) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 91279 INFO  (qtp27517264-1068) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 91280 INFO  (qtp27517264-1068) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 91280 INFO  (qtp27517264-1068) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576845527309352960
   [junit4]   2> 91282 INFO  (searcherExecutor-376-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@18aa457[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 91287 INFO  (qtp27517264-1068) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 91287 INFO  (qtp27517264-1068) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 91287 INFO  (qtp27517264-1068) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59788/pm_ed/collection1_shard2_replica_t41/
   [junit4]   2> 91287 INFO  (qtp27517264-1068) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 91287 INFO  (qtp27517264-1068) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:59788/pm_ed/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 91287 INFO  (qtp27517264-1068) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 91288 INFO  (qtp27517264-1068) [    ] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 91291 INFO  (qtp27517264-1068) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59788/pm_ed/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 91447 INFO  (qtp27517264-1068) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 91454 INFO  (qtp27517264-1068) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1468
   [junit4]   2> 91459 INFO  (qtp32789330-1019) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:59788_pm_ed&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1483
   [junit4]   2> 91868 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-2-001 of type TLOG
   [junit4]   2> 91869 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 91869 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ccc70e{/pm_ed,null,AVAILABLE}
   [junit4]   2> 91870 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@feff27{HTTP/1.1,[http/1.1]}{127.0.0.1:59804}
   [junit4]   2> 91871 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server Started @100985ms
   [junit4]   2> 91871 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/pm_ed, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\tempDir-001/jetty2, hostPort=59803, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-2-001\cores, replicaType=TLOG}
   [junit4]   2> 91871 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 91872 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 91872 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 91872 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 91872 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T01:24:40.927092200Z
   [junit4]   2> 91876 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 91876 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-2-001\solr.xml
   [junit4]   2> 91880 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 91883 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59754/solr
   [junit4]   2> 91895 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 91897 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 91900 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59803_pm_ed
   [junit4]   2> 91901 INFO  (zkCallback-187-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 91902 INFO  (zkCallback-181-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 91902 INFO  (zkCallback-176-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 91902 INFO  (zkCallback-169-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 91982 INFO  (OverseerCollectionConfigSetProcessor-98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 92189 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 92199 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 92199 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 92200 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-2-001\cores
   [junit4]   2> 92235 INFO  (qtp32789330-1022) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59803_pm_ed&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 92238 INFO  (OverseerThreadFactory-362-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59803_pm_ed for creating new replica
   [junit4]   2> 92241 INFO  (SocketProxy-Acceptor-59803) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59816,localport=59803], receiveBufferSize:65536
   [junit4]   2> 92241 INFO  (SocketProxy-Acceptor-59803) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59804,localport=59817], receiveBufferSize=65536
   [junit4]   2> 92244 INFO  (qtp6782424-1102) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 92245 INFO  (qtp6782424-1102) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 93292 INFO  (qtp6782424-1102) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 93323 INFO  (qtp6782424-1102) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 93446 INFO  (qtp6782424-1102) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 93469 INFO  (qtp6782424-1102) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 93470 INFO  (qtp6782424-1102) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 93470 INFO  (qtp6782424-1102) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 93470 INFO  (qtp6782424-1102) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-2-001\cores\collection1_shard1_replica_t43], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-2-001\cores\collection1_shard1_replica_t43\data\]
   [junit4]   2> 93472 INFO  (qtp6782424-1102) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 93474 WARN  (qtp6782424-1102) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 93554 INFO  (qtp6782424-1102) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 93554 INFO  (qtp6782424-1102) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 93556 INFO  (qtp6782424-1102) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 93556 INFO  (qtp6782424-1102) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 93565 INFO  (qtp6782424-1102) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.5830078125, floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=7.6971784096891005, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 93566 INFO  (qtp6782424-1102) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13e35e7[collection1_shard1_replica_t43] main]
   [junit4]   2> 93567 INFO  (qtp6782424-1102) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 93567 INFO  (qtp6782424-1102) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 93569 INFO  (qtp6782424-1102) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 93571 INFO  (searcherExecutor-387-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@13e35e7[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 93571 INFO  (qtp6782424-1102) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576845529711640576
   [junit4]   2> 93578 INFO  (qtp6782424-1102) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 93578 INFO  (qtp6782424-1102) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 93578 INFO  (qtp6782424-1102) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59803/pm_ed/collection1_shard1_replica_t43/
   [junit4]   2> 93578 INFO  (qtp6782424-1102) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 93578 INFO  (qtp6782424-1102) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:59803/pm_ed/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 93578 INFO  (qtp6782424-1102) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 93579 INFO  (qtp6782424-1102) [    ] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 93583 INFO  (qtp6782424-1102) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59803/pm_ed/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 93736 INFO  (qtp6782424-1102) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 93740 INFO  (qtp6782424-1102) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1495
   [junit4]   2> 93746 INFO  (qtp32789330-1022) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:59803_pm_ed&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1511
   [junit4]   2> 94153 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001 of type TLOG
   [junit4]   2> 94153 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 94154 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11d6d2a{/pm_ed,null,AVAILABLE}
   [junit4]   2> 94155 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11ab66f{HTTP/1.1,[http/1.1]}{127.0.0.1:59821}
   [junit4]   2> 94155 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.e.j.s.Server Started @103269ms
   [junit4]   2> 94155 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/pm_ed, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\tempDir-001/jetty3, hostPort=59820, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\cores, replicaType=TLOG}
   [junit4]   2> 94155 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 94156 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 94156 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 94156 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 94156 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-27T01:24:43.211460500Z
   [junit4]   2> 94165 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 94166 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\solr.xml
   [junit4]   2> 94170 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 94173 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59754/solr
   [junit4]   2> 94188 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 94190 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94193 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59820_pm_ed
   [junit4]   2> 94194 INFO  (zkCallback-187-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94195 INFO  (zkCallback-176-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94195 INFO  (zkCallback-181-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94195 INFO  (zkCallback-169-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94195 INFO  (zkCallback-193-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94241 INFO  (OverseerCollectionConfigSetProcessor-98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 94330 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 94347 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 94347 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 94350 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\cores
   [junit4]   2> 94394 INFO  (qtp32789330-1023) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59820_pm_ed&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 94397 INFO  (OverseerThreadFactory-362-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59820_pm_ed for creating new replica
   [junit4]   2> 94400 INFO  (SocketProxy-Acceptor-59820) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59833,localport=59820], receiveBufferSize:65536
   [junit4]   2> 94401 INFO  (SocketProxy-Acceptor-59820) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59821,localport=59834], receiveBufferSize=65536
   [junit4]   2> 94403 INFO  (qtp14103242-1134) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 94404 INFO  (qtp14103242-1134) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 95435 INFO  (qtp14103242-1134) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 95478 INFO  (qtp14103242-1134) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 95588 INFO  (qtp14103242-1134) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 95609 INFO  (qtp14103242-1134) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 95610 INFO  (qtp14103242-1134) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 95610 INFO  (qtp14103242-1134) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 95610 INFO  (qtp14103242-1134) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\cores\collection1_shard2_replica_t45], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\cores\collection1_shard2_replica_t45\data\]
   [junit4]   2> 95613 INFO  (qtp14103242-1134) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 95615 WARN  (qtp14103242-1134) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 95699 INFO  (qtp14103242-1134) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 95699 INFO  (qtp14103242-1134) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 95701 INFO  (qtp14103242-1134) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95701 INFO  (qtp14103242-1134) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95702 INFO  (qtp14103242-1134) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.5830078125, floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=7.6971784096891005, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 95702 INFO  (qtp14103242-1134) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@84f2e5[collection1_shard2_replica_t45] main]
   [junit4]   2> 95703 INFO  (qtp14103242-1134) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 95704 INFO  (qtp14103242-1134) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 95704 INFO  (qtp14103242-1134) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 95706 INFO  (searcherExecutor-398-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@84f2e5[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95706 INFO  (qtp14103242-1134) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576845531950350336
   [junit4]   2> 95711 INFO  (qtp14103242-1134) [    ] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 95711 INFO  (updateExecutor-190-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 95711 INFO  (qtp14103242-1134) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1308
   [junit4]   2> 95712 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 95712 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 95712 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 95712 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 95712 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 95712 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t45] as recovering, leader is [http://127.0.0.1:59788/pm_ed/collection1_shard2_replica_t41/] and I am [http://127.0.0.1:59820/pm_ed/collection1_shard2_replica_t45/]
   [junit4]   2> 95714 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:59788/pm_ed]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:59820_pm_ed&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 95714 INFO  (qtp32789330-1023) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:59820_pm_ed&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1320
   [junit4]   2> 95715 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59836,localport=59788], receiveBufferSize:65536
   [junit4]   2> 95716 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59789,localport=59837], receiveBufferSize=65536
   [junit4]   2> 95719 INFO  (qtp27517264-1074) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 95719 INFO  (qtp27517264-1074) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:59820_pm_ed, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:59820/pm_ed","node_name":"127.0.0.1:59820_pm_ed","state":"down","type":"TLOG"}
   [junit4]   2> 95719 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLastPublishedStateIsActive
   [junit4]   2> 95719 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7A9E45EFC9AD45FD]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: forceleader_last_published
   [junit4]   2> 95721 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59838,localport=59788], receiveBufferSize:65536
   [junit4]   2> 95721 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59789,localport=59839], receiveBufferSize=65536
   [junit4]   2> 95724 INFO  (qtp27517264-1072) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1&collection.configName=conf1&nrtReplicas=0&name=forceleader_last_published&action=CREATE&numShards=1&tlogReplicas=3&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 95725 INFO  (OverseerThreadFactory-362-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection forceleader_last_published
   [junit4]   2> 95726 INFO  (OverseerCollectionConfigSetProcessor-98552845061259268-127.0.0.1:59763_pm_ed-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 95939 INFO  (qtp14103242-1135) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_t1&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 95946 INFO  (qtp32789330-1021) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_t2&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 95949 INFO  (qtp27517264-1070) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_t3&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 96719 INFO  (qtp27517264-1074) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:59820_pm_ed, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:59820/pm_ed","node_name":"127.0.0.1:59820_pm_ed","state":"recovering","type":"TLOG"}
   [junit4]   2> 96719 INFO  (qtp27517264-1074) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 96719 INFO  (qtp27517264-1074) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:59820_pm_ed&onlyIfLeaderActive=true&core=collection1_shard2_replica_t41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 96976 INFO  (qtp14103242-1135) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 96979 INFO  (qtp32789330-1021) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 97003 INFO  (qtp27517264-1070) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 97008 INFO  (qtp14103242-1135) [    ] o.a.s.s.IndexSchema [forceleader_last_published_shard1_replica_t1] Schema name=test
   [junit4]   2> 97014 INFO  (qtp32789330-1021) [    ] o.a.s.s.IndexSchema [forceleader_last_published_shard1_replica_t2] Schema name=test
   [junit4]   2> 97034 INFO  (qtp27517264-1070) [    ] o.a.s.s.IndexSchema [forceleader_last_published_shard1_replica_t3] Schema name=test
   [junit4]   2> 97186 INFO  (qtp32789330-1021) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 97192 INFO  (qtp27517264-1070) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 97197 INFO  (qtp14103242-1135) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 97216 INFO  (qtp32789330-1021) [    ] o.a.s.c.CoreContainer Creating SolrCore 'forceleader_last_published_shard1_replica_t2' using configuration from collection forceleader_last_published, trusted=true
   [junit4]   2> 97217 INFO  (qtp32789330-1021) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.forceleader_last_published.shard1.replica_t2' (registry 'solr.core.forceleader_last_published.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 97217 INFO  (qtp32789330-1021) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 97217 INFO  (qtp32789330-1021) [    ] o.a.s.c.SolrCore [[forceleader_last_published_shard1_replica_t2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\cores\forceleader_last_published_shard1_replica_t2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\control-001\cores\forceleader_last_published_shard1_replica_t2\data\]
   [junit4]   2> 97221 INFO  (qtp27517264-1070) [    ] o.a.s.c.CoreContainer Creating SolrCore 'forceleader_last_published_shard1_replica_t3' using configuration from collection forceleader_last_published, trusted=true
   [junit4]   2> 97222 INFO  (qtp27517264-1070) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.forceleader_last_published.shard1.replica_t3' (registry 'solr.core.forceleader_last_published.shard1.replica_t3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 97222 INFO  (qtp27517264-1070) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 97222 INFO  (qtp27517264-1070) [    ] o.a.s.c.SolrCore [[forceleader_last_published_shard1_replica_t3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\cores\forceleader_last_published_shard1_replica_t3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-1-001\cores\forceleader_last_published_shard1_replica_t3\data\]
   [junit4]   2> 97223 INFO  (qtp32789330-1021) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 97223 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 97223 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:59788/pm_ed/collection1_shard2_replica_t41/].
   [junit4]   2> 97224 INFO  (qtp14103242-1135) [    ] o.a.s.c.CoreContainer Creating SolrCore 'forceleader_last_published_shard1_replica_t1' using configuration from collection forceleader_last_published, trusted=true
   [junit4]   2> 97224 INFO  (qtp14103242-1135) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.forceleader_last_published.shard1.replica_t1' (registry 'solr.core.forceleader_last_published.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@105fdf4
   [junit4]   2> 97224 INFO  (qtp14103242-1135) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 97224 INFO  (qtp14103242-1135) [    ] o.a.s.c.SolrCore [[forceleader_last_published_shard1_replica_t1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\cores\forceleader_last_published_shard1_replica_t1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_7A9E45EFC9AD45FD-001\shard-3-001\cores\forceleader_last_published_shard1_replica_t1\data\]
   [junit4]   2> 97224 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59840,localport=59788], receiveBufferSize:65536
   [junit4]   2> 97224 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59789,localport=59841], receiveBufferSize=65536
   [junit4]   2> 97227 INFO  (qtp27517264-1070) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 97228 INFO  (qtp27517264-1071) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576845533546283008,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 97229 INFO  (qtp27517264-1071) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 97230 INFO  (qtp27517264-1071) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 97230 INFO  (qtp27517264-1071) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t41]  webapp=/pm_ed path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 97230 INFO  (qtp14103242-1135) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=393223826, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 97232 WARN  (qtp32789330-1021) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 97235 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59842,localport=59788], receiveBufferSize:65536
   [junit4]   2> 97235 INFO  (SocketProxy-Acceptor-59788) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=59789,localport=59843], receiveBufferSize=65536
   [junit4]   2> 97241 WARN  (qtp14103242-1135) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 97244 WARN  (qtp27517264-1070) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 97249 INFO  (qtp27517264-1068) [    ] o.a.s.c.S.Request [collection1_shard2_replica_t41]  webapp=/pm_ed path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.ZkController collection1_shard2_replica_t45 starting background replication from leader
   [junit4]   2> 97250 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 97255 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 97275 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 97275 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576845533595566080
   [junit4]   2> 97275 INFO  (recoveryExecutor-191-thread-1) [    ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 97410 INFO  (qtp32789330-1021) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 97410 INFO  (qtp32789330-1021) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 97413 INFO  (qtp32789330-1021) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 97413 INFO  (qtp32789330-1021) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 97419 INFO  (qtp27517264-1070) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 97419 INFO  (qtp27517264-1070) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 97438 INFO  (qtp27517264-1070) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 97438 INFO  (qtp27517264-1070) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 97438 INFO  (qtp32789330-1021) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.5830078125, floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=7.6971784096891005, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 97438 INFO  (qtp32789330-1021) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e4d345[forceleader_last_published_shard1_replica_t2] main]
   [junit4]   2> 97441 INFO  (qtp27517264-1070) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.5830078125, floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=7.6971784096891005, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 97441 INFO  (qtp32789330-1021) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBa

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

6-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:646)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:789)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:716)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=2000
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=2},queues={127.0.0.1:65398/solr={cdcr-target={queueSize=2020,lastTimestamp=}}},tlogTotalSize=96439,tlogTotalCount=20,updateLogSynchronizer=stopped}
   [junit4]   2> 1104594 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2157ec100007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1104640 WARN  (cdcr-bootstrap-status-1273-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 1104643 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e2157e9eb0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1104704 WARN  (zkCallback-1261-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1104707 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[7A9E45EFC9AD45FD]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1104708 WARN  (Thread-1452) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1106238 WARN  (zkCallback-1249-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1106240 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[7A9E45EFC9AD45FD]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1106245 WARN  (Thread-1442) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=7A9E45EFC9AD45FD -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Asia/Chungking -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  132s J0 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7A9E45EFC9AD45FD:AEDB0EB62EFBF606]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_7A9E45EFC9AD45FD-001
   [junit4]   2> Aug 27, 2017 1:41:35 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=Asserting(Lucene70): {xyz=FSTOrd50, id=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=1246, maxMBSortInHeap=5.573548941457191, sim=RandomSimilarity(queryNorm=false): {}, locale=ca, timezone=Asia/Chungking
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=176340880,total=451358720
   [junit4]   2> NOTE: All tests run in this JVM: [AssignBackwardCompatibilityTest, OutputWriterTest, SolrSlf4jReporterTest, VMParamsZkACLAndCredentialsProvidersTest, TestDynamicFieldCollectionResource, MissingSegmentRecoveryTest, DistribJoinFromCollectionTest, DefaultValueUpdateProcessorTest, TestStressVersions, CollectionTooManyReplicasTest, CSVRequestHandlerTest, ForceLeaderTest, BasicAuthIntegrationTest, SolrCLIZkUtilsTest, TestCursorMarkWithoutUniqueKey, DistributedFacetPivotLargeTest, TestDocBasedVersionConstraints, ReplicaListTransformerTest, TestSolrCoreParser, TestIBSimilarityFactory, TestNumericRangeQuery32, TestJettySolrRunner, SolrMetricReporterTest, SuggesterTest, TestSweetSpotSimilarityFactory, TestFoldingMultitermQuery, TestRandomDVFaceting, TestLocalFSCloudBackupRestore, TestComplexPhraseLeadingWildcard, SortByFunctionTest, UUIDFieldTest, TestGroupingSearch, DateMathParserTest, TestAddFieldRealTimeGet, HighlighterConfigTest, BinaryUpdateRequestHandlerTest, AlternateDirectoryTest, TestMissingGroups, TestLegacyFieldCache, TestConfigSetImmutable, TestRecoveryHdfs, TestManagedSchemaAPI, BasicDistributedZkTest, TestUnifiedSolrHighlighter, TestSubQueryTransformerDistrib, CurrencyFieldTypeTest, TestReplicaProperties, AnalysisAfterCoreReloadTest, ShardSplitTest, SharedFSAutoReplicaFailoverUtilsTest, TestNumericTokenStream, TestIndexingPerformance, TestUseDocValuesAsStored2, SmileWriterTest, HdfsRecoverLeaseTest, TestJsonFacets, TestDownShardTolerantSearch, TestPseudoReturnFields, TestBlendedInfixSuggestions, TestCollectionAPIs, TestCustomStream, TestSolrConfigHandlerConcurrent, TestCSVResponseWriter, TestRawResponseWriter, SolrCoreTest, HdfsCollectionsAPIDistributedZkTest, SimplePostToolTest, AnalyticsQueryTest, DistributedFacetPivotWhiteBoxTest, TestTolerantUpdateProcessorCloud, DistributedExpandComponentTest, CdcrBootstrapTest]
   [junit4] Completed [214/731 (2!)] on J0 in 157.19s, 3 tests, 1 failure <<< FAILURES!

[...truncated 38273 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk1.8.0_144) - Build # 140 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/140/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
Error from server at http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([E07D851C8C129139:DDA52B30B4FCCF49]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream

Error Message:
Error from server at http://127.0.0.1:51249/solr/workQueue_shard2_replica_n3: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason: <pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:51249/solr/workQueue_shard2_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([B9D166F8FF877AC6:9B11E703DCED50D6]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream(StreamExpressionTest.java:6822)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51249/solr/workQueue_shard2_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([E07D851C8C129139:BF99A82BE71E027C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([E07D851C8C129139:91997BCAFAF9B6F5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 10861 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\init-core-data-001
   [junit4]   2> 139357 WARN  (SUITE-TestAuthenticationFramework-seed#[E07D851C8C129139]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 139357 INFO  (SUITE-TestAuthenticationFramework-seed#[E07D851C8C129139]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 139362 INFO  (SUITE-TestAuthenticationFramework-seed#[E07D851C8C129139]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 139362 INFO  (SUITE-TestAuthenticationFramework-seed#[E07D851C8C129139]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 139367 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001
   [junit4]   2> 139367 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 139367 INFO  (Thread-384) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 139367 INFO  (Thread-384) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 139381 ERROR (Thread-384) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 139467 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.ZkTestServer start zk server on port:57688
   [junit4]   2> 139481 INFO  (jetty-launcher-216-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 139482 INFO  (jetty-launcher-216-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f21c2e9{/solr,null,AVAILABLE}
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3127c589{HTTP/1.1,[http/1.1]}{127.0.0.1:57692}
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.e.j.s.Server Started @148304ms
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57692}
   [junit4]   2> 139488 ERROR (jetty-launcher-216-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 139488 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T15:32:30.524Z
   [junit4]   2> 139492 INFO  (jetty-launcher-216-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 139493 INFO  (jetty-launcher-216-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79e07de5{/solr,null,AVAILABLE}
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65c2831a{HTTP/1.1,[http/1.1]}{127.0.0.1:57697}
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.e.j.s.Server Started @148310ms
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57697}
   [junit4]   2> 139494 ERROR (jetty-launcher-216-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 139494 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T15:32:30.530Z
   [junit4]   2> 139508 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 139509 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 139532 INFO  (jetty-launcher-216-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57688/solr
   [junit4]   2> 139532 INFO  (jetty-launcher-216-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57688/solr
   [junit4]   2> 139538 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1f2c4c510004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 139539 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1f2c4c510003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 139679 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 139679 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 139679 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57692_solr
   [junit4]   2> 139680 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57697_solr
   [junit4]   2> 139680 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.c.Overseer Overseer (id=98550516968128518-127.0.0.1:57692_solr-n_0000000000) starting
   [junit4]   2> 139681 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 139683 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 139689 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57692_solr
   [junit4]   2> 139690 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 139690 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 139714 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 139802 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 139848 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57692.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 139857 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57692.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 139857 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57692.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 139859 INFO  (jetty-launcher-216-thread-1) [n:127.0.0.1:57692_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node1\.
   [junit4]   2> 139955 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57697.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 139963 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57697.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 139963 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57697.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 139965 INFO  (jetty-launcher-216-thread-2) [n:127.0.0.1:57697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node2\.
   [junit4]   2> 140007 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 140009 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57688/solr ready
   [junit4]   2> 140014 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 140019 INFO  (qtp469960182-1395) [n:127.0.0.1:57692_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 140022 INFO  (OverseerThreadFactory-640-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 140132 INFO  (OverseerStateUpdate-98550516968128518-127.0.0.1:57692_solr-n_0000000000) [n:127.0.0.1:57692_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57697/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 140136 INFO  (OverseerStateUpdate-98550516968128518-127.0.0.1:57692_solr-n_0000000000) [n:127.0.0.1:57692_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57692/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 140142 INFO  (OverseerStateUpdate-98550516968128518-127.0.0.1:57692_solr-n_0000000000) [n:127.0.0.1:57692_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57697/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 140145 INFO  (OverseerStateUpdate-98550516968128518-127.0.0.1:57692_solr-n_0000000000) [n:127.0.0.1:57692_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57692/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 140350 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 140351 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 140363 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 140364 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 140371 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 140377 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 140497 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 140497 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 140502 INFO  (zkCallback-228-thread-2-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 140503 INFO  (zkCallback-228-thread-3-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 140503 INFO  (zkCallback-227-thread-2-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 141441 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 141442 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 141457 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 141459 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 141466 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema [testcollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 141466 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.IndexSchema [testcollection_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 141468 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema [testcollection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 141479 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 141479 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141479 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n4' using configuration from collection testcollection, trusted=true
   [junit4]   2> 141481 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57697.solr.core.testcollection.shard2.replica_n4' (registry 'solr.core.testcollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 141481 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141481 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [[testcollection_shard2_replica_n4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node2\testcollection_shard2_replica_n4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node2\.\testcollection_shard2_replica_n4\data\]
   [junit4]   2> 141481 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141481 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n6' using configuration from collection testcollection, trusted=true
   [junit4]   2> 141481 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141481 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 141482 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57692.solr.core.testcollection.shard2.replica_n6' (registry 'solr.core.testcollection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 141482 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141482 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore [[testcollection_shard2_replica_n6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node1\testcollection_shard2_replica_n6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node1\.\testcollection_shard2_replica_n6\data\]
   [junit4]   2> 141483 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57697.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 141483 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141483 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node2\testcollection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node2\.\testcollection_shard1_replica_n1\data\]
   [junit4]   2> 141485 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 141485 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 141485 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57692.solr.core.testcollection.shard1.replica_n2' (registry 'solr.core.testcollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@468b0371
   [junit4]   2> 141486 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 141486 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [[testcollection_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node1\testcollection_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestAuthenticationFramework_E07D851C8C129139-001\tempDir-001\node1\.\testcollection_shard1_replica_n2\data\]
   [junit4]   2> 141692 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 141692 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141693 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 141693 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141693 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141693 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141694 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 141694 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141696 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141696 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141696 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141696 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141719 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 141720 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 141721 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 141721 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 141723 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14242993[testcollection_shard1_replica_n1] main]
   [junit4]   2> 141723 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f383c6[testcollection_shard1_replica_n2] main]
   [junit4]   2> 141723 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@2207eb9b[testcollection_shard2_replica_n6] main]
   [junit4]   2> 141725 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 141726 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 141726 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 141726 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 141726 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141727 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576808273950015488
   [junit4]   2> 141727 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141727 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576808273950015488
   [junit4]   2> 141727 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@705a3e6e[testcollection_shard2_replica_n4] main]
   [junit4]   2> 141734 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 141735 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 141735 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 141735 INFO  (searcherExecutor-646-thread-1-processing-n:127.0.0.1:57697_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node3) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@14242993[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141737 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 141737 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141738 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576808273961549824
   [junit4]   2> 141742 INFO  (searcherExecutor-647-thread-1-processing-n:127.0.0.1:57692_solr x:testcollection_shard1_replica_n2 s:shard1 c:testcollection r:core_node5) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@5f383c6[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141746 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 141746 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576808273969938432
   [junit4]   2> 141747 INFO  (searcherExecutor-645-thread-1-processing-n:127.0.0.1:57692_solr x:testcollection_shard2_replica_n6 s:shard2 c:testcollection r:core_node8) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore [testcollection_shard2_replica_n6] Registered new searcher Searcher@2207eb9b[testcollection_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141750 INFO  (searcherExecutor-644-thread-1-processing-n:127.0.0.1:57697_solr x:testcollection_shard2_replica_n4 s:shard2 c:testcollection r:core_node7) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [testcollection_shard2_replica_n4] Registered new searcher Searcher@705a3e6e[testcollection_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141750 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 141750 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 141750 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/
   [junit4]   2> 141751 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=http://127.0.0.1:57692/solr START replicas=[http://127.0.0.1:57697/solr/testcollection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 141756 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 141757 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 141757 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57692/solr/testcollection_shard2_replica_n6/
   [junit4]   2> 141757 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n6 url=http://127.0.0.1:57692/solr START replicas=[http://127.0.0.1:57697/solr/testcollection_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 141764 INFO  (qtp861225680-1385) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 141772 INFO  (qtp861225680-1384) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.S.Request [testcollection_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 141866 INFO  (zkCallback-228-thread-3-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 141867 INFO  (zkCallback-228-thread-2-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 141868 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 141868 INFO  (zkCallback-227-thread-2-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 141868 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142052 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=http://127.0.0.1:57692/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 142052 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 142052 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 142052 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 142065 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/ shard1
   [junit4]   2> 142066 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n6 url=http://127.0.0.1:57692/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 142066 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 142066 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 142066 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 142075 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57692/solr/testcollection_shard2_replica_n6/ shard2
   [junit4]   2> 142178 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142178 INFO  (zkCallback-228-thread-2-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142178 INFO  (zkCallback-228-thread-3-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142178 INFO  (zkCallback-227-thread-2-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142178 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142218 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 142219 INFO  (qtp469960182-1380) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1869
   [junit4]   2> 142226 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 142228 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1857
   [junit4]   2> 142332 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142332 INFO  (zkCallback-227-thread-2-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142332 INFO  (zkCallback-228-thread-3-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142332 INFO  (zkCallback-228-thread-2-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142332 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142752 INFO  (qtp861225680-1388) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2374
   [junit4]   2> 142758 INFO  (qtp861225680-1391) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2395
   [junit4]   2> 142763 INFO  (qtp469960182-1395) [n:127.0.0.1:57692_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 142863 INFO  (zkCallback-228-thread-2-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142863 INFO  (zkCallback-228-thread-1-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142863 INFO  (zkCallback-227-thread-2-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142863 INFO  (zkCallback-227-thread-1-processing-n:127.0.0.1:57697_solr) [n:127.0.0.1:57697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 142863 INFO  (zkCallback-228-thread-3-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 143763 INFO  (qtp469960182-1395) [n:127.0.0.1:57692_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3743
   [junit4]   2> 143763 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testcollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 143764 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[E07D851C8C129139]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testcollection
   [junit4]   2> 143777 INFO  (qtp469960182-1377) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.S.Request [testcollection_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57692/solr/testcollection_shard2_replica_n6/|http://127.0.0.1:57697/solr/testcollection_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1503761554803&isShard=true&wt=javabin} hits=0 status=0 QTime=3
   [junit4]   2> 143779 INFO  (qtp469960182-1376) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.S.Request [testcollection_shard1_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/|http://127.0.0.1:57697/solr/testcollection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1503761554803&isShard=true&wt=javabin} hits=0 status=0 QTime=7
   [junit4]   2> 143779 INFO  (qtp469960182-1378) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.S.Request [testcollection_shard2_replica_n6]  webapp=/solr path=/select params={q=*:*&_stateVer_=testcollection:6&wt=javabin&version=2} hits=0 status=0 QTime=10
   [junit4]   2> 144028 INFO  (qtp861225680-1399) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/&wt=javabin&version=2}{add=[1 (1576808276105887744)]} 0 3
   [junit4]   2> 144028 INFO  (qtp469960182-1375) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=testcollection:6&wt=javabin&version=2}{add=[1 (1576808276105887744)]} 0 247
   [junit4]   2> 144063 INFO  (qtp861225680-1398) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576808276399489024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 144063 INFO  (qtp861225680-1398) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6968f8fa commitCommandVersion:1576808276399489024
   [junit4]   2> 144067 INFO  (qtp469960182-1373) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576808276403683328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 144067 INFO  (qtp469960182-1373) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@14a110b4 commitCommandVersion:1576808276403683328
   [junit4]   2> 144068 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576808276404731904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 144068 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 144068 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 144068 INFO  (qtp861225680-1400) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576808276404731904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 144068 INFO  (qtp861225680-1400) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 144072 INFO  (OverseerCollectionConfigSetProcessor-98550516968128518-127.0.0.1:57692_solr-n_0000000000) [n:127.0.0.1:57692_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> 144072 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 144074 INFO  (qtp861225680-1400) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 144074 INFO  (qtp861225680-1400) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 144085 INFO  (qtp861225680-1398) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1975ef0b[testcollection_shard1_replica_n1] main]
   [junit4]   2> 144090 INFO  (qtp469960182-1373) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@16616ee7[testcollection_shard1_replica_n2] main]
   [junit4]   2> 144091 INFO  (searcherExecutor-646-thread-1-processing-n:127.0.0.1:57697_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node3) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@1975ef0b[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 144092 INFO  (qtp861225680-1398) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 144092 INFO  (qtp861225680-1398) [n:127.0.0.1:57697_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 28
   [junit4]   2> 144120 INFO  (searcherExecutor-647-thread-1-processing-n:127.0.0.1:57692_solr x:testcollection_shard1_replica_n2 s:shard1 c:testcollection r:core_node5) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@16616ee7[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 144121 INFO  (qtp469960182-1373) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 144121 INFO  (qtp469960182-1373) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 54
   [junit4]   2> 144164 INFO  (qtp469960182-1397) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=testcollection:6&commit=true&wt=javabin&version=2}{commit=} 0 134
   [junit4]   2> 144170 INFO  (qtp469960182-1395) [n:127.0.0.1:57692_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.S.Request [testcollection_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57692/solr/testcollection_shard2_replica_n6/|http://127.0.0.1:57697/solr/testcollection_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1503761555201&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 144172 INFO  (qtp469960182-1376) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.S.Request [testcollection_shard1_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/|http://127.0.0.1:57697/solr/testcollection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1503761555201&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 144175 INFO  (qtp469960182-1375) [n:127.0.0.1:57692_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.S.Request [testcollection_shard1_replica_n2]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=testcollection:6&shards.purpose=64&NOW=1503761555201&ids=1&isShard=true&shard.url=http://127.0.0.1:57692/solr/testcollection_shard1_replica_n2/|http://127.0.0.1:57697/solr/testcollection_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 144176 INFO  (qtp861225680-1386) [n:127.0.0.1:57697_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.S.Request [testcollection_shard2_replica_n4]  webapp=/solr path=/select params={q=*:*&_stateVer_=testcollection:6&wt=javabin&version=2} hits=1 status=0 QTime=10
   [junit4]   2> 144180 INFO  (qtp469960182-1375) [n:127.0.0.1:57692_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 144265 INFO  (OverseerThreadFactory-640-thread-2-processing-n:127.0.0.1:57692_solr) [n:127.0.0.1:57692_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 144267 INFO  (qtp861225680-1385) [n:127.0.0.1:57697_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=null
   [junit4]   2> 144267 INFO  (qtp861225680-1385) [n:127.0.0.1:57697_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73ee4887: rootName = solr_57697, domain = solr.core.testcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@69f02839
   [junit4]   2> 144278 INFO  (qtp861225680-1385) [n:127.0.0.1:57697_solr    ] o.a.s.c.SolrCore [testcollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6d0fdd19
   [junit4]   2> 144278 INFO  (qtp861225680-1385) [n:127.0.0.1:57697_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=1829756185
   [junit4]   2> 144278 INFO  (qtp861225680-1385) [n:127.0.0.1:57697_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=1829756185
   [junit4]   2> 144284 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n2, tag=null
   [junit4]   2> 144284 INFO  (qtp469960182-1379) [n:127.0.0.1:57692_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47117ec5:

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

estination s:shard2 r:core_node4 x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.destination.shard2.leader, tag=1418501865
   [junit4]   2> 136294 INFO  (coreCloseExecutor-159-thread-3) [n:127.0.0.1:51250_solr c:mainCorpus s:shard2 r:core_node4 x:mainCorpus_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.mainCorpus.shard2.replica_n2, tag=2040370447
   [junit4]   2> 136294 INFO  (coreCloseExecutor-159-thread-3) [n:127.0.0.1:51250_solr c:mainCorpus s:shard2 r:core_node4 x:mainCorpus_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@268f541: rootName = solr_51250, domain = solr.core.mainCorpus.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.mainCorpus.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@3b64ed8d
   [junit4]   2> 136300 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1f5d6513004e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 136305 INFO  (coreCloseExecutor-159-thread-3) [n:127.0.0.1:51250_solr c:mainCorpus s:shard2 r:core_node4 x:mainCorpus_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.mainCorpus.shard2.leader, tag=2040370447
   [junit4]   2> 136306 WARN  (zkCallback-21-thread-2-processing-n:127.0.0.1:51252_solr) [n:127.0.0.1:51252_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 136306 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:51250_solr c:workQueue s:shard1 r:core_node3 x:workQueue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.workQueue.shard1.replica_n1, tag=1155787299
   [junit4]   2> 136306 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:51250_solr c:workQueue s:shard1 r:core_node3 x:workQueue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5736a7cb: rootName = solr_51250, domain = solr.core.workQueue.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.workQueue.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@38f0e9f5
   [junit4]   2> 136307 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20ba9708{/solr,null,UNAVAILABLE}
   [junit4]   2> 136309 INFO  (zkCallback-23-thread-2-processing-n:127.0.0.1:51250_solr) [n:127.0.0.1:51250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 136310 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:51250_solr) [n:127.0.0.1:51250_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51250_solr
   [junit4]   2> 136323 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:51250_solr c:workQueue s:shard1 r:core_node3 x:workQueue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.workQueue.shard1.leader, tag=1155787299
   [junit4]   2> 136323 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:51250_solr c:workQueue s:shard1 r:core_node3 x:workQueue_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 136323 INFO  (coreCloseExecutor-159-thread-2) [n:127.0.0.1:51250_solr c:workQueue s:shard1 r:core_node3 x:workQueue_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@32088285 commitCommandVersion:0
   [junit4]   2> 136332 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1f5d6513000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 137819 WARN  (zkCallback-22-thread-2-processing-n:127.0.0.1:51249_solr) [n:127.0.0.1:51249_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 137819 INFO  (jetty-closer-2-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2160c04a{/solr,null,UNAVAILABLE}
   [junit4]   2> 137833 WARN  (zkCallback-23-thread-1-processing-n:127.0.0.1:51250_solr) [n:127.0.0.1:51250_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 137833 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6bfbb50f{/solr,null,UNAVAILABLE}
   [junit4]   2> 137835 ERROR (SUITE-StreamExpressionTest-seed#[B9D166F8FF877AC6]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 137837 INFO  (SUITE-StreamExpressionTest-seed#[B9D166F8FF877AC6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51243 51243
   [junit4]   2> 137840 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51243 51243
   [junit4]   2> 137842 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/aliases.json
   [junit4]   2> 	72	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/clusterstate.json
   [junit4]   2> 	22	/solr/collections/destination/state.json
   [junit4]   2> 	22	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/workQueue/state.json
   [junit4]   2> 	20	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	18	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	12	/solr/collections/collection1_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/live_nodes
   [junit4]   2> 	72	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.io.stream.StreamExpressionTest_B9D166F8FF877AC6-001
   [junit4]   2> Aug 26, 2017 4:28:25 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {expr_s=PostingsFormat(name=Memory), join2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), subject=PostingsFormat(name=LuceneVarGapDocFreqInterval), a1_s=PostingsFormat(name=MockRandom), a2_s=PostingsFormat(name=Memory), test_t=BlockTreeOrds(blocksize=128), level1_s=PostingsFormat(name=Memory), ident_s=PostingsFormat(name=MockRandom), body_t=BlockTreeOrds(blocksize=128), s_multi=PostingsFormat(name=Memory), col_s=PostingsFormat(name=MockRandom), level2_s=PostingsFormat(name=MockRandom), a_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_s=PostingsFormat(name=Memory), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), side_s=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=Memory)}, docValues:{expr_s=DocValuesFormat(name=Lucene70), join2_s=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Direct), join1_i=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Lucene70), join3_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Asserting), field_i=DocValuesFormat(name=Asserting), level1_s=DocValuesFormat(name=Lucene70), s_multi=DocValuesFormat(name=Lucene70), col_s=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Direct), a_ss=DocValuesFormat(name=Asserting), a_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Asserting), i_multi=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Direct), test_dt=DocValuesFormat(name=Lucene70), ident_s=DocValuesFormat(name=Direct), order_i=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), side_s=DocValuesFormat(name=Lucene70), miles_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1595, maxMBSortInHeap=5.51672760999142, sim=RandomSimilarity(queryNorm=true): {}, locale=en-IN, timezone=America/La_Paz
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=53069800,total=183349248
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [38/145 (1!)] on J0 in 148.19s, 95 tests, 1 error, 9 skipped <<< FAILURES!

[...truncated 42879 lines...]

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_144) - Build # 139 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/139/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:54457/_cw/h/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:54457/_cw/h/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([634D8810CF329312:85DABCD0F6B06A73]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([634D8810CF329312:3CA9A527A43E0057]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([634D8810CF329312:12A976C6B9D9B4DE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11852 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_634D8810CF329312-001\init-core-data-001
   [junit4]   2> 1443837 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1444543 WARN  (coreLoadExecutor-5725-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1444547 WARN  (coreLoadExecutor-5725-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=634D8810CF329312 -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.01s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([634D8810CF329312:12A976C6B9D9B4DE]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_634D8810CF329312-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=554, maxMBSortInHeap=6.831163704276696, sim=RandomSimilarity(queryNorm=true): {}, locale=mk, timezone=Japan
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=71959296,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPerFieldSimilarity, BasicZkTest, MoveReplicaTest, TestRealTimeGet, BadCopyFieldTest, HdfsDirectoryTest, SimpleMLTQParserTest, FieldMutatingUpdateProcessorTest, TestDistributedStatsComponentCardinality, HdfsWriteToMultipleCollectionsTest, TestCharFilters, TestElisionMultitermQuery, TestMultiWordSynonyms, TestNRTOpen, TestJsonFacetRefinement, TestSearchPerf, TestUniqueKeyFieldResource, TestStressUserVersions, HLLUtilTest, MBeansHandlerTest, DeleteStatusTest, SOLR749Test, DocValuesNotIndexedTest, TestCollationFieldDocValues, TestSQLHandler, CoreSorterTest, TestShortCircuitedRequests, DateRangeFieldTest, TestConfigsApi, TestRandomFaceting, MigrateRouteKeyTest, ClassificationUpdateProcessorIntegrationTest, TestInPlaceUpdatesDistrib, JSONWriterTest, TestDefaultStatsCache, TriLevelCompositeIdRoutingTest, TestMaxScoreQueryParser, TestManagedSchema, TestIntervalFaceting, HdfsSyncSliceTest, TestCopyFieldCollectionResource, TestTolerantUpdateProcessorRandomCloud, TestConfigOverlay, TestPayloadScoreQParserPlugin, FileBasedSpellCheckerTest, TestExclusionRuleCollectionAccess, BadIndexSchemaTest, EchoParamsTest, TestInitQParser, AddSchemaFieldsUpdateProcessorFactoryTest, TestOnReconnectListenerSupport, DistributedFacetExistsSmallTest, TemplateUpdateProcessorTest, TestReqParamsAPI, TestSolrJ, TestRemoteStreaming, TestCloudNestedDocsSort, ShardRoutingCustomTest, SolrGraphiteReporterTest, SchemaVersionSpecificBehaviorTest, TestCloudManagedSchema, HttpPartitionTest, IndexSchemaRuntimeFieldTest, TestFastOutputStream, TestSimpleTrackingShardHandler, BitVectorTest, DistribDocExpirationUpdateProcessorTest, DocValuesMultiTest, TestRequestForwarding, StatelessScriptUpdateProcessorFactoryTest, SolrRequestParserTest, TestSolrDeletionPolicy1, CollectionsAPIAsyncDistributedZkTest, DistributedMLTComponentTest, TestSolr4Spatial2, TestApiFramework, TestFileDictionaryLookup, DistributedQueryElevationComponentTest, BaseCdcrDistributedZkTest, TestHighFrequencyDictionaryFactory, TestLockTree, TestQueryUtils, ZkSolrClientTest, ExitableDirectoryReaderTest, TestCloudInspectUtil, QueryEqualityTest, TestXmlQParser, TestBinaryResponseWriter, TestSolrFieldCacheBean, CoreAdminRequestStatusTest, ZkNodePropsTest, SynonymTokenizerTest, TestDynamicFieldResource, TestRuleBasedAuthorizationPlugin, SolrIndexConfigTest, SolrIndexMetricsTest, TestDocTermOrds, TestMergePolicyConfig, SharedFSAutoReplicaFailoverTest, BadComponentTest, TestFastWriter, TestPushWriter, TestEmbeddedSolrServerAdminHandler, ConjunctionSolrSpellCheckerTest, TestRestManager, TestAuthorizationFramework, TestPullReplica, IgnoreCommitOptimizeUpdateProcessorFactoryTest, V2StandaloneTest, TestSolrCLIRunExample, TestManagedSynonymFilterFactory, HdfsRecoveryZkTest, ZkFailoverTest, ConnectionReuseTest, CloudExitableDirectoryReaderTest, TestRecovery, MoveReplicaHDFSTest, SystemInfoHandlerTest, TestSolrQueryParser, PropertiesRequestHandlerTest, BlockJoinFacetDistribTest, TestConfigSetProperties, DistributedIntervalFacetingTest, BlockDirectoryTest, TestFieldCacheReopen, JsonLoaderTest, TestFieldCacheWithThreads, TermVectorComponentDistributedTest, SuggestComponentContextFilterQueryTest, TestSolrCloudSnapshots, TestFastLRUCache, TestCoreDiscovery, TestCloudPivotFacet, RuleEngineTest, PeerSyncReplicationTest, TestMacroExpander, TestAnalyzedSuggestions, SolrCloudExampleTest, TestDocumentBuilder, TestDocSet, ShufflingReplicaListTransformerTest, SolrJmxReporterTest, TestValueSourceCache, TestFieldSortValues, TestQueryTypes, TestClusterProperties, CopyFieldTest, TestTrackingShardHandlerFactory, SortSpecParsingTest, TestDynamicLoading, TestMultiValuedNumericRangeQuery, SaslZkACLProviderTest, DeleteReplicaTest, TestPartialUpdateDeduplication, TestAnalyzeInfixSuggestions, TestReload, RollingRestartTest, ConvertedLegacyTest, SegmentsInfoRequestHandlerTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [313/731 (1!)] on J1 in 0.78s, 3 tests, 1 failure <<< FAILURES!

[...truncated 194 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> 1840704 INFO  (SUITE-ForceLeaderTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\init-core-data-001
   [junit4]   2> 1840706 WARN  (SUITE-ForceLeaderTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1840706 INFO  (SUITE-ForceLeaderTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1840709 INFO  (SUITE-ForceLeaderTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1840709 INFO  (SUITE-ForceLeaderTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_cw/h
   [junit4]   2> 1840712 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1840712 INFO  (Thread-2807) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1840712 INFO  (Thread-2807) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1840716 ERROR (Thread-2807) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1840812 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ZkTestServer start zk server on port:54410
   [junit4]   2> 1840827 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1d243ea40000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1840852 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1840858 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1840863 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1840868 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1840873 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1840877 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1840880 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1840884 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1840887 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1840890 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1840892 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1840894 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 1841286 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1841287 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c59e0a{/_cw/h,null,AVAILABLE}
   [junit4]   2> 1841288 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@64bce7{HTTP/1.1,[http/1.1]}{127.0.0.1:54418}
   [junit4]   2> 1841288 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server Started @1849834ms
   [junit4]   2> 1841289 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\tempDir-001/control/data, hostContext=/_cw/h, hostPort=54417, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\control-001\cores}
   [junit4]   2> 1841289 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1841289 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 1841289 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1841289 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1841289 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T06:04:28.771Z
   [junit4]   2> 1841293 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1d243ea40002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1841293 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1841294 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\control-001\solr.xml
   [junit4]   2> 1841303 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1841308 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54410/solr
   [junit4]   2> 1841425 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1841425 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54417__cw%2Fh
   [junit4]   2> 1841426 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.Overseer Overseer (id=98548283355693060-127.0.0.1:54417__cw%2Fh-n_0000000000) starting
   [junit4]   2> 1841432 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54417__cw%2Fh
   [junit4]   2> 1841437 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1841647 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1841657 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1841657 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1841659 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\control-001\cores
   [junit4]   2> 1841693 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1841694 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54410/solr ready
   [junit4]   2> 1841695 INFO  (SocketProxy-Acceptor-54417) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54433,localport=54417], receiveBufferSize:65536
   [junit4]   2> 1841699 INFO  (SocketProxy-Acceptor-54417) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=54418,localport=54434], receiveBufferSize=65536
   [junit4]   2> 1841700 INFO  (qtp22940496-14363) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54417__cw%252Fh&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1841702 INFO  (OverseerThreadFactory-5358-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1841816 INFO  (SocketProxy-Acceptor-54417) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54435,localport=54417], receiveBufferSize:65536
   [junit4]   2> 1841816 INFO  (SocketProxy-Acceptor-54417) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=54418,localport=54436], receiveBufferSize=65536
   [junit4]   2> 1841821 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1841824 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1841941 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1842880 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1842905 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1843017 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1843039 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1843040 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1843040 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1843040 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 1843044 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=974406536, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1843047 WARN  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1843124 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1843124 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1843126 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1843126 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1843127 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=10.6376953125, floorSegmentMB=0.6884765625, forceMergeDeletesPctAllowed=14.774498860811692, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15378379517012447
   [junit4]   2> 1843127 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14c1478[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1843129 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1843129 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1843130 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1843130 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576772536224448512
   [junit4]   2> 1843131 INFO  (searcherExecutor-5361-thread-1-processing-n:127.0.0.1:54417__cw%2Fh x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@14c1478[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1843137 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1843137 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1843137 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54417/_cw/h/control_collection_shard1_replica_n1/
   [junit4]   2> 1843137 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1843137 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:54417/_cw/h/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1843137 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1843142 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54417/_cw/h/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1843246 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1843294 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1843296 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1474
   [junit4]   2> 1843301 INFO  (qtp22940496-14363) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1843401 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1843706 INFO  (OverseerCollectionConfigSetProcessor-98548283355693060-127.0.0.1:54417__cw%2Fh-n_0000000000) [n:127.0.0.1:54417__cw%2Fh    ] 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> 1844302 INFO  (qtp22940496-14363) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54417__cw%252Fh&wt=javabin&version=2} status=0 QTime=2600
   [junit4]   2> 1844321 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1844325 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54410/solr ready
   [junit4]   2> 1844325 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1844326 INFO  (SocketProxy-Acceptor-54417) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54440,localport=54417], receiveBufferSize:65536
   [junit4]   2> 1844327 INFO  (SocketProxy-Acceptor-54417) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=54418,localport=54441], receiveBufferSize=65536
   [junit4]   2> 1844332 INFO  (qtp22940496-14361) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1844339 INFO  (OverseerThreadFactory-5358-thread-2-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1844342 WARN  (OverseerThreadFactory-5358-thread-2-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1844555 INFO  (qtp22940496-14361) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1844556 INFO  (qtp22940496-14361) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=223
   [junit4]   2> 1845030 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-1-001 of type TLOG
   [junit4]   2> 1845031 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1845032 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@141e602{/_cw/h,null,AVAILABLE}
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51a5ac{HTTP/1.1,[http/1.1]}{127.0.0.1:54443}
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server Started @1853579ms
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_cw/h, hostPort=54442, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-1-001\cores}
   [junit4]   2> 1845033 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1845033 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T06:04:32.515Z
   [junit4]   2> 1845039 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1845040 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-1-001\solr.xml
   [junit4]   2> 1845051 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1845057 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54410/solr
   [junit4]   2> 1845075 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1845078 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1845081 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54442__cw%2Fh
   [junit4]   2> 1845087 INFO  (zkCallback-2038-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1845089 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1845089 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1845303 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1845317 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1845318 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1845320 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-1-001\cores
   [junit4]   2> 1845385 INFO  (qtp22940496-14364) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54442__cw%252Fh&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1845390 INFO  (OverseerCollectionConfigSetProcessor-98548283355693060-127.0.0.1:54417__cw%2Fh-n_0000000000) [n:127.0.0.1:54417__cw%2Fh    ] 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> 1845391 INFO  (OverseerThreadFactory-5358-thread-3-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:54442__cw%2Fh for creating new replica
   [junit4]   2> 1845394 INFO  (SocketProxy-Acceptor-54442) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54455,localport=54442], receiveBufferSize:65536
   [junit4]   2> 1845395 INFO  (SocketProxy-Acceptor-54442) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=54443,localport=54456], receiveBufferSize=65536
   [junit4]   2> 1845399 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1845401 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1845514 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1846451 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1846475 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 1846558 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1846581 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 1846582 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1846582 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1846582 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-1-001\cores\collection1_shard2_replica_t41], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-1-001\cores\collection1_shard2_replica_t41\data\]
   [junit4]   2> 1846585 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=974406536, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1846589 WARN  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1846666 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1846666 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1846668 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1846668 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1846670 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=10.6376953125, floorSegmentMB=0.6884765625, forceMergeDeletesPctAllowed=14.774498860811692, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15378379517012447
   [junit4]   2> 1846670 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dba1e4[collection1_shard2_replica_t41] main]
   [junit4]   2> 1846672 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1846673 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1846673 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1846674 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576772539940601856
   [junit4]   2> 1846675 INFO  (searcherExecutor-5372-thread-1-processing-n:127.0.0.1:54442__cw%2Fh x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@1dba1e4[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1846680 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1846681 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1846681 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54442/_cw/h/collection1_shard2_replica_t41/
   [junit4]   2> 1846681 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1846681 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:54442/_cw/h/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 1846681 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1846681 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 1846688 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54442/_cw/h/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 1846793 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1846839 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1846841 INFO  (qtp13155635-14411) [n:127.0.0.1:54442__cw%2Fh c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1443
   [junit4]   2> 1846844 INFO  (qtp22940496-14364) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:54442__cw%252Fh&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1459
   [junit4]   2> 1846946 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1847234 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-2-001 of type TLOG
   [junit4]   2> 1847235 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1847236 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19e9b00{/_cw/h,null,AVAILABLE}
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a83375{HTTP/1.1,[http/1.1]}{127.0.0.1:54458}
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server Started @1855782ms
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_cw/h, hostPort=54457, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-2-001\cores}
   [junit4]   2> 1847237 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1847237 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T06:04:34.719Z
   [junit4]   2> 1847241 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1847241 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-2-001\solr.xml
   [junit4]   2> 1847248 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1847253 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54410/solr
   [junit4]   2> 1847265 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1847268 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1847271 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54457__cw%2Fh
   [junit4]   2> 1847272 INFO  (zkCallback-2038-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1847272 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1847272 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1847273 INFO  (zkCallback-2049-thread-1-processing-n:127.0.0.1:54457__cw%2Fh) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1847391 INFO  (OverseerCollectionConfigSetProcessor-98548283355693060-127.0.0.1:54417__cw%2Fh-n_0000000000) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1847530 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1847542 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1847542 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1847544 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-2-001\cores
   [junit4]   2> 1847587 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54457__cw%252Fh&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1847601 INFO  (OverseerThreadFactory-5358-thread-4-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:54457__cw%2Fh for creating new replica
   [junit4]   2> 1847603 INFO  (SocketProxy-Acceptor-54457) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54470,localport=54457], receiveBufferSize:65536
   [junit4]   2> 1847603 INFO  (SocketProxy-Acceptor-54457) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=54458,localport=54471], receiveBufferSize=65536
   [junit4]   2> 1847608 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1847609 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1847718 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1847718 INFO  (zkCallback-2049-thread-1-processing-n:127.0.0.1:54457__cw%2Fh) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1848680 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1848723 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 1848858 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1848895 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 1848896 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1848896 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1848896 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-2-001\cores\collection1_shard1_replica_t43], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-2-001\cores\collection1_shard1_replica_t43\data\]
   [junit4]   2> 1848904 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=974406536, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1848955 WARN  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1849050 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1849050 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1849052 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1849052 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1849054 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=10.6376953125, floorSegmentMB=0.6884765625, forceMergeDeletesPctAllowed=14.774498860811692, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15378379517012447
   [junit4]   2> 1849054 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@16619[collection1_shard1_replica_t43] main]
   [junit4]   2> 1849056 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1849057 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1849057 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1849059 INFO  (searcherExecutor-5383-thread-1-processing-n:127.0.0.1:54457__cw%2Fh x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@16619[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1849059 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576772542441455616
   [junit4]   2> 1849066 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1849066 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1849066 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54457/_cw/h/collection1_shard1_replica_t43/
   [junit4]   2> 1849066 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1849066 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:54457/_cw/h/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 1849066 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1849067 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 1849070 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54457/_cw/h/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 1849174 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1849175 INFO  (zkCallback-2049-thread-1-processing-n:127.0.0.1:54457__cw%2Fh) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1849221 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1849225 INFO  (qtp5690539-14444) [n:127.0.0.1:54457__cw%2Fh c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1616
   [junit4]   2> 1849233 INFO  (qtp22940496-14365) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:54457__cw%252Fh&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1646
   [junit4]   2> 1849332 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1849333 INFO  (zkCallback-2049-thread-1-processing-n:127.0.0.1:54457__cw%2Fh) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1849593 INFO  (OverseerCollectionConfigSetProcessor-98548283355693060-127.0.0.1:54417__cw%2Fh-n_0000000000) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1849680 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-3-001 of type TLOG
   [junit4]   2> 1849680 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1849681 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a0cc02{/_cw/h,null,AVAILABLE}
   [junit4]   2> 1849682 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19e4bc9{HTTP/1.1,[http/1.1]}{127.0.0.1:54473}
   [junit4]   2> 1849682 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.e.j.s.Server Started @1858227ms
   [junit4]   2> 1849682 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_cw/h, hostPort=54472, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-3-001\cores}
   [junit4]   2> 1849682 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1849682 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 1849683 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1849683 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1849683 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-26T06:04:37.165Z
   [junit4]   2> 1849687 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1849687 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-3-001\solr.xml
   [junit4]   2> 1849693 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1849698 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54410/solr
   [junit4]   2> 1849711 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1849714 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1849716 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54472__cw%2Fh
   [junit4]   2> 1849719 INFO  (zkCallback-2043-thread-1-processing-n:127.0.0.1:54442__cw%2Fh) [n:127.0.0.1:54442__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1849719 INFO  (zkCallback-2049-thread-1-processing-n:127.0.0.1:54457__cw%2Fh) [n:127.0.0.1:54457__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1849719 INFO  (zkCallback-2038-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1849720 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:54472__cw%2Fh) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1849720 INFO  (zkCallback-2031-thread-1-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1850036 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1850046 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1850047 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@153a71a
   [junit4]   2> 1850049 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[634D8810CF329312]) [n:127.0.0.1:54472__cw%2Fh    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_634D8810CF329312-001\shard-3-001\cores
   [junit4]   2> 1850102 INFO  (qtp22940496-14363) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54472__cw%252Fh&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1850106 INFO  (OverseerThreadFactory-5358-thread-5-processing-n:127.0.0.1:54417__cw%2Fh) [n:127.0.0.1:54417__cw%2Fh    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:54472__cw%2Fh for creating new replica
   [junit4]   2> 1850110 INFO  (SocketProxy-Acceptor-54472) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54485,localport=54472], receiveBufferSize:65536
   [junit4]   2> 1850110 INFO  (SocketProxy-Acceptor-54472) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=54473,localport=54486], receiveBuf

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

etrics.reporters.SolrSlf4jReporterTest_634D8810CF329312-001\init-core-data-001
   [junit4]   2> 3166314 WARN  (SUITE-SolrSlf4jReporterTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 3166314 INFO  (SUITE-SolrSlf4jReporterTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3166319 INFO  (SUITE-SolrSlf4jReporterTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3166319 INFO  (SUITE-SolrSlf4jReporterTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3166321 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[634D8810CF329312]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 3172829 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[634D8810CF329312]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=634D8810CF329312 -Dtests.slow=true -Dtests.locale=es-UY -Dtests.timezone=Etc/GMT-12 -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 6.51s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([634D8810CF329312:3CA9A527A43E0057]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3172831 INFO  (SUITE-SolrSlf4jReporterTest-seed#[634D8810CF329312]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_634D8810CF329312-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1087, maxMBSortInHeap=7.365662884726802, sim=RandomSimilarity(queryNorm=true): {}, locale=es-UY, timezone=Etc/GMT-12
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 (32-bit)/cpus=3,threads=1,free=140972848,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPerFieldSimilarity, BasicZkTest, MoveReplicaTest, TestRealTimeGet, BadCopyFieldTest, HdfsDirectoryTest, SimpleMLTQParserTest, FieldMutatingUpdateProcessorTest, TestDistributedStatsComponentCardinality, HdfsWriteToMultipleCollectionsTest, TestCharFilters, TestElisionMultitermQuery, TestMultiWordSynonyms, TestNRTOpen, TestJsonFacetRefinement, TestSearchPerf, TestUniqueKeyFieldResource, TestStressUserVersions, HLLUtilTest, MBeansHandlerTest, DeleteStatusTest, SOLR749Test, DocValuesNotIndexedTest, TestCollationFieldDocValues, TestSQLHandler, CoreSorterTest, TestShortCircuitedRequests, DateRangeFieldTest, TestConfigsApi, TestRandomFaceting, MigrateRouteKeyTest, ClassificationUpdateProcessorIntegrationTest, TestInPlaceUpdatesDistrib, JSONWriterTest, TestDefaultStatsCache, TriLevelCompositeIdRoutingTest, TestMaxScoreQueryParser, TestManagedSchema, TestIntervalFaceting, HdfsSyncSliceTest, TestCopyFieldCollectionResource, TestTolerantUpdateProcessorRandomCloud, TestConfigOverlay, TestPayloadScoreQParserPlugin, FileBasedSpellCheckerTest, TestExclusionRuleCollectionAccess, BadIndexSchemaTest, EchoParamsTest, TestInitQParser, AddSchemaFieldsUpdateProcessorFactoryTest, TestOnReconnectListenerSupport, DistributedFacetExistsSmallTest, TemplateUpdateProcessorTest, TestReqParamsAPI, TestSolrJ, TestRemoteStreaming, TestCloudNestedDocsSort, ShardRoutingCustomTest, SolrGraphiteReporterTest, SchemaVersionSpecificBehaviorTest, TestCloudManagedSchema, HttpPartitionTest, IndexSchemaRuntimeFieldTest, TestFastOutputStream, TestSimpleTrackingShardHandler, BitVectorTest, DistribDocExpirationUpdateProcessorTest, DocValuesMultiTest, TestRequestForwarding, StatelessScriptUpdateProcessorFactoryTest, SolrRequestParserTest, TestSolrDeletionPolicy1, CollectionsAPIAsyncDistributedZkTest, DistributedMLTComponentTest, TestSolr4Spatial2, TestApiFramework, TestFileDictionaryLookup, DistributedQueryElevationComponentTest, BaseCdcrDistributedZkTest, TestHighFrequencyDictionaryFactory, TestLockTree, TestQueryUtils, ZkSolrClientTest, ExitableDirectoryReaderTest, TestCloudInspectUtil, QueryEqualityTest, TestXmlQParser, TestBinaryResponseWriter, TestSolrFieldCacheBean, CoreAdminRequestStatusTest, ZkNodePropsTest, SynonymTokenizerTest, TestDynamicFieldResource, TestRuleBasedAuthorizationPlugin, SolrIndexConfigTest, SolrIndexMetricsTest, TestDocTermOrds, TestMergePolicyConfig, SharedFSAutoReplicaFailoverTest, BadComponentTest, TestFastWriter, TestPushWriter, TestEmbeddedSolrServerAdminHandler, ConjunctionSolrSpellCheckerTest, TestRestManager, TestAuthorizationFramework, TestPullReplica, IgnoreCommitOptimizeUpdateProcessorFactoryTest, V2StandaloneTest, TestSolrCLIRunExample, TestManagedSynonymFilterFactory, HdfsRecoveryZkTest, ZkFailoverTest, ConnectionReuseTest, CloudExitableDirectoryReaderTest, TestRecovery, MoveReplicaHDFSTest, SystemInfoHandlerTest, TestSolrQueryParser, PropertiesRequestHandlerTest, BlockJoinFacetDistribTest, TestConfigSetProperties, DistributedIntervalFacetingTest, BlockDirectoryTest, TestFieldCacheReopen, JsonLoaderTest, TestFieldCacheWithThreads, TermVectorComponentDistributedTest, SuggestComponentContextFilterQueryTest, TestSolrCloudSnapshots, TestFastLRUCache, TestCoreDiscovery, TestCloudPivotFacet, RuleEngineTest, PeerSyncReplicationTest, TestMacroExpander, TestAnalyzedSuggestions, SolrCloudExampleTest, TestDocumentBuilder, TestDocSet, ShufflingReplicaListTransformerTest, SolrJmxReporterTest, TestValueSourceCache, TestFieldSortValues, TestQueryTypes, TestClusterProperties, CopyFieldTest, TestTrackingShardHandlerFactory, SortSpecParsingTest, TestDynamicLoading, TestMultiValuedNumericRangeQuery, SaslZkACLProviderTest, DeleteReplicaTest, TestPartialUpdateDeduplication, TestAnalyzeInfixSuggestions, TestReload, RollingRestartTest, ConvertedLegacyTest, SegmentsInfoRequestHandlerTest, UpdateRequestProcessorFactoryTest, TestFieldResource, SpellCheckCollatorTest, TestUninvertingReader, TestTrie, TestStressInPlaceUpdates, TestManagedResource, OverseerModifyCollectionTest, TestFieldTypeResource, TestDistributedGrouping, TestSolrCloudWithDelegationTokens, SolrMetricsIntegrationTest, TestComplexPhraseQParserPlugin, TestBlobHandler, DistanceUnitsTest, TestManagedSchemaThreadSafety, SpellCheckComponentTest, TestJsonRequest, EnumFieldTest, DistributedSuggestComponentTest, UtilsToolTest, FullSolrCloudDistribCmdsTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, TestReplicationHandler, TestRandomDVFaceting, AutoCommitTest, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRangeQuery, TestCoreContainer, SolrCoreTest, SolrCmdDistributorTest, PeerSyncTest, TestBadConfig, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, TestStressLucene, TestCSVLoader, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, DistanceFunctionTest, CacheHeaderTest, LukeRequestHandlerTest, TermsComponentTest, TermVectorComponentTest, RequiredFieldsTest, LoggingHandlerTest, IndexSchemaTest, ReturnFieldsTest, QueryParsingTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, ResponseLogComponentTest, SampleTest, TestConfig, TestSolrCoreProperties, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, DateFieldTest, RAMDirectoryFactoryTest, TestUtils, UUIDFieldTest, CircularListTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CustomCollectionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplaceNodeTest, ReplicationFactorTest, RestartWhileUpdatingTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudSearcherWarming, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestLocalFSCloudBackupRestore, TestMiniSolrCloudClusterSSL, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestRebalanceLeaders, TestSSLRandomization, TestSolrCloudWithKerberosAlt, TestTlogReplica, TestSolrCoreSnapshots, TestHdfsBackupRestoreCore, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, V2ApiIntegrationTest, TestCollectionAPIs, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, InfixSuggestersTest, TestExpandComponent, TestHttpShardHandlerFactory, JavabinLoaderTest, HighlighterMaxOffsetTest, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, TestLegacyNumericUtils, JvmMetricsTest, MetricsConfigTest, SolrCoreMetricManagerTest, SolrSlf4jReporterTest]
   [junit4] Completed [626/731 (3!)] on J1 in 6.56s, 1 test, 1 failure <<< FAILURES!

[...truncated 39736 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+181) - Build # 138 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/138/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseParallelGC --illegal-access=deny

4 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:57258/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:57258/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([C9DCEA9445744FAC:2F4BDE547CF6B6CD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([C9DCEA9445744FAC:9638C7A32E78DCE9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([C9DCEA9445744FAC:B8381442339F6860]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([C9DCEA9445744FAC:1D99A1CDA222FC57]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11097 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\init-core-data-001
   [junit4]   2> 191589 INFO  (SUITE-CdcrBootstrapTest-seed#[C9DCEA9445744FAC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 191592 INFO  (SUITE-CdcrBootstrapTest-seed#[C9DCEA9445744FAC]-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> 191592 INFO  (SUITE-CdcrBootstrapTest-seed#[C9DCEA9445744FAC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 191593 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 191594 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-target-001
   [junit4]   2> 191595 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 191600 INFO  (Thread-467) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 191600 INFO  (Thread-467) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 191607 ERROR (Thread-467) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 191695 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.ZkTestServer start zk server on port:57482
   [junit4]   2> 191705 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1ab3c58f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 191707 INFO  (jetty-launcher-370-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 191707 INFO  (jetty-launcher-370-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c4cae8{/solr,null,AVAILABLE}
   [junit4]   2> 191710 INFO  (jetty-launcher-370-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a2342e{HTTP/1.1,[http/1.1]}{127.0.0.1:57486}
   [junit4]   2> 191710 INFO  (jetty-launcher-370-thread-1) [    ] o.e.j.s.Server Started @201277ms
   [junit4]   2> 191710 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57486}
   [junit4]   2> 191711 ERROR (jetty-launcher-370-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 191711 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 191711 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 191711 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 191711 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-25T18:42:22.842676Z
   [junit4]   2> 191714 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 191721 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1ab3c58f0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 191725 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57482/solr
   [junit4]   2> 191879 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 191880 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57486_solr
   [junit4]   2> 191881 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98545601264680963-127.0.0.1:57486_solr-n_0000000000) starting
   [junit4]   2> 191890 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57486_solr
   [junit4]   2> 191892 INFO  (zkCallback-377-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 192036 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57486.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 192044 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57486.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 192044 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57486.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 192045 INFO  (jetty-launcher-370-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:57482/solr
   [junit4]   2> 192079 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-source-001
   [junit4]   2> 192079 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 192079 INFO  (Thread-477) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 192079 INFO  (Thread-477) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 192087 ERROR (Thread-477) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 192179 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.ZkTestServer start zk server on port:57508
   [junit4]   2> 192188 INFO  (jetty-launcher-382-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 192189 INFO  (jetty-launcher-382-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15beda9{/solr,null,AVAILABLE}
   [junit4]   2> 192190 INFO  (jetty-launcher-382-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f77ede{HTTP/1.1,[http/1.1]}{127.0.0.1:57512}
   [junit4]   2> 192190 INFO  (jetty-launcher-382-thread-1) [    ] o.e.j.s.Server Started @201758ms
   [junit4]   2> 192190 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57512}
   [junit4]   2> 192191 ERROR (jetty-launcher-382-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 192191 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.1.0
   [junit4]   2> 192191 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 192191 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 192191 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-25T18:42:23.322972200Z
   [junit4]   2> 192196 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 192205 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57508/solr
   [junit4]   2> 192381 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 192382 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57512_solr
   [junit4]   2> 192383 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98545601296269315-127.0.0.1:57512_solr-n_0000000000) starting
   [junit4]   2> 192399 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57512_solr
   [junit4]   2> 192401 INFO  (OverseerStateUpdate-98545601296269315-127.0.0.1:57512_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 192681 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57512.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 192689 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57512.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 192689 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57512.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 192690 INFO  (jetty-launcher-382-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-source-001\node1\.
   [junit4]   2> 192734 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 192735 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57508/solr ready
   [junit4]   2> 192739 INFO  (qtp2534026-2162) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 192742 INFO  (OverseerThreadFactory-916-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 192853 INFO  (OverseerStateUpdate-98545601296269315-127.0.0.1:57512_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57512/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 193054 INFO  (qtp2534026-2166) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 193054 INFO  (qtp2534026-2166) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 193164 INFO  (zkCallback-389-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 193164 INFO  (zkCallback-389-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 194080 INFO  (qtp2534026-2166) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 194086 INFO  (qtp2534026-2166) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 194092 INFO  (qtp2534026-2166) [    ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 194095 INFO  (qtp2534026-2166) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 194097 INFO  (qtp2534026-2166) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 194105 INFO  (qtp2534026-2166) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 194105 INFO  (qtp2534026-2166) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 194106 INFO  (qtp2534026-2166) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57512.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 194107 INFO  (qtp2534026-2166) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 194107 INFO  (qtp2534026-2166) [    ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 194286 INFO  (qtp2534026-2166) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 194286 INFO  (qtp2534026-2166) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 194288 INFO  (qtp2534026-2166) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 194288 INFO  (qtp2534026-2166) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 194289 INFO  (qtp2534026-2166) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@149440[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 194294 INFO  (qtp2534026-2166) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 194295 INFO  (qtp2534026-2166) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 194295 INFO  (qtp2534026-2166) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 194296 INFO  (qtp2534026-2166) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 194297 INFO  (qtp2534026-2166) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 194305 INFO  (qtp2534026-2166) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 194310 INFO  (qtp2534026-2166) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 194331 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@149440[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 194331 INFO  (qtp2534026-2166) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576729623094362112
   [junit4]   2> 194338 INFO  (qtp2534026-2166) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 194338 INFO  (qtp2534026-2166) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 194338 INFO  (qtp2534026-2166) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57512/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 194338 INFO  (qtp2534026-2166) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 194338 INFO  (qtp2534026-2166) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57512/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 194338 INFO  (qtp2534026-2166) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 194343 INFO  (zkCallback-389-thread-2) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 194346 INFO  (qtp2534026-2166) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57512/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 194452 INFO  (zkCallback-389-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 194452 INFO  (zkCallback-389-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 194499 INFO  (qtp2534026-2166) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 194501 INFO  (qtp2534026-2166) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1445
   [junit4]   2> 194505 INFO  (qtp2534026-2162) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 194607 INFO  (zkCallback-389-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 194607 INFO  (zkCallback-389-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 194745 INFO  (OverseerCollectionConfigSetProcessor-98545601296269315-127.0.0.1:57512_solr-n_0000000000) [    ] 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> 195506 INFO  (qtp2534026-2162) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2766
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 195527 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 195529 INFO  (qtp2534026-2167) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624350556160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 195529 INFO  (qtp2534026-2167) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624350556160
   [junit4]   2> 195573 INFO  (qtp2534026-2167) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f77ad4[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 195573 INFO  (qtp2534026-2167) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 195576 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1f77ad4[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100)))}
   [junit4]   2> 195576 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 195591 INFO  (qtp2534026-2168) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 195593 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624417665024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 195593 INFO  (qtp2534026-2161) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624417665024
   [junit4]   2> 195641 INFO  (qtp2534026-2161) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d2713b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 195641 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 195645 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1d2713b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100)))}
   [junit4]   2> 195645 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=51
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 195658 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 195659 INFO  (qtp2534026-2166) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624486871040,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 195659 INFO  (qtp2534026-2166) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624486871040
   [junit4]   2> 195714 INFO  (qtp2534026-2166) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e138d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 195714 INFO  (qtp2534026-2166) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 195717 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@5e138d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100)))}
   [junit4]   2> 195717 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=58
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 195734 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 195734 INFO  (qtp2534026-2165) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624565514240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 195734 INFO  (qtp2534026-2165) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624565514240
   [junit4]   2> 195783 INFO  (qtp2534026-2165) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5dd9f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 195784 INFO  (qtp2534026-2165) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 195786 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1f5dd9f[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100)))}
   [junit4]   2> 195786 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=52
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 195799 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 195800 INFO  (qtp2534026-2168) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624634720256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 195800 INFO  (qtp2534026-2168) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624634720256
   [junit4]   2> 195845 INFO  (qtp2534026-2168) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13087f3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 195847 INFO  (qtp2534026-2168) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 195848 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@13087f3[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100)))}
   [junit4]   2> 195849 INFO  (qtp2534026-2168) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=47
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 195879 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 195904 INFO  (qtp2534026-2164) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624743772160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 195904 INFO  (qtp2534026-2164) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624743772160
   [junit4]   2> 196015 INFO  (qtp2534026-2164) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11ce732[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 196015 INFO  (qtp2534026-2164) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196017 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@11ce732[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100)))}
   [junit4]   2> 196018 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=114
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 196030 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 196031 INFO  (qtp2534026-2162) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729624876941312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196031 INFO  (qtp2534026-2162) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729624876941312
   [junit4]   2> 196139 INFO  (qtp2534026-2162) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18ffc22[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 196139 INFO  (qtp2534026-2162) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196141 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@18ffc22[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100)))}
   [junit4]   2> 196142 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=111
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 196154 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 196155 INFO  (qtp2534026-2167) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729625006964736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196155 INFO  (qtp2534026-2167) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729625006964736
   [junit4]   2> 196274 INFO  (qtp2534026-2167) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@94cc06[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 196274 INFO  (qtp2534026-2167) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196276 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@94cc06[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100)))}
   [junit4]   2> 196277 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=121
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 196289 INFO  (qtp2534026-2168) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 196290 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729625148522496,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196290 INFO  (qtp2534026-2161) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729625148522496
   [junit4]   2> 196365 INFO  (qtp2534026-2161) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16a02cf[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 196365 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196367 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@16a02cf[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100)))}
   [junit4]   2> 196368 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=77
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 196385 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 196386 INFO  (qtp2534026-2166) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729625249185792,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196387 INFO  (qtp2534026-2166) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729625249185792
   [junit4]   2> 196461 INFO  (qtp2534026-2166) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1eb59d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 196462 INFO  (qtp2534026-2166) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196464 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1eb59d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C100) Uninverting(_1(7.1.0):C100) Uninverting(_2(7.1.0):C100) Uninverting(_3(7.1.0):C100) Uninverting(_4(7.1.0):C100) Uninverting(_5(7.1.0):C100) Uninverting(_6(7.1.0):C100) Uninverting(_7(7.1.0):C100) Uninverting(_8(7.1.0):C100) Uninverting(_9(7.1.0):C100)))}
   [junit4]   2> 196465 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=78
   [junit4]   2> 196468 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 QTime=1
   [junit4]   2> 196482 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1ab3c58f0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 196499 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 196500 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[C9DCEA9445744FAC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57482/solr ready
   [junit4]   2> 196502 INFO  (qtp22845145-2120) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 196512 INFO  (OverseerThreadFactory-908-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 196625 INFO  (OverseerStateUpdate-98545601264680963-127.0.0.1:57486_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57486/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 196834 INFO  (qtp22845145-2123) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 196835 INFO  (qtp22845145-2123) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 196944 INFO  (zkCallback-377-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 196944 INFO  (zkCallback-377-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 197855 INFO  (qtp22845145-2123) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 197861 INFO  (qtp22845145-2123) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 197865 INFO  (qtp22845145-2123) [    ] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 197867 INFO  (qtp22845145-2123) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 197869 INFO  (qtp22845145-2123) [    ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 197872 INFO  (qtp22845145-2123) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 197872 INFO  (qtp22845145-2123) [    ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 197873 INFO  (qtp22845145-2123) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57486.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a16831
   [junit4]   2> 197873 INFO  (qtp22845145-2123) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 197873 INFO  (qtp22845145-2123) [    ] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-target-001\node1\cdcr-target_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_C9DCEA9445744FAC-001\cdcr-target-001\node1\.\cdcr-target_shard1_replica_n1\data\]
   [junit4]   2> 197978 INFO  (qtp22845145-2123) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 197978 INFO  (qtp22845145-2123) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 197980 INFO  (qtp22845145-2123) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 197980 INFO  (qtp22845145-2123) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 197982 INFO  (qtp22845145-2123) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a0a3d3[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 197983 INFO  (qtp22845145-2123) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 197984 INFO  (qtp22845145-2123) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 197984 INFO  (qtp22845145-2123) [    ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 197985 INFO  (qtp22845145-2123) [    ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 197985 INFO  (qtp22845145-2123) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 197988 INFO  (qtp22845145-2123) [    ] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 197990 INFO  (qtp22845145-2123) [    ] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 197991 INFO  (searcherExecutor-925-thread-1) [    ] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@1a0a3d3[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 197991 INFO  (qtp22845145-2123) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576729626932150272
   [junit4]   2> 197999 INFO  (qtp22845145-2123) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 197999 INFO  (qtp22845145-2123) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 197999 INFO  (qtp22845145-2123) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57486/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 197999 INFO  (qtp22845145-2123) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 197999 INFO  (qtp22845145-2123) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57486/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 197999 INFO  (qtp22845145-2123) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 198004 INFO  (zkCallback-377-thread-2) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 198006 INFO  (qtp22845145-2123) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57486/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 198110 INFO  (zkCallback-377-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 198110 INFO  (zkCallback-377-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 198159 INFO  (qtp22845145-2123) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 198161 INFO  (qtp22845145-2123) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1326
   [junit4]   2> 198164 INFO  (qtp22845145-2120) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 198265 INFO  (zkCallback-377-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 198265 INFO  (zkCallback-377-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 198515 INFO  (OverseerCollectionConfigSetProcessor-98545601264680963-127.0.0.1:57486_solr-n_0000000000) [    ] 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> 199165 INFO  (qtp22845145-2120) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2662
   [junit4]   2> 200169 INFO  (zkCallback-377-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/cdcr/state/process @ cdcr-target:shard1
   [junit4]   2> 200170 INFO  (qtp22845145-2124) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-target:4&action=start&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 200171 INFO  (zkCallback-377-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-target:shard1
   [junit4]   2> 200178 INFO  (qtp2534026-2165) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 200180 INFO  (qtp2534026-2165) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57482/solr ready
   [junit4]   2> 200194 INFO  (qtp22845145-2122) [    ] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 200194 INFO  (qtp22845145-2122) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 200194 INFO  (qtp22845145-2126) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 200195 INFO  (qtp2534026-2165) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 200195 INFO  (qtp2534026-2165) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 200198 INFO  (qtp2534026-2165) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 200199 INFO  (zkCallback-389-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 200199 INFO  (cdcr-bootstrap-status-401-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:57486/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 200199 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} status=0 QTime=27
   [junit4]   2> 200200 INFO  (zkCallback-389-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 200202 INFO  (qtp22845145-2123) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:57512/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 200205 INFO  (qtp22845145-2124) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 200205 WARN  (cdcr-bootstrap-status-401-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:57486/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 200210 INFO  (cdcr-bootstrap-status-401-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:57486/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 200210 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 200211 INFO  (qtp22845145-2124) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:57512/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 200212 INFO  (qtp22845145-2127) [    ] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 200213 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 200213 INFO  (cdcr-bootstrap-status-401-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 200214 INFO  (qtp2534026-2168) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729629263134720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 200214 INFO  (qtp2534026-2168) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729629263134720
   [junit4]   2> 200281 INFO  (qtp2534026-2168) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f8e816[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 200281 INFO  (qtp2534026-2168) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 200281 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729629266280448,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 200281 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 200281 INFO  (qtp2534026-2161) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 200281 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=66
   [junit4]   2> 200287 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@f8e816[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.1.0):C1000) Uninverting(_b(7.1.0):C100)))}
   [junit4]   2> 200287 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 200287 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 12
   [junit4]   2> 200287 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1503686551345
   [junit4]   2> 200287 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 200287 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 200287 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 200308 INFO  (qtp2534026-2166) [    ] o.a.s.h.ReplicationHandler Adding tlog files to list: [{size=4657, name=tlog.0000000000000000000.1576729624331681792}, {size=4778, name=tlog.0000000000000000001.1576729624402984960}, {size=4778, name=tlog.0000000000000000002.1576729624474288128}, {size=4778, name=tlog.0000000000000000003.1576729624551882752}, {size=4778, name=tlog.0000000000000000004.1576729624622137344}, {size=4778, name=tlog.0000000000000000005.1576729624702877696}, {size=4778, name=tlog.0000000000000000006.1576729624867504128}, {size=4778, name=tlog.0000000000000000007.1576729624995430400}, {size=4778, name=tlog.0000000000000000008.1576729625135939584}, {size=4778, name=tlog.0000000000000000009.1576729625232408576}, {size=4878, name=tlog.0000000000000000010.1576729629250551808}]
   [junit4]   2> 200309 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=20
   [junit4]   2> 200309 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 29
   [junit4]   2> 200309 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Number of tlog files in master: 11
   [junit4]   2> 200314 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 200315 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@1d77f76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@784e3)
   [junit4]   2> 200316 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200318 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200322 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200324 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200329 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200330 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200332 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200334 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200337 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200352 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200355 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.dii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200358 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.dim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200361 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200363 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_a_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200366 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200368 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200370 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200373 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.dim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200375 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200381 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200383 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.dii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200386 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200388 INFO  (qtp2534026-2168) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=173
   [junit4]   2> 200388 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   2> 200389 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200392 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200394 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200397 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200399 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 200401 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=_b.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200404 INFO  (qtp2534026-2165) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1576729629462364160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 200404 INFO  (qtp2534026-2165) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef221 commitCommandVersion:1576729629462364160
   [junit4]   2> 200409 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&file=segments_c&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200411 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Starting download of tlog files from master: [{size=4657, name=tlog.0000000000000000000.1576729624331681792}, {size=4778, name=tlog.0000000000000000001.1576729624402984960}, {size=4778, name=tlog.0000000000000000002.1576729624474288128}, {size=4778, name=tlog.0000000000000000003.1576729624551882752}, {size=4778, name=tlog.0000000000000000004.1576729624622137344}, {size=4778, name=tlog.0000000000000000005.1576729624702877696}, {size=4778, name=tlog.0000000000000000006.1576729624867504128}, {size=4778, name=tlog.0000000000000000007.1576729624995430400}, {size=4778, name=tlog.0000000000000000008.1576729625135939584}, {size=4778, name=tlog.0000000000000000009.1576729625232408576}, {size=4878, name=tlog.0000000000000000010.1576729629250551808}]
   [junit4]   2> 200418 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000000.1576729624331681792&wt=filestream&command=filecontent} status=0 QTime=1
   [junit4]   2> 200427 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000001.1576729624402984960&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200432 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000002.1576729624474288128&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200435 INFO  (qtp2534026-2168) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000003.1576729624551882752&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200438 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000004.1576729624622137344&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200442 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000005.1576729624702877696&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200446 INFO  (qtp2534026-2167) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000006.1576729624867504128&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200449 INFO  (qtp2534026-2164) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000007.1576729624995430400&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200453 INFO  (qtp2534026-2161) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000008.1576729625135939584&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200456 INFO  (qtp2534026-2168) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000009.1576729625232408576&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200457 INFO  (qtp2534026-2166) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={generation=12&qt=/replication&checksum=true&tlogFile=tlog.0000000000000000010.1576729629250551808&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 200457 INFO  (recoveryExecutor-375-thread-1) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=103533) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@1d77f76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@784e3)
   [junit4]   2> 200457 INFO  (qtp2534026-2165) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11851af[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 200457 INFO  (qtp2534026-2165) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 200465 INFO  (searcherExecutor-919-thread-1) [    ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@11851af[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.1.0):C1000) Uninverting(_b(7.1.0):C100) Uninverting(_c(7.1.0):C100)))}
   [junit4]   2> 200465 INFO  (qtp2534026-2165) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=60
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   2> 200473 INFO  (qtp2534026-2162) [    ] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 200475 INFO  (qtp2534026-2

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

gMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2914767 INFO  (SUITE-SolrSlf4jReporterTest-seed#[C9DCEA9445744FAC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.metrics.reporters.SolrSlf4jReporterTest_C9DCEA9445744FAC-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=10, maxDocsPerChunk=147, blockSize=217), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=10, blockSize=217)), sim=RandomSimilarity(queryNorm=false): {}, locale=sw-CD, timezone=America/Panama
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=202383304,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, TestSimpleQParserPlugin, UpdateLogTest, TestWordDelimiterFilterFactory, TestLuceneMatchVersion, UpdateParamsTest, ShufflingReplicaListTransformerTest, TestComponentsName, JSONWriterTest, SolrGraphiteReporterTest, InfoHandlerTest, TestManagedSchema, TestPullReplica, TestJsonFacetRefinement, TestManagedSynonymFilterFactory, BadCopyFieldTest, TestReloadDeadlock, BitVectorTest, QueryResultKeyTest, TermVectorComponentTest, SharedFSAutoReplicaFailoverTest, CdcrReplicationDistributedZkTest, DistributedMLTComponentTest, TestShardHandlerFactory, TestPartialUpdateDeduplication, TestIndexSearcher, QueryEqualityTest, DocValuesMultiTest, TestInfoStreamLogging, MetricsConfigTest, FullSolrCloudDistribCmdsTest, TestSSLRandomization, BasicDistributedZk2Test, DistributedFacetPivotSmallTest, TestHdfsBackupRestoreCore, OpenExchangeRatesOrgProviderTest, TestExclusionRuleCollectionAccess, LeaderElectionIntegrationTest, TestValueSourceCache, TestPayloadScoreQParserPlugin, SchemaVersionSpecificBehaviorTest, MetricUtilsTest, TestEmbeddedSolrServerSchemaAPI, SpellCheckComponentTest, TestClusterStateMutator, DocumentBuilderTest, DistributedTermsComponentTest, TestApiFramework, TestPostingsSolrHighlighter, MoveReplicaHDFSTest, HLLUtilTest, TestStressInPlaceUpdates, ZkStateWriterTest, DistributedQueueTest, TestSolr4Spatial, TestDefaultStatsCache, SpellCheckCollatorTest, HdfsNNFailoverTest, SolrMetricManagerTest, ConcurrentDeleteAndCreateCollectionTest, PeerSyncReplicationTest, TestRealTimeGet, SignatureUpdateProcessorFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest, TestCollapseQParserPlugin, TestSolrCLIRunExample, DOMUtilTest, TestSolrConfigHandlerCloud, CloudExitableDirectoryReaderTest, TestCloudNestedDocsSort, TestLegacyField, TestSearchPerf, LoggingHandlerTest, BlockJoinFacetSimpleTest, TestRecovery, TestEmbeddedSolrServerAdminHandler, BlockDirectoryTest, BasicZkTest, DeleteStatusTest, TestSchemaManager, TestFieldSortValues, TestRawTransformer, TestZkChroot, DeleteLastCustomShardedReplicaTest, OpenCloseCoreStressTest, CursorMarkTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest, TolerantUpdateProcessorTest, TestCloudManagedSchema, TestFieldCacheSortRandom, PropertiesRequestHandlerTest, PolyFieldTest, ChangedSchemaMergeTest, TestFastWriter, TestNRTOpen, OverseerModifyCollectionTest, TestUseDocValuesAsStored, TestPushWriter, TestSolrCloudWithHadoopAuthPlugin, TestHttpShardHandlerFactory, TestSolrDeletionPolicy1, TestDynamicFieldResource, TestLeaderInitiatedRecoveryThread, TestCoreDiscovery, TestJoin, IndexSchemaRuntimeFieldTest, TestManagedSchemaThreadSafety, TestQueryUtils, ZkNodePropsTest, TestRTGBase, TestManagedResource, DistributedIntervalFacetingTest, TestRandomCollapseQParserPlugin, TestGraphTermsQParserPlugin, SolrCoreCheckLockOnStartupTest, TestConfigSetProperties, TestPerFieldSimilarityWithDefaultOverride, SearchHandlerTest, TestLeaderElectionWithEmptyReplica, TestQueryTypes, TestFastLRUCache, TestSQLHandler, SegmentsInfoRequestHandlerTest, TestTolerantUpdateProcessorRandomCloud, DebugComponentTest, TestFieldCacheWithThreads, TestAuthorizationFramework, PreAnalyzedFieldManagedSchemaCloudTest, TestPolicyCloud, TestMinMaxOnMultiValuedField, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestScoreJoinQPNoScore, DataDrivenBlockJoinTest, ZkSolrClientTest, TestConfigOverlay, TestLRUCache, DistributedQueryComponentCustomSortTest, RuleEngineTest, MoveReplicaTest, TestHighFrequencyDictionaryFactory, BlobRepositoryCloudTest, TestReqParamsAPI, TestCloudPivotFacet, DistribDocExpirationUpdateProcessorTest, TestMaxScoreQueryParser, TestRuleBasedAuthorizationPlugin, TestExceedMaxTermLength, TestGraphMLResponseWriter, CollectionStateFormat2Test, CacheHeaderTest, TestTlogReplica, TemplateUpdateProcessorTest, TestSortByMinMaxFunction, V2StandaloneTest, TestFieldTypeResource, TestSolrQueryParser, TestJsonRequest, TermVectorComponentDistributedTest, SOLR749Test, FullHLLTest, OverriddenZkACLAndCredentialsProvidersTest, SpatialRPTFieldTypeTest, TestExportWriter, ReplicationFactorTest, TestClusterProperties, TestCharFilters, TestConfigSetsAPIExclusivity, ClassificationUpdateProcessorIntegrationTest, ExternalFileFieldSortTest, TestFiltering, TestFileDictionaryLookup, SuggesterFSTTest, CoreSorterTest, TestUninvertingReader, SampleTest, TestSchemaVersionResource, TestDocTermOrds, TestCollationFieldDocValues, TestRemoteStreaming, BlockJoinFacetDistribTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OverseerTest, TestRandomFaceting, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, ZkControllerTest, TestReload, TestStressVersions, TestRangeQuery, StatsComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestLFUCache, HighlighterConfigTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, MultiTermTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, FileUtilsTest, CursorPagingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest, AssignTest, BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, DocValuesNotIndexedTest, ForceLeaderTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudRecovery, TestCloudSearcherWarming, TestCollectionAPI, TestConfigSetsAPI, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestShortCircuitedRequests, TestTolerantUpdateProcessorCloud, VMParamsZkACLAndCredentialsProvidersTest, ZkFailoverTest, TestImplicitCoreProperties, TestSimpleTextCodec, TestSolrConfigHandler, TestSolrCloudSnapshots, RequestLoggingTest, TestBlobHandler, TestSystemCollAutoCreate, TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLongTailTest, DistributedSuggestComponentTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TestDistributedStatsComponentCardinality, TestTrackingShardHandlerFactory, SolrSlf4jReporterTest]
   [junit4] Completed [629/731 (4!)] on J1 in 6.52s, 1 test, 1 failure <<< FAILURES!

[...truncated 36847 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+181) - Build # 137 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/137/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseSerialGC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([73C6D86ECCF97CFA:A78393372BAFCF01]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12391 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_73C6D86ECCF97CFA-001\init-core-data-001
   [junit4]   2> 1663625 WARN  (SUITE-CdcrBootstrapTest-seed#[73C6D86ECCF97CFA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1663625 INFO  (SUITE-CdcrBootstrapTest-seed#[73C6D86ECCF97CFA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1663627 INFO  (SUITE-CdcrBootstrapTest-seed#[73C6D86ECCF97CFA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1663627 INFO  (SUITE-CdcrBootstrapTest-seed#[73C6D86ECCF97CFA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1663628 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1663634 ERROR (Thread-3329) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1663741 ERROR (jetty-launcher-2660-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:52120/solr
   [junit4]   2> 1664142 ERROR (Thread-3339) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1664249 ERROR (jetty-launcher-2672-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1667958 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e18700bb30008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1668014 WARN  (zkCallback-2679-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1668017 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1668027 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e18700bb30009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1669380 WARN  (cdcr-update-log-synchronizer-7695-thread-1) [    ] o.a.s.h.CdcrUpdateLogSynchronizer Caught unexpected exception
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52179/solr/cdcr-source_shard1_replica_n1: SolrCore is loading
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:147)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]   2> 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:300)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1669696 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection cdcr-source failed due to (510) org.apache.solr.common.SolrException: Could not find a healthy node to handle the request., retry? 0
   [junit4]   2> 1669696 WARN  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) cdcr-source after stale state error from server.
   [junit4]   2> 1669709 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e187009b70006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:52120/solr={cdcr-target={queueSize=-1522532353,lastTimestamp=}}},tlogTotalSize=4773,tlogTotalCount=1,updateLogSynchronizer=stopped}
   [junit4]   2> 1673425 WARN  (cdcr-bootstrap-status-2698-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52124/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1675428 WARN  (cdcr-bootstrap-status-2698-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 1675432 WARN  (zkCallback-2692-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1675435 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1675437 WARN  (Thread-3339) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-source
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1676971 WARN  (zkCallback-2667-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1676972 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1676974 WARN  (Thread-3329) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1676975 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 1676977 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 1676982 ERROR (Thread-3363) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1677088 ERROR (jetty-launcher-2701-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1677096 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e18703ddc0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Target zkHost = 127.0.0.1:52221/solr
   [junit4]   2> 1677471 ERROR (Thread-3373) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1677580 ERROR (jetty-launcher-2713-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=1},queues={127.0.0.1:52221/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 1683908 WARN  (cdcr-bootstrap-status-2732-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52225/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1683912 WARN  (cdcr-bootstrap-status-2732-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52225/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1683913 WARN  (cdcr-bootstrap-status-2732-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52225/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1683915 WARN  (cdcr-bootstrap-status-2732-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52225/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1684220 ERROR (updateExecutor-2705-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:646)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:789)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:716)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> 1685920 WARN  (cdcr-bootstrap-status-2732-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1100
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1600
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1700
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1800
   [junit4]   1> Adding 100 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 100 docs with commit=true, numDocs=2000
   [junit4]   2> 1687603 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e18703fc40007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1688602 WARN  (cdcr-bootstrap-status-2735-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 1688603 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e18703ddc0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1688608 WARN  (zkCallback-2720-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1688609 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1688612 WARN  (Thread-3373) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	4	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 	3	/solr/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1688613 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e18703ddc0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1690163 WARN  (zkCallback-2708-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1690165 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1690167 WARN  (Thread-3363) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	4	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1690168 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithSourceCluster
   [junit4]   2> 1690169 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1690175 ERROR (Thread-3389) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1690286 ERROR (jetty-launcher-2736-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1690301 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e187071640001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Target zkHost = 127.0.0.1:52361/solr
   [junit4]   2> 1690888 ERROR (Thread-3399) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1690991 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1870742d0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1690997 ERROR (jetty-launcher-2748-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1691494 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1870742d0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 1694715 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e187071640006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 1698682 WARN  (cdcr-bootstrap-status-2767-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52365/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 1698686 WARN  (cdcr-bootstrap-status-2767-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: http://127.0.0.1:52365/solr/cdcr-target_shard1_replica_n1/
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   2> 1699451 ERROR (updateExecutor-2740-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:646)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:789)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:716)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=2000
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=2},queues={127.0.0.1:52361/solr={cdcr-target={queueSize=2020,lastTimestamp=}}},tlogTotalSize=96439,tlogTotalCount=20,updateLogSynchronizer=stopped}
   [junit4]   2> 1820110 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1870742d0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1820168 WARN  (cdcr-bootstrap-status-2767-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 1820243 WARN  (zkCallback-2755-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1820245 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1820248 WARN  (Thread-3399) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1821779 WARN  (zkCallback-2743-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1821781 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1821783 WARN  (Thread-3389) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1821784 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[73C6D86ECCF97CFA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=73C6D86ECCF97CFA -Dtests.slow=true -Dtests.locale=en-GM -Dtests.timezone=NZ-CHAT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  132s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([73C6D86ECCF97CFA:A78393372BAFCF01]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_73C6D86ECCF97CFA-001
   [junit4]   2> Aug 25, 2017 8:11:47 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=Asserting(Lucene70): {_version_=FSTOrd50, xyz=BlockTreeOrds(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Memory), xyz=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=828, maxMBSortInHeap=7.229763888982311, sim=RandomSimilarity(queryNorm=true): {}, locale=en-GM, timezone=NZ-CHAT
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=298033616,total=457592832
   [junit4]   2> NOTE: All tests run in this JVM: [RollingRestartTest, ConjunctionSolrSpellCheckerTest, TestCloudManagedSchema, BasicDistributedZk2Test, LeaderInitiatedRecoveryOnCommitTest, TestConfigSetsAPIExclusivity, TestClusterStateMutator, InfoHandlerTest, MergeStrategyTest, SolrRequestParserTest, WrapperMergePolicyFactoryTest, ExternalFileFieldSortTest, BasicFunctionalityTest, DistanceUnitsTest, TestReloadDeadlock, TestSolrQueryParser, ShowFileRequestHandlerTest, SpellPossibilityIteratorTest, SolrPluginUtilsTest, TestIntervalFaceting, TestSolr4Spatial2, TestRemoteStreaming, BadComponentTest, TestExceedMaxTermLength, HdfsChaosMonkeySafeLeaderTest, AssignTest, HdfsDirectoryTest, DocumentBuilderTest, SignatureUpdateProcessorFactoryTest, TestCollationFieldDocValues, SolrCoreCheckLockOnStartupTest, TestFastOutputStream, SuggesterTSTTest, TestTrackingShardHandlerFactory, StatelessScriptUpdateProcessorFactoryTest, AddSchemaFieldsUpdateProcessorFactoryTest, ConnectionReuseTest, TestObjectReleaseTracker, AnalyticsMergeStrategyTest, HdfsSyncSliceTest, TestFieldCacheWithThreads, TestLegacyNumericUtils, MetricUtilsTest, TestSolrJ, PluginInfoTest, ConcurrentDeleteAndCreateCollectionTest, TestRestManager, TestStressLucene, TestBM25SimilarityFactory, TestUseDocValuesAsStored, TestRandomCollapseQParserPlugin, LukeRequestHandlerTest, DocValuesMultiTest, TestCollapseQParserPlugin, SharedFSAutoReplicaFailoverTest, QueryEqualityTest, DateRangeFieldTest, UpdateRequestProcessorFactoryTest, TestCopyFieldCollectionResource, TermVectorComponentTest, SuggesterFSTTest, TestDocSet, TestPullReplica, FullSolrCloudDistribCmdsTest, TestReqParamsAPI, SolrCloudReportersTest, TestJoin, CachingDirectoryFactoryTest, DistributedQueryElevationComponentTest, TestExactSharedStatsCache, TestSuggestSpellingConverter, TestAnalyzedSuggestions, JSONWriterTest, TestAuthenticationFramework, StatsComponentTest, TestCorePropertiesReload, EchoParamsTest, TestClusterProperties, TestDynamicFieldResource, TestMultiWordSynonyms, TestHdfsBackupRestoreCore, SolrMetricsIntegrationTest, SaslZkACLProviderTest, DistributedFacetPivotSmallTest, TestSystemCollAutoCreate, TestUninvertingReader, PeerSyncReplicationTest, TestPushWriter, CollectionsAPIDistributedZkTest, BasicZkTest, ShardRoutingCustomTest, TestBinaryResponseWriter, RuleEngineTest, ChangedSchemaMergeTest, UpdateLogTest, DebugComponentTest, V2StandaloneTest, TestManagedSynonymFilterFactory, BitVectorTest, TestOnReconnectListenerSupport, SearchHandlerTest, SimpleCollectionCreateDeleteTest, TestShardHandlerFactory, TestConfigOverlay, ZkSolrClientTest, TestSolrIndexConfig, SolrCloudExampleTest, TestPerFieldSimilarityWithDefaultOverride, CustomCollectionTest, TestConfigsApi, BigEndianAscendingWordDeserializerTest, PreAnalyzedFieldManagedSchemaCloudTest, TestSolrConfigHandler, OverriddenZkACLAndCredentialsProvidersTest, DeleteStatusTest, TestRTGBase, TestSSLRandomization, TestDFISimilarityFactory, TestRangeQuery, TestSimpleQParserPlugin, BlockJoinFacetDistribTest, SolrCmdDistributorTest, TestReRankQParserPlugin, EnumFieldTest, TestInitQParser, IgnoreCommitOptimizeUpdateProcessorFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest, SuggestComponentContextFilterQueryTest, DocumentAnalysisRequestHandlerTest, TestRandomFlRTGCloud, InfixSuggestersTest, TestManagedSchemaThreadSafety, AnalysisErrorHandlingTest, TestEmbeddedSolrServerAdminHandler, SubstringBytesRefFilterTest, CacheHeaderTest, TestSubQueryTransformerCrossCore, TestFastWriter, CollectionStateFormat2Test, HdfsNNFailoverTest, SegmentsInfoRequestHandlerTest, BaseCdcrDistributedZkTest, TestCollationField, TestShortCircuitedRequests, TestLegacyField, SchemaVersionSpecificBehaviorTest, TestPayloadScoreQParserPlugin, TestNumericRangeQuery64, DistributedIntervalFacetingTest, DocValuesNotIndexedTest, AutoCommitTest, TestRequestForwarding, DistributedSuggestComponentTest, DistributedMLTComponentTest, HighlighterMaxOffsetTest, TestCloudInspectUtil, TestPartialUpdateDeduplication, TestCSVLoader, TestXmlQParser, TestDistributedStatsComponentCardinality, LeaderElectionIntegrationTest, TestLRUStatsCache, TestSolrConfigHandlerCloud, TestConfig, DistributedDebugComponentTest, TestFieldResource, TermVectorComponentDistributedTest, PolyFieldTest, TestCloudRecovery, FileUtilsTest, HttpPartitionTest, JsonLoaderTest, TestElisionMultitermQuery, SOLR749Test, DataDrivenBlockJoinTest, TestSearchPerf, PropertiesRequestHandlerTest, TestMaxScoreQueryParser, TestInPlaceUpdatesDistrib, ConvertedLegacyTest, OpenCloseCoreStressTest, OverseerTest, TestDistributedGrouping, TestRecovery, TestHashPartitioner, DistributedTermsComponentTest, SpellCheckComponentTest, PeerSyncTest, HighlighterTest, SolrIndexSplitterTest, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, TestTrie, SpatialFilterTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, IndexBasedSpellCheckerTest, TestWriterPerf, TestQueryTypes, TestOmitPositions, TermsComponentTest, FastVectorHighlighterTest, LoggingHandlerTest, TestJmxIntegration, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, SolrIndexConfigTest, MultiTermTest, SampleTest, NumericFieldsTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest]
   [junit4] Completed [499/731 (1!)] on J1 in 158.93s, 3 tests, 1 failure <<< FAILURES!

[...truncated 37359 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+181) - Build # 136 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/136/
Java: 32bit/jdk-9-ea+181 -client -XX:+UseParallelGC --illegal-access=deny

5 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:74E7F0D609CF720F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:53078/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:53078/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:46358F4FD71B3895]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Doc with id=1 not found in http://127.0.0.1:56328/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:56328/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:28F684554065AC0C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:7E6032B8322D24D]:0)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:212)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:D14645599872E638]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11370 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_A0A2BB8FEE99C1F4-001\init-core-data-001
   [junit4]   2> 469694 WARN  (SUITE-HttpPartitionTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=34 numCloses=34
   [junit4]   2> 469754 ERROR (Thread-993) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 470713 ERROR (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 470724 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1607a2f70002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 470766 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1607a2f70003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 474255 WARN  (qtp3106670-3864) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 475669 WARN  (OverseerThreadFactory-1820-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 476823 ERROR (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 476845 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1607a2f70007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 479430 WARN  (qtp25750680-3909) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 480895 ERROR (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 483538 WARN  (qtp7983643-3950) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 484912 ERROR (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 486768 WARN  (qtp5514990-3981) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 492907 WARN  (qtp3106670-3863) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 492924 WARN  (qtp25750680-3913) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 495359 WARN  (zkCallback-535-thread-1) [    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:c8n_crud_1x2_shard1_replica_t2 in [collection1_shard2_replica_t41]
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:297)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 498055 WARN  (qtp3106670-3871) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 498083 WARN  (qtp7983643-3953) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 498181 WARN  (qtp25750680-3915) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 500705 WARN  (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:56290/, target: http://127.0.0.1:56291/
   [junit4]   2> 500721 ERROR (updateExecutor-538-thread-2) [    ] o.a.s.u.ErrorReportingConcurrentUpdateSolrClient error
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 500721 WARN  (qtp7983643-3948) [    ] o.a.s.u.p.DistributedUpdateProcessor Error sending update to http://127.0.0.1:56290
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 500721 ERROR (qtp7983643-3948) [    ] o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on replica http://127.0.0.1:56290/collMinRf_1x3_shard1_replica_t1/
   [junit4]   2> java.net.SocketException: Software caused connection abort: socket write error
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:155)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:347)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:182)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 500752 WARN  (updateExecutor-538-thread-1) [    ] o.a.s.c.LeaderInitiatedRecoveryThread Leader is publishing core=collMinRf_1x3_shard1_replica_t1 coreNodeName =core_node3 state=down on behalf of un-reachable replica http://127.0.0.1:56290/collMinRf_1x3_shard1_replica_t1/
   [junit4]   2> 503614 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1607a2f70006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 503687 WARN  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 503781 WARN  (zkCallback-535-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 503904 WARN  (zkCallback-541-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 506308 WARN  (zkCallback-547-thread-1) [    ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 506308 WARN  (indexFetcher-1862-thread-1) [    ] o.a.s.h.ReplicationHandler I was asked to replicate but CoreContainer is shutting down
   [junit4]   2> 506325 ERROR (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 506325 WARN  (Thread-993) [    ] 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/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/collMinRf_1x3/state.json
   [junit4]   2> 	2	/solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 	2	/solr/collections/collMinRf_1x3/leader_elect/shard1/election/98540463903408140-core_node6-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 506325 WARN  (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:56290/, target: http://127.0.0.1:56291/
   [junit4]   2> 506325 WARN  (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:56328/, target: http://127.0.0.1:56329/
   [junit4]   2> 506325 WARN  (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 10 connections to: http://127.0.0.1:56344/, target: http://127.0.0.1:56345/
   [junit4]   2> 506325 WARN  (TEST-HttpPartitionTest.test-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:56360/, target: http://127.0.0.1:56361/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=A0A2BB8FEE99C1F4 -Dtests.slow=true -Dtests.locale=uz-AF -Dtests.timezone=Cuba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 36.6s J1 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:56328/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:28F684554065AC0C]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [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:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionTest_A0A2BB8FEE99C1F4-001
   [junit4]   2> Aug 24, 2017 8:56:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=uz-AF, timezone=Cuba
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=97799496,total=301727744
   [junit4]   2> NOTE: All tests run in this JVM: [V2StandaloneTest, StatelessScriptUpdateProcessorFactoryTest, TestFieldCacheReopen, TestPostingsSolrHighlighter, CopyFieldTest, SolrMetricManagerTest, TestConfigOverlay, SOLR749Test, ClassificationUpdateProcessorIntegrationTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockJoinFacetDistribTest, TestAnalyzeInfixSuggestions, DistributedDebugComponentTest, UpdateLogTest, SolrCloudExampleTest, TestRTGBase, TestTolerantUpdateProcessorRandomCloud, QueryResultKeyTest, TestSolrDeletionPolicy1, FullSolrCloudDistribCmdsTest, TestUniqueKeyFieldResource, OpenCloseCoreStressTest, TestLockTree, DistributedIntervalFacetingTest, TestPerFieldSimilarity, UpdateParamsTest, TestSimpleTrackingShardHandler, AutoCommitTest, ExternalFileFieldSortTest, DistributedFacetPivotLongTailTest, TestQueryTypes, TestShardHandlerFactory, TestExactSharedStatsCache, TestMultiWordSynonyms, SynonymTokenizerTest, SortSpecParsingTest, TestMinMaxOnMultiValuedField, TestAnalyzedSuggestions, CachingDirectoryFactoryTest, TestManagedResource, TestRuleBasedAuthorizationPlugin, InfoHandlerTest, SharedFSAutoReplicaFailoverTest, BigEndianAscendingWordDeserializerTest, TestConfigSetsAPIExclusivity, TestRealTimeGet, CoreAdminRequestStatusTest, DocumentBuilderTest, HdfsChaosMonkeySafeLeaderTest, TestDistributedStatsComponentCardinality, BaseCdcrDistributedZkTest, TestPullReplica, TestSortByMinMaxFunction, ZkFailoverTest, PeerSyncReplicationTest, HttpPartitionTest]
   [junit4] Completed [149/731 (1!)] on J1 in 37.45s, 1 test, 1 failure <<< FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSQLHandler_A0A2BB8FEE99C1F4-001\init-core-data-001
   [junit4]   2> 597013 WARN  (SUITE-TestSQLHandler-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=100 numCloses=100
   [junit4]   2> 597032 ERROR (Thread-1127) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 597807 ERROR (TEST-TestSQLHandler.doTest-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 597839 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e160994120003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 599556 WARN  (qtp24112811-4675) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 599556 WARN  (qtp24112811-4675) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 600948 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e160994120005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 600962 WARN  (OverseerThreadFactory-2049-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 601632 ERROR (TEST-TestSQLHandler.doTest-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 603008 WARN  (qtp7310587-4715) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 603008 WARN  (qtp7310587-4715) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 604037 ERROR (TEST-TestSQLHandler.doTest-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 604099 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 605706 WARN  (qtp15618048-4745) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 605706 WARN  (qtp15618048-4745) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 607100 ERROR (TEST-TestSQLHandler.doTest-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 608750 WARN  (qtp7319837-4772) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 608750 WARN  (qtp7319837-4772) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 609828 ERROR (TEST-TestSQLHandler.doTest-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 611560 WARN  (qtp29109294-4805) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 611560 WARN  (qtp29109294-4805) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   1> ############# testBasicSelect() ############
   [junit4]   2> 616008 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e160994120016, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 617569 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412001a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 617600 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412001b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 617616 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412001c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 617631 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412001d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 617663 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412001e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 617819 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e16099412001f, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 618319 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e160994120024, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 618381 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e160994120006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 618428 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e160994120004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 620005 WARN  (zkCallback-633-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 620192 WARN  (zkCallback-639-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 620255 WARN  (zkCallback-645-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 621004 WARN  (zkCallback-645-thread-2) [    ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 621269 WARN  (zkCallback-652-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 622735 WARN  (zkCallback-652-thread-1) [    ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 622751 ERROR (TEST-TestSQLHandler.doTest-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 622782 WARN  (Thread-1127) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/clusterstate.json
   [junit4]   2> 	26	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	26	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSQLHandler -Dtests.method=doTest -Dtests.seed=A0A2BB8FEE99C1F4 -Dtests.slow=true -Dtests.locale=fr-CA -Dtests.timezone=Chile/Continental -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 25.8s J1 | TestSQLHandler.doTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:7E6032B8322D24D]:0)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:212)
   [junit4]    > 	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
   [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:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSQLHandler_A0A2BB8FEE99C1F4-001
   [junit4]   2> Aug 24, 2017 8:58:25 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=fr-CA, timezone=Chile/Continental
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=116522752,total=317718528
   [junit4]   2> NOTE: All tests run in this JVM: [V2StandaloneTest, StatelessScriptUpdateProcessorFactoryTest, TestFieldCacheReopen, TestPostingsSolrHighlighter, CopyFieldTest, SolrMetricManagerTest, TestConfigOverlay, SOLR749Test, ClassificationUpdateProcessorIntegrationTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockJoinFacetDistribTest, TestAnalyzeInfixSuggestions, DistributedDebugComponentTest, UpdateLogTest, SolrCloudExampleTest, TestRTGBase, TestTolerantUpdateProcessorRandomCloud, QueryResultKeyTest, TestSolrDeletionPolicy1, FullSolrCloudDistribCmdsTest, TestUniqueKeyFieldResource, OpenCloseCoreStressTest, TestLockTree, DistributedIntervalFacetingTest, TestPerFieldSimilarity, UpdateParamsTest, TestSimpleTrackingShardHandler, AutoCommitTest, ExternalFileFieldSortTest, DistributedFacetPivotLongTailTest, TestQueryTypes, TestShardHandlerFactory, TestExactSharedStatsCache, TestMultiWordSynonyms, SynonymTokenizerTest, SortSpecParsingTest, TestMinMaxOnMultiValuedField, TestAnalyzedSuggestions, CachingDirectoryFactoryTest, TestManagedResource, TestRuleBasedAuthorizationPlugin, InfoHandlerTest, SharedFSAutoReplicaFailoverTest, BigEndianAscendingWordDeserializerTest, TestConfigSetsAPIExclusivity, TestRealTimeGet, CoreAdminRequestStatusTest, DocumentBuilderTest, HdfsChaosMonkeySafeLeaderTest, TestDistributedStatsComponentCardinality, BaseCdcrDistributedZkTest, TestPullReplica, TestSortByMinMaxFunction, ZkFailoverTest, PeerSyncReplicationTest, HttpPartitionTest, BasicDistributedZk2Test, CoreSorterTest, TestJoin, TestSQLHandler]
   [junit4] Completed [161/731 (2!)] on J1 in 26.08s, 1 test, 1 failure <<< FAILURES!

[...truncated 920 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> 2164221 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_A0A2BB8FEE99C1F4-001\init-core-data-001
   [junit4]   2> 2164222 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2164222 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2164224 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2164224 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2164605 WARN  (coreLoadExecutor-8022-thread-1) [    ] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 2164607 WARN  (coreLoadExecutor-8022-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 2164609 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2164612 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 2164612 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 2164614 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 2164615 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> 2164618 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 2164618 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=A0A2BB8FEE99C1F4 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=America/Rainy_River -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:D14645599872E638]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2164619 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_A0A2BB8FEE99C1F4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=899, maxMBSortInHeap=5.100994893774089, sim=RandomSimilarity(queryNorm=true): {}, locale=sq, timezone=America/Rainy_River
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=280198496,total=483917824
   [junit4]   2> NOTE: All tests run in this JVM: [V2StandaloneTest, StatelessScriptUpdateProcessorFactoryTest, TestFieldCacheReopen, TestPostingsSolrHighlighter, CopyFieldTest, SolrMetricManagerTest, TestConfigOverlay, SOLR749Test, ClassificationUpdateProcessorIntegrationTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockJoinFacetDistribTest, TestAnalyzeInfixSuggestions, DistributedDebugComponentTest, UpdateLogTest, SolrCloudExampleTest, TestRTGBase, TestTolerantUpdateProcessorRandomCloud, QueryResultKeyTest, TestSolrDeletionPolicy1, FullSolrCloudDistribCmdsTest, TestUniqueKeyFieldResource, OpenCloseCoreStressTest, TestLockTree, DistributedIntervalFacetingTest, TestPerFieldSimilarity, UpdateParamsTest, TestSimpleTrackingShardHandler, AutoCommitTest, ExternalFileFieldSortTest, DistributedFacetPivotLongTailTest, TestQueryTypes, TestShardHandlerFactory, TestExactSharedStatsCache, TestMultiWordSynonyms, SynonymTokenizerTest, SortSpecParsingTest, TestMinMaxOnMultiValuedField, TestAnalyzedSuggestions, CachingDirectoryFactoryTest, TestManagedResource, TestRuleBasedAuthorizationPlugin, InfoHandlerTest, SharedFSAutoReplicaFailoverTest, BigEndianAscendingWordDeserializerTest, TestConfigSetsAPIExclusivity, TestRealTimeGet, CoreAdminRequestStatusTest, DocumentBuilderTest, HdfsChaosMonkeySafeLeaderTest, TestDistributedStatsComponentCardinality, BaseCdcrDistributedZkTest, TestPullReplica, TestSortByMinMaxFunction, ZkFailoverTest, PeerSyncReplicationTest, HttpPartitionTest, BasicDistributedZk2Test, CoreSorterTest, TestJoin, TestSQLHandler, TestEmbeddedSolrServerSchemaAPI, DistributedFacetPivotSmallTest, TestLegacyNumericUtils, SpatialRPTFieldTypeTest, TestSolr4Spatial2, HttpSolrCallGetCoreTest, ConvertedLegacyTest, TestCloudRecovery, TestSolrFieldCacheBean, TestLuceneMatchVersion, AnalysisErrorHandlingTest, AssignTest, TestHighFrequencyDictionaryFactory, TestFastLRUCache, TestExclusionRuleCollectionAccess, SolrIndexMetricsTest, ZkSolrClientTest, RuleEngineTest, TestCloudPivotFacet, ConnectionManagerTest, TestUseDocValuesAsStored, HLLUtilTest, TestRandomCollapseQParserPlugin, TestCollationFieldDocValues, TestEmbeddedSolrServerAdminHandler, SolrCloudReportersTest, SolrGraphiteReporterTest, MigrateRouteKeyTest, TestRebalanceLeaders, LoggingHandlerTest, AnalyticsMergeStrategyTest, TestPushWriter, TestTrie, TestTrackingShardHandlerFactory, OverseerStatusTest, ZkStateWriterTest, OverseerModifyCollectionTest, TermVectorComponentTest, TestSolrConfigHandlerCloud, SaslZkACLProviderTest, CloneFieldUpdateProcessorFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, RollingRestartTest, BasicZkTest, TestConfigsApi, TestLRUStatsCache, LeaderFailoverAfterPartitionTest, TestFieldCacheSortRandom, AliasIntegrationTest, BasicAuthStandaloneTest, TestCorePropertiesReload, OverriddenZkACLAndCredentialsProvidersTest, LukeRequestHandlerTest, TestDefaultStatsCache, TestDocTermOrds, SimpleMLTQParserTest, TestMaxScoreQueryParser, TestFileDictionaryLookup, MoveReplicaHDFSTest, ShufflingReplicaListTransformerTest, TestSearchPerf, TestRecovery, TestLRUCache, TestReload, TestCloudManagedSchema, TestRawTransformer, TestCollectionsAPIViaSolrCloudCluster, TestHttpShardHandlerFactory, PreAnalyzedFieldManagedSchemaCloudTest, TestFieldSortValues, MetricUtilsTest, CacheHeaderTest, TestFastOutputStream, ChaosMonkeySafeLeaderTest, SolrPluginUtilsTest, PolyFieldTest, TestSubQueryTransformerCrossCore, FieldMutatingUpdateProcessorTest, TestAuthorizationFramework, ShowFileRequestHandlerTest, SuggesterTSTTest, DistributedQueryElevationComponentTest, DistributedTermsComponentTest, DistributedFacetExistsSmallTest, MBeansHandlerTest, TestSchemaResource, StatsComponentTest, ConcurrentDeleteAndCreateCollectionTest, TestSolrCloudWithSecureImpersonation, TestRestManager, DOMUtilTest, DeleteLastCustomShardedReplicaTest, OpenExchangeRatesOrgProviderTest, TestWordDelimiterFilterFactory, SuggestComponentContextFilterQueryTest, BlobRepositoryCloudTest, TolerantUpdateProcessorTest, SolrIndexConfigTest, TestSolrJ, FileUtilsTest, DataDrivenBlockJoinTest, HdfsBasicDistributedZkTest, FileBasedSpellCheckerTest, BitVectorTest, TestManagedSchema, TestComponentsName, SearchHandlerTest, HdfsNNFailoverTest, TestDelegationWithHadoopAuth, TestXmlQParser, TestIndexSearcher, RequestLoggingTest, TestCrossCoreJoin, MoveReplicaTest, TestRandomFaceting, TestQueryUtils, TestConfigSetProperties, MergeStrategyTest, DistributedSuggestComponentTest, BasicDistributedZkTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, SoftAutoCommitTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterTest, TestStressLucene, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, SolrInfoBeanTest, DebugComponentTest, DisMaxRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TermsComponentTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [447/731 (3!)] on J1 in 0.44s, 3 tests, 1 failure <<< FAILURES!

[...truncated 193 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> 2219266 INFO  (SUITE-CdcrBootstrapTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_A0A2BB8FEE99C1F4-001\init-core-data-001
   [junit4]   2> 2219267 WARN  (SUITE-CdcrBootstrapTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2219267 INFO  (SUITE-CdcrBootstrapTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2219268 INFO  (SUITE-CdcrBootstrapTest-seed#[A0A2BB8FEE99C1F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2219270 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 2219276 ERROR (Thread-3882) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2219389 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e162255080000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2219399 ERROR (jetty-launcher-2924-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:51471/solr
   [junit4]   2> 2220040 ERROR (Thread-3892) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2220259 ERROR (jetty-launcher-2936-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 2224490 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e162255080006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1100
   [junit4]   2> 2228215 WARN  (cdcr-bootstrap-status-2955-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: https://127.0.0.1:51475/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2228220 WARN  (cdcr-bootstrap-status-2955-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap process was not found on target collection: cdcr-target shard: shard1, leader: https://127.0.0.1:51475/solr/cdcr-target_shard1_replica_n1/
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1800
   [junit4]   2> 2228538 ERROR (updateExecutor-2928-thread-1) [    ] o.a.s.h.CdcrRequestHandler Bootstrap operation failed
   [junit4]   2> java.util.concurrent.ExecutionException: java.lang.AssertionError
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler.lambda$handleBootstrapAction$0(CdcrRequestHandler.java:646)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:789)
   [junit4]   2> 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:716)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=2000
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=2},queues={127.0.0.1:51471/solr={cdcr-target={queueSize=2020,lastTimestamp=}}},tlogTotalSize=96439,tlogTotalCount=20,updateLogSynchronizer=stopped}
   [junit4]   2> 2349155 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e162258000007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2349204 WARN  (cdcr-bootstrap-status-2955-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   2> 2349254 WARN  (zkCallback-2943-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2349256 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2349259 WARN  (Thread-3892) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-source/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2350792 WARN  (zkCallback-2931-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2350795 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2350799 WARN  (Thread-3882) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	2	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/cdcr-target/state.json
   [junit4]   2> 	3	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2350800 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster -Dtests.seed=A0A2BB8FEE99C1F4 -Dtests.slow=true -Dtests.locale=en-BW -Dtests.timezone=America/Grenada -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  132s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:74E7F0D609CF720F]:0)
   [junit4]    > 	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2350806 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 2350819 ERROR (Thread-3907) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2350926 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e162456de0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2350940 ERROR (jetty-launcher-2958-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Target zkHost = 127.0.0.1:51917/solr
   [junit4]   2> 2351427 ERROR (Thread-3917) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2351539 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e1624593f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2351551 ERROR (jetty-launcher-2970-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 2355008 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e162456de0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> Cdcr queue response: {responseHeader={status=0,QTime=0},queues={127.0.0.1:51917/solr={cdcr-target={queueSize=1010,lastTimestamp=}}},tlogTotalSize=47659,tlogTotalCount=10,updateLogSynchronizer=stopped}
   [junit4]   2> 2359766 WARN  (cdcr-bootstrap-status-2989-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Cancelling waiting for bootstrap on target: cdcr-target shard: shard1 to complete
   [junit4]   1> Adding 100 docs with commit=true,

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

estReplicasInLIRNoLeader-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 11 connections to: http://127.0.0.1:53078/, target: http://127.0.0.1:53079/
   [junit4]   2> 2560048 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:53115/, target: http://127.0.0.1:53116/
   [junit4]   2> 2560048 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:53150/, target: http://127.0.0.1:53151/
   [junit4]   2> 2560048 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A0A2BB8FEE99C1F4]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:53044/, target: http://127.0.0.1:53045/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=A0A2BB8FEE99C1F4 -Dtests.slow=true -Dtests.locale=ln -Dtests.timezone=US/Hawaii -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 39.1s J0 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:53078/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0A2BB8FEE99C1F4:46358F4FD71B3895]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
   [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:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_A0A2BB8FEE99C1F4-001
   [junit4]   2> Aug 24, 2017 9:30:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=Lucene50(blocksize=128), a_t=PostingsFormat(name=Direct), id=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Memory), range_facet_l=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1342, maxMBSortInHeap=6.184896725652859, sim=RandomSimilarity(queryNorm=true): {}, locale=ln, timezone=US/Hawaii
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=65920568,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrReplicationHandlerTest, TestFunctionQuery, FacetPivotSmallTest, ExplicitHLLTest, TestRTimerTree, StatsReloadRaceTest, TestNestedDocsSort, TestQuerySenderNoQuery, DistributedVersionInfoTest, LargeFieldTest, DistribJoinFromCollectionTest, TestSQLHandlerNonCloud, TestStressCloudBlindAtomicUpdates, TestMissingGroups, CdcrUpdateLogTest, TestFaceting, TlogReplayBufferedWhileIndexingTest, BinaryUpdateRequestHandlerTest, TestBackupRepositoryFactory, CurrencyFieldTypeTest, DistributedFacetPivotLargeTest, ZkStateReaderTest, AnalyticsQueryTest, TestSegmentSorting, TestXmlQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, TestRestoreCore, HdfsCollectionsAPIDistributedZkTest, TestManagedResourceStorage, TestGroupingSearch, VersionInfoTest, CollectionsAPISolrJTest, TestSubQueryTransformerDistrib, BlockJoinFacetRandomTest, TestOrdValues, TestCustomStream, XmlUpdateRequestHandlerTest, TestNumericRangeQuery32, TestCoreContainer, TestSchemaSimilarityResource, TestUnifiedSolrHighlighter, ReturnFieldsTest, TestUpdate, RegexBoostProcessorTest, QueryParsingTest, TestSweetSpotSimilarityFactory, DirectSolrConnectionTest, LeaderInitiatedRecoveryOnShardRestartTest, CollectionReloadTest, TestLMDirichletSimilarityFactory, PathHierarchyTokenizerFactoryTest, HighlighterConfigTest, TestSolrCoreSnapshots, NumericFieldsTest, AlternateDirectoryTest, TestSurroundQueryParser, BigEndianAscendingWordSerializerTest, TestPhraseSuggestions, TestXIncludeConfig, ResourceLoaderTest, SolrSlf4jReporterTest, AssignBackwardCompatibilityTest, TestDownShardTolerantSearch, ActionThrottleTest, TestInPlaceUpdatesStandalone, TestPHPSerializedResponseWriter, TestTrieFacet, TestBulkSchemaConcurrent, OverseerCollectionConfigSetProcessorTest, VMParamsZkACLAndCredentialsProvidersTest, TestMaxTokenLenTokenizer, SimplePostToolTest, TestGeoJSONResponseWriter, MultiTermTest, PeerSyncTest, TestConfigReload, TestHalfAndHalfDocValues, TestStressVersions, ConfigureRecoveryStrategyTest, UUIDUpdateProcessorFallbackTest, PeerSyncWithIndexFingerprintCachingTest, UnloadDistributedZkTest, ClassificationUpdateProcessorFactoryTest, CSVRequestHandlerTest, DateMathParserTest, HdfsBasicDistributedZk2Test, ReplicaListTransformerTest, SolrCLIZkUtilsTest, HdfsLockFactoryTest, BasicAuthIntegrationTest, TestSchemalessBufferedUpdates, PrimUtilsTest, SpellCheckCollatorWithCollapseTest, TestPointFields, AtomicUpdateProcessorFactoryTest, SuggesterWFSTTest, RecoveryAfterSoftCommitTest, TestDeleteCollectionOnDownNodes, BooleanFieldTest, CleanupOldIndexTest, TestLegacyNumericRangeQueryBuilder, OutputWriterTest, AnalysisAfterCoreReloadTest, TestDocBasedVersionConstraints, SecurityConfHandlerTest, TestStandardQParsers, TestFreeTextSuggestions, SyncSliceTest, TestSearcherReuse, JavabinLoaderTest, ParsingFieldUpdateProcessorsTest, URLClassifyProcessorTest, RulesTest, TestSha256AuthenticationProvider, TestTolerantSearch, TestLegacyFieldReuse, SmileWriterTest, GraphQueryTest, TestUseDocValuesAsStored2, TestManagedSynonymGraphFilterFactory, TestCloudPseudoReturnFields, WordBreakSolrSpellCheckerTest, ScriptEngineTest, TestSizeLimitedDistributedMap, TestSolrDeletionPolicy2, CircularListTest, TestBinaryField, ManagedSchemaRoundRobinCloudTest, CursorPagingTest, CdcrVersionReplicationTest, HdfsUnloadDistributedZkTest, TestDFRSimilarityFactory, SolrJmxReporterCloudTest, TestInitParams, TestRecoveryHdfs, TestFieldCacheSort, HardAutoCommitTest, TestConfigSetsAPIZkFailure, HighlighterTest, TestHashQParserPlugin, SuggestComponentTest, TestCloudSchemaless, DistribCursorPagingTest, TestCursorMarkWithoutUniqueKey, TestExactStatsCache, TestFoldingMultitermQuery, TestQuerySenderListener, RAMDirectoryFactoryTest, ConfigSetsAPITest, TestReplicationHandlerBackup, MultiThreadedOCPTest, TestCloudJSONFacetJoinDomain, TestHashPartitioner, SpatialFilterTest, TestLocalFSCloudBackupRestore, ShardSplitTest, TestUtils, ClusterStateUpdateTest, TestCollectionAPI, V2ApiIntegrationTest, TestIBSimilarityFactory, ResponseHeaderTest, TestFieldCache, SolrCoreTest, TestLFUCache, TestFieldCacheVsDocValues, ChaosMonkeySafeLeaderWithPullReplicasTest, SSLMigrationTest, DateFieldTest, TestSimpleTextCodec, TestSchemaNameResource, TestRandomRequestDistribution, TestSolrQueryResponse, TestSolrCoreProperties, TestAddFieldRealTimeGet, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, TestLazyCores, SolrRequestParserTest, DocValuesTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestOmitPositions, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaTest, TestCollationField, TestCSVResponseWriter, TestPartialUpdateDeduplication, TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, TimeZoneUtilsTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest]
   [junit4] Completed [515/731 (5!)] on J0 in 105.96s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 37228 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (32bit/jdk-9-ea+181) - Build # 135 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/135/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseConcMarkSweepGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([81333B8A8106EA47:DED716BDEA0A7902]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([81333B8A8106EA47:F0D7C55CF7EDCD8B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1723 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J0-20170824_085649_87415967205987159507079.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\core\test\temp\junit4-J1-20170824_085649_8742033335537868412461.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 304 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20170824_090433_4777611727748094763741.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20170824_090433_4774618504497494310988.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1034 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20170824_090521_4143072110561741483331.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20170824_090521_41417948656839189955358.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 215 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20170824_090733_7756477530965371605583.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20170824_090733_7759561347418250571580.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20170824_090742_96817424835188991312732.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20170824_090742_9687959251109383459587.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 147 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20170824_090813_31814767525927101255001.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20170824_090813_3189120898255208377166.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 156 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20170824_090818_72718158173655113709471.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20170824_090818_7279970109247833185488.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 144 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20170824_090828_439854062872683700021.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20170824_090828_4399237471873500473109.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20170824_090838_8302084079812953010619.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20170824_090838_830446075443450634576.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\analysis\uima\test\temp\junit4-J0-20170824_090842_88217789446894278247335.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 204 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20170824_090906_12017284434397509568237.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20170824_090906_1208659697606675109738.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1222 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20170824_091044_6276741633791307154542.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20170824_091044_62311262003567004604103.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 222 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J1-20170824_091058_07815151265200486895970.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\classification\test\temp\junit4-J0-20170824_091058_0809027898979928408607.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20170824_091112_80112141092123228070357.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20170824_091112_80116812207791577768571.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 229 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J1-20170824_091245_41814403540955133055798.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\demo\test\temp\junit4-J0-20170824_091245_41816309108097997580214.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20170824_091248_90815241665486326160981.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20170824_091248_9087506966369520423314.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J1-20170824_091254_14411488513895355090831.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\facet\test\temp\junit4-J0-20170824_091254_1447943296541189238524.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20170824_091308_3013457195951996072440.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20170824_091308_30118435889717976560809.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20170824_091319_02014107652643066988700.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20170824_091319_0207858216676105349740.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J1-20170824_091329_5485946958080151980058.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\join\test\temp\junit4-J0-20170824_091329_54812735628557555433437.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 140 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J0-20170824_091346_3856858428569843656768.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\memory\test\temp\junit4-J1-20170824_091346_3867802246245410666389.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 174 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J0-20170824_091356_22310529542572646729578.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\misc\test\temp\junit4-J1-20170824_091356_22411406392292239949390.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 305 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J0-20170824_091427_06610681698105781726092.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queries\test\temp\junit4-J1-20170824_091427_06611146957009651526403.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20170824_091440_2301434102253531870639.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20170824_091440_2308900382186466388737.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20170824_091449_66718325530826404373277.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20170824_091449_6675334609693265657360.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 201 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20170824_091508_35818052329468687826473.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20170824_091508_35814551008338154530641.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 211 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20170824_091547_7153329677648764426163.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20170824_091547_7144911775814724321592.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 174 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20170824_091601_35916511969322958552009.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20170824_091601_3596524714256380671170.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 139 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\spatial\test\temp\junit4-J0-20170824_091651_5592187680194320251619.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 234 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20170824_091700_4866840934507319553544.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20170824_091700_4812779623779000667648.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 2812 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_81333B8A8106EA47-001\init-core-data-001
   [junit4]   2> 1749380 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1749380 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1749382 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1749382 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1749383 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1749903 WARN  (coreLoadExecutor-8400-thread-1) [    ] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1749905 WARN  (coreLoadExecutor-8400-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 1749908 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1749910 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[81333B8A8106EA47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 1749911 INFO  (TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[81333B8A8106EA47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 1749913 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[81333B8A8106EA47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 1749913 INFO  (TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[81333B8A8106EA47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=81333B8A8106EA47 -Dtests.slow=true -Dtests.locale=teo-UG -Dtests.timezone=Atlantic/South_Georgia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([81333B8A8106EA47:F0D7C55CF7EDCD8B]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1749918 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[81333B8A8106EA47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 1749918 INFO  (TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[81333B8A8106EA47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> 1749920 INFO  (SUITE-UpdateRequestProcessorFactoryTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_81333B8A8106EA47-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=815, maxMBSortInHeap=5.008312918053374, sim=RandomSimilarity(queryNorm=false): {}, locale=teo-UG, timezone=Atlantic/South_Georgia
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=277197336,total=365592576
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin, TestLegacyNumericUtils, TestNumericRangeQuery64, TestEmbeddedSolrServerSchemaAPI, CollectionsAPIAsyncDistributedZkTest, TestSchemaResource, LukeRequestHandlerTest, SolrRequestParserTest, TestScoreJoinQPNoScore, TestLeaderInitiatedRecoveryThread, TestDefaultStatsCache, DebugComponentTest, ZkNodePropsTest, SolrMetricManagerTest, TestTlogReplica, TestCollapseQParserPlugin, TestAuthorizationFramework, DeleteLastCustomShardedReplicaTest, MigrateRouteKeyTest, ChaosMonkeySafeLeaderTest, TestManagedResource, HdfsWriteToMultipleCollectionsTest, TestExportWriter, TestSearchPerf, CloudExitableDirectoryReaderTest, TestAnalyzedSuggestions, TestWordDelimiterFilterFactory, DocValuesMultiTest, ZkFailoverTest, AnalysisErrorHandlingTest, TestShortCircuitedRequests, TestSchemaManager, TestAuthenticationFramework, TestInitQParser, TestMacroExpander, TestMultiValuedNumericRangeQuery, TestCSVLoader, TestPushWriter, AliasIntegrationTest, PolyFieldTest, RollingRestartTest, TestIndexSearcher, TestDistributedGrouping, TestDelegationWithHadoopAuth, TestLRUCache, AutoCommitTest, TestManagedSynonymFilterFactory, MetricUtilsTest, TestBinaryResponseWriter, TestRangeQuery, TestComplexPhraseQParserPlugin, TestFieldCacheWithThreads, SimpleMLTQParserTest, DistributedSuggestComponentTest, DocValuesNotIndexedTest, TestCorePropertiesReload, HighlighterMaxOffsetTest, BadComponentTest, TestLRUStatsCache, TestCharFilters, TestTrie, BlobRepositoryCloudTest, TestComponentsName, TestRawTransformer, TestRecovery, TestFastLRUCache, TestStressLucene, BasicAuthStandaloneTest, TestInfoStreamLogging, TestCoreDiscovery, FullHLLTest, TestUseDocValuesAsStored, LeaderElectionIntegrationTest, TestApiFramework, DistributedIntervalFacetingTest, HdfsRecoveryZkTest, TemplateUpdateProcessorTest, CdcrRequestHandlerTest, TestRuleBasedAuthorizationPlugin, DateRangeFieldTest, TestHdfsBackupRestoreCore, DistributedMLTComponentTest, SolrJmxReporterTest, DataDrivenBlockJoinTest, CoreSorterTest, SpellPossibilityIteratorTest, UpdateParamsTest, TestRestManager, BigEndianAscendingWordDeserializerTest, InfoHandlerTest, TestPerFieldSimilarityWithDefaultOverride, EchoParamsTest, BasicZkTest, HdfsChaosMonkeySafeLeaderTest, RequestLoggingTest, SolrGraphiteReporterTest, TestMaxScoreQueryParser, ShufflingReplicaListTransformerTest, TestCopyFieldCollectionResource, DirectSolrSpellCheckerTest, TestBM25SimilarityFactory, TestCloudRecovery, TestSSLRandomization, SuggestComponentContextFilterQueryTest, OverseerModifyCollectionTest, TestDistributedMissingSort, TestManagedSchema, CopyFieldTest, TestSlowCompositeReaderWrapper, AnalyticsMergeStrategyTest, SolrPluginUtilsTest, FileUtilsTest, DocumentBuilderTest, AddSchemaFieldsUpdateProcessorFactoryTest, DistributedFacetPivotSmallTest, LeaderInitiatedRecoveryOnCommitTest, SolrCloudExampleTest, TestLockTree, WrapperMergePolicyFactoryTest, TestJsonRequest, CollectionsAPIDistributedZkTest, TestLuceneMatchVersion, TestRequestForwarding, TestIntervalFaceting, FieldMutatingUpdateProcessorTest, TestReRankQParserPlugin, TestTrackingShardHandlerFactory, TestChildDocTransformer, FullSolrCloudDistribCmdsTest, PingRequestHandlerTest, TestExactSharedStatsCache, MoveReplicaHDFSTest, TestSortByMinMaxFunction, TestMinMaxOnMultiValuedField, TestConfigSetProperties, TestAnalyzeInfixSuggestions, QueryEqualityTest, HdfsDirectoryTest, TestClusterProperties, BaseCdcrDistributedZkTest, HttpPartitionTest, TestRemoteStreaming, TestExclusionRuleCollectionAccess, DistributedFacetExistsSmallTest, FileBasedSpellCheckerTest, TestSolrQueryParser, TestCloudPivotFacet, SchemaVersionSpecificBehaviorTest, PropertiesRequestHandlerTest, InfixSuggestersTest, TestFiltering, UtilsToolTest, OpenExchangeRatesOrgProviderTest, ClassificationUpdateProcessorIntegrationTest, TestElisionMultitermQuery, UpdateLogTest, OverriddenZkACLAndCredentialsProvidersTest, SolrIndexConfigTest, TestReloadDeadlock, TestBadConfig, HdfsSyncSliceTest, CursorMarkTest, TestXmlQParser, CacheHeaderTest, TestOverriddenPrefixQueryForCustomFieldType, TestClusterStateMutator, TestZkChroot, ExternalFileFieldSortTest, HLLUtilTest, TestConfig, TestSolrCloudWithDelegationTokens, TestSystemCollAutoCreate, TestDynamicLoading, TestCollationField, TestUniqueKeyFieldResource, CachingDirectoryFactoryTest, DistributedQueryComponentCustomSortTest, TestRandomFaceting, TestJsonFacetRefinement, SuggesterTSTTest, SuggesterFSTTest, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, TestReplicationHandler, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, PeerSyncTest, DistributedQueryElevationComponentTest, CoreAdminHandlerTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, TestQueryTypes, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [434/731 (1!)] on J1 in 0.59s, 3 tests, 1 failure <<< FAILURES!

[...truncated 653 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.metrics.reporters.SolrSlf4jReporterTest_81333B8A8106EA47-001\init-core-data-001
   [junit4]   2> 2695900 WARN  (SUITE-SolrSlf4jReporterTest-seed#[81333B8A8106EA47]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=81333B8A8106EA47 -Dtests.slow=true -Dtests.locale=nl-SX -Dtests.timezone=AET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.61s J0 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([81333B8A8106EA47:DED716BDEA0A7902]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.metrics.reporters.SolrSlf4jReporterTest_81333B8A8106EA47-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=nl-SX, timezone=AET
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 9 (32-bit)/cpus=3,threads=1,free=57945912,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreContainer, AddBlockUpdateTest, TestQuerySenderNoQuery, TestCloudSchemaless, TestRequestStatusCollectionAPI, BasicAuthIntegrationTest, TestOrdValues, TestSolrCoreProperties, TestHdfsUpdateLog, TestFoldingMultitermQuery, SolrTestCaseJ4Test, CSVRequestHandlerTest, TestCustomSort, GraphQueryTest, TestReloadAndDeleteDocs, SolrXmlInZkTest, RankQueryTest, TestPullReplicaErrorHandling, BlockCacheTest, QueryElevationComponentTest, SolrMetricReporterTest, HdfsLockFactoryTest, CdcrReplicationHandlerTest, TestFieldCacheSort, SolrShardReporterTest, TestGroupingSearch, VersionInfoTest, TestImpersonationWithHadoopAuth, HdfsRestartWhileUpdatingTest, TestUtils, TestMissingGroups, TestManagedSchemaAPI, TestExpandComponent, TestBackupRepositoryFactory, LeaderFailureAfterFreshStartTest, TestSha256AuthenticationProvider, TestPseudoReturnFields, HighlighterTest, TestPrepRecovery, TestCloudJSONFacetJoinDomain, TestCollectionAPI, SolrIndexSplitterTest, DeleteShardTest, UniqFieldsUpdateProcessorFactoryTest, TestJmxIntegration, TestDynamicFieldCollectionResource, TestPHPSerializedResponseWriter, SortByFunctionTest, TestFieldCache, JavabinLoaderTest, DistribCursorPagingTest, RequestHandlersTest, TestDeleteCollectionOnDownNodes, TestJettySolrRunner, TestSolrCoreParser, TestJavabinTupleStreamParser, TestLazyCores, MetricsHandlerTest, TestHalfAndHalfDocValues, TestFieldCacheVsDocValues, ImplicitSnitchTest, HdfsChaosMonkeyNothingIsSafeTest, TestScoreJoinQPScore, TestOmitPositions, PrimitiveFieldTypeTest, HdfsDirectoryFactoryTest, RecoveryZkTest, StressHdfsTest, TestPointFields, TestCSVResponseWriter, XmlUpdateRequestHandlerTest, HdfsRecoverLeaseTest, TestTolerantSearch, TestCodecSupport, TestLMDirichletSimilarityFactory, BasicDistributedZkTest, HdfsBasicDistributedZk2Test, TestDownShardTolerantSearch, TestUpdate, NotRequiredUniqueKeyTest, TestDFRSimilarityFactory, ConfigSetsAPITest, TestCoreAdminApis, VMParamsZkACLAndCredentialsProvidersTest, TestStressCloudBlindAtomicUpdates, BJQParserTest, TestIndexingPerformance, ClusterStateTest, CollectionReloadTest, ShardSplitTest, UUIDUpdateProcessorFallbackTest, ParsingFieldUpdateProcessorsTest, RestartWhileUpdatingTest, TestAtomicUpdateErrorCases, TestReversedWildcardFilterFactory, TestCursorMarkWithoutUniqueKey, TestTestInjection, DistributedFacetPivotLargeTest, SuggestComponentTest, BufferStoreTest, TestSimpleTextCodec, FastVectorHighlighterTest, TestSQLHandlerNonCloud, SecurityConfHandlerTest, TestCustomStream, TestRandomRequestDistribution, AsyncCallRequestStatusResponseTest, TestPhraseSuggestions, SimplePostToolTest, TestManagedStopFilterFactory, TestComplexPhraseLeadingWildcard, PKIAuthenticationIntegrationTest, HLLSerializationTest, DisMaxRequestHandlerTest, DateMathParserTest, BlockJoinFacetRandomTest, TestNumericTokenStream, ActionThrottleTest, MinimalSchemaTest, SpatialFilterTest, TestNumericRangeQuery32, TestConfigSetsAPIZkFailure, CheckHdfsIndexTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CdcrBootstrapTest, TestDistributedSearch, CdcrVersionReplicationTest, URLClassifyProcessorTest, HardAutoCommitTest, TestNoOpRegenerator, DistanceFunctionTest, CurrencyFieldTypeTest, TestSchemaNameResource, TestCollectionAPIs, TestLegacyTerms, StatsReloadRaceTest, TestCloudSearcherWarming, TestHashQParserPlugin, TestGeoJSONResponseWriter, OutputWriterTest, ZkControllerTest, TestManagedSynonymGraphFilterFactory, ManagedSchemaRoundRobinCloudTest, CursorPagingTest, CreateCollectionCleanupTest, TestBlendedInfixSuggestions, TestSubQueryTransformerDistrib, AutoScalingHandlerTest, TestTolerantUpdateProcessorCloud, TestZkAclsWithHadoopAuth, TestRawResponseWriter, UnloadDistributedZkTest, CollectionsAPISolrJTest, TestFaceting, LargeFieldTest, SearchHandlerTest, CoreAdminCreateDiscoverTest, TestSurroundQueryParser, OverseerTest, TestAddFieldRealTimeGet, DirectUpdateHandlerOptimizeTest, TestLegacyFieldCache, SmileWriterTest, AlternateDirectoryTest, ResourceLoaderTest, TestExactStatsCache, TestUseDocValuesAsStored2, TestStressRecovery, SolrCoreTest, TestInitParams, TestConfigSetsAPI, PathHierarchyTokenizerFactoryTest, ClassificationUpdateProcessorTest, TestConfigReload, TestLegacyFieldReuse, TestSchemaSimilarityResource, HighlighterConfigTest, QueryParsingTest, ClusterStateUpdateTest, LeaderElectionTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, DistributedTermsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, DocValuesTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, ReturnFieldsTest, MBeansHandlerTest, SOLR749Test, TestSolrIndexConfig, TestMergePolicyConfig, TestDocSet, NumericFieldsTest, TestPostingsSolrHighlighter, SynonymTokenizerTest, TestPerFieldSimilarity, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, MultiThreadedOCPTest, PeerSyncReplicationTest, SolrCLIZkUtilsTest, TestCloudInspectUtil, TestCloudPseudoReturnFields, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, TestRebalanceLeaders, TestReplicaProperties, TestSizeLimitedDistributedMap, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, RulesTest, TestSolrConfigHandler, TestSolrCoreSnapshots, TestReplicationHandlerBackup, TestReqParamsAPI, TestRestoreCore, TestSolrConfigHandlerCloud, TestSolrConfigHandlerConcurrent, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, ReplicaListTransformerTest, SpatialHeatmapFacetsTest, SolrSlf4jReporterTest]
   [junit4] Completed [624/731 (2!)] on J0 in 6.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 354 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20170824_091833_3353086688807617325268.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20170824_091833_33514914485357775310006.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 832 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20170824_100757_8969434910241379886356.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\temp\junit4-J1-20170824_100757_8969878432829619492259.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1241 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J1-20170824_101226_84518089178616093223701.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\temp\junit4-J0-20170824_101226_8458797624737616301238.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J0-20170824_101255_3919346535364421151087.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analytics\test\temp\junit4-J1-20170824_101255_3916942106369334075785.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 500 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J1-20170824_101401_28914211926632785117975.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-clustering\test\temp\junit4-J0-20170824_101401_2891541762767366788195.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1130 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J1-20170824_101453_21713571788874894247551.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler-extras\test\temp\junit4-J0-20170824_101453_21310888259316458275764.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J1-20170824_101517_18612951072315169111607.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\temp\junit4-J0-20170824_101517_1855964968618703731450.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 504 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J0-20170824_101605_669556818971873632181.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-cell\test\temp\junit4-J1-20170824_101605_66910766332312322478303.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 506 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J1-20170824_101630_8278742512903987694588.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-langid\test\temp\junit4-J0-20170824_101630_82714943251243664442173.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 595 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J1-20170824_101659_8148542495099208313568.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-ltr\test\temp\junit4-J0-20170824_101659_8148896155019618778601.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 538 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J1-20170824_101813_05517823940049561740195.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-uima\test\temp\junit4-J0-20170824_101813_05314364659671975708454.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 495 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-velocity\test\temp\junit4-J0-20170824_101848_80717576098875899059789.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 29025 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-9-ea+181) - Build # 134 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/134/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

4 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:57760/gb/r/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:57760/gb/r/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([146946C17C9E346E:F2FE7201451CCD0F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
	at __randomizedtesting.SeedInfo.seed([146946C17C9E346E:4B8D6BF61792A72B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
	at __randomizedtesting.SeedInfo.seed([146946C17C9E346E:658DB8170A7513A2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<2000> but was:<1100>
	at __randomizedtesting.SeedInfo.seed([146946C17C9E346E:C02C0D989BC88795]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11109 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\init-core-data-001
   [junit4]   2> 276670 WARN  (SUITE-ForceLeaderTest-seed#[146946C17C9E346E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 276671 INFO  (SUITE-ForceLeaderTest-seed#[146946C17C9E346E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 276672 INFO  (SUITE-ForceLeaderTest-seed#[146946C17C9E346E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 276672 INFO  (SUITE-ForceLeaderTest-seed#[146946C17C9E346E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 276672 INFO  (SUITE-ForceLeaderTest-seed#[146946C17C9E346E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /gb/r
   [junit4]   2> 276673 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 276673 INFO  (Thread-871) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 276673 INFO  (Thread-871) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 276677 ERROR (Thread-871) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 276773 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkTestServer start zk server on port:57704
   [junit4]   2> 276798 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 276801 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 276803 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 276806 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 276808 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 276810 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 276812 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 276815 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 276817 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 276818 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 276820 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 276822 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 277123 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 277124 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51363a6a{/gb/r,null,AVAILABLE}
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@654ed725{HTTP/1.1,[http/1.1]}{127.0.0.1:57712}
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server Started @287145ms
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/gb/r, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\tempDir-001/control/data, hostPort=57711, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\control-001\cores}
   [junit4]   2> 277126 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 277126 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T23:14:18.691621200Z
   [junit4]   2> 277131 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 277131 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\control-001\solr.xml
   [junit4]   2> 277131 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e116002010002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 277140 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 277142 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57704/solr
   [junit4]   2> 277145 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e116002010003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 277255 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 277256 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57711_gb%2Fr
   [junit4]   2> 277258 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.Overseer Overseer (id=98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) starting
   [junit4]   2> 277265 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57711_gb%2Fr
   [junit4]   2> 277266 INFO  (OverseerStateUpdate-98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 277331 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 277337 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 277338 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 277339 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\control-001\cores
   [junit4]   2> 277366 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 277367 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57704/solr ready
   [junit4]   2> 277368 INFO  (SocketProxy-Acceptor-57711) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57727,localport=57711], receiveBufferSize:65536
   [junit4]   2> 277371 INFO  (SocketProxy-Acceptor-57711) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57712,localport=57728], receiveBufferSize=65536
   [junit4]   2> 277375 INFO  (qtp1981035141-2881) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57711_gb%252Fr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 277377 INFO  (OverseerThreadFactory-1536-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 277485 INFO  (SocketProxy-Acceptor-57711) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57729,localport=57711], receiveBufferSize:65536
   [junit4]   2> 277485 INFO  (SocketProxy-Acceptor-57711) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57712,localport=57730], receiveBufferSize=65536
   [junit4]   2> 277487 INFO  (qtp1981035141-2884) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 277487 INFO  (qtp1981035141-2884) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 277596 INFO  (zkCallback-356-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 278504 INFO  (qtp1981035141-2884) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 278513 INFO  (qtp1981035141-2884) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 278591 INFO  (qtp1981035141-2884) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 278607 INFO  (qtp1981035141-2884) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 278608 INFO  (qtp1981035141-2884) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 278608 INFO  (qtp1981035141-2884) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 278608 INFO  (qtp1981035141-2884) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 278610 INFO  (qtp1981035141-2884) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6641127538758215]
   [junit4]   2> 278611 WARN  (qtp1981035141-2884) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 278675 INFO  (qtp1981035141-2884) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 278676 INFO  (qtp1981035141-2884) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 278677 INFO  (qtp1981035141-2884) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 278677 INFO  (qtp1981035141-2884) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 278678 INFO  (qtp1981035141-2884) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=78.8662109375, floorSegmentMB=1.0361328125, forceMergeDeletesPctAllowed=12.347429267145442, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3510328240670664
   [junit4]   2> 278679 INFO  (qtp1981035141-2884) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13dc44e6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 278679 INFO  (qtp1981035141-2884) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 278679 INFO  (qtp1981035141-2884) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 278681 INFO  (qtp1981035141-2884) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 278681 INFO  (qtp1981035141-2884) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576565536452509696
   [junit4]   2> 278683 INFO  (searcherExecutor-1539-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@13dc44e6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278698 INFO  (qtp1981035141-2884) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 278698 INFO  (qtp1981035141-2884) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 278698 INFO  (qtp1981035141-2884) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57711/gb/r/control_collection_shard1_replica_n1/
   [junit4]   2> 278698 INFO  (qtp1981035141-2884) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 278698 INFO  (qtp1981035141-2884) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57711/gb/r/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 278698 INFO  (qtp1981035141-2884) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 278703 INFO  (qtp1981035141-2884) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57711/gb/r/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 278809 INFO  (zkCallback-356-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 278859 INFO  (qtp1981035141-2884) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 278860 INFO  (qtp1981035141-2884) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1374
   [junit4]   2> 278865 INFO  (qtp1981035141-2881) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 278991 INFO  (zkCallback-356-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 279381 INFO  (OverseerCollectionConfigSetProcessor-98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) [    ] 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> 279865 INFO  (qtp1981035141-2881) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57711_gb%252Fr&wt=javabin&version=2} status=0 QTime=2489
   [junit4]   2> 279866 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e116002010005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 279872 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 279873 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57704/solr ready
   [junit4]   2> 279873 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 279874 INFO  (SocketProxy-Acceptor-57711) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57734,localport=57711], receiveBufferSize:65536
   [junit4]   2> 279874 INFO  (SocketProxy-Acceptor-57711) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57712,localport=57735], receiveBufferSize=65536
   [junit4]   2> 279876 INFO  (qtp1981035141-2885) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 279878 INFO  (OverseerThreadFactory-1536-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 279879 WARN  (OverseerThreadFactory-1536-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 280084 INFO  (qtp1981035141-2885) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 280084 INFO  (qtp1981035141-2885) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=207
   [junit4]   2> 280658 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-1-001 of type TLOG
   [junit4]   2> 280659 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 280660 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a18ffac{/gb/r,null,AVAILABLE}
   [junit4]   2> 280661 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@55a728a{HTTP/1.1,[http/1.1]}{127.0.0.1:57738}
   [junit4]   2> 280661 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server Started @290680ms
   [junit4]   2> 280661 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/gb/r, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\tempDir-001/jetty1, hostPort=57737, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-1-001\cores, replicaType=TLOG}
   [junit4]   2> 280661 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 280661 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 280661 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 280661 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 280662 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T23:14:22.226498900Z
   [junit4]   2> 280666 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 280666 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-1-001\solr.xml
   [junit4]   2> 280670 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 280672 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57704/solr
   [junit4]   2> 280686 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 280689 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 280691 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57737_gb%2Fr
   [junit4]   2> 280694 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280694 INFO  (zkCallback-356-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280694 INFO  (zkCallback-363-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280757 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 280765 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 280765 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 280767 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-1-001\cores
   [junit4]   2> 280791 INFO  (SocketProxy-Acceptor-57737) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57750,localport=57737], receiveBufferSize:65536
   [junit4]   2> 280791 INFO  (SocketProxy-Acceptor-57737) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57738,localport=57751], receiveBufferSize=65536
   [junit4]   2> 280795 INFO  (qtp1037144791-2927) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57737_gb%252Fr&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 280799 INFO  (OverseerCollectionConfigSetProcessor-98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) [    ] 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> 280801 INFO  (OverseerThreadFactory-1536-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:57737_gb%2Fr for creating new replica
   [junit4]   2> 280804 INFO  (SocketProxy-Acceptor-57737) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57752,localport=57737], receiveBufferSize:65536
   [junit4]   2> 280805 INFO  (SocketProxy-Acceptor-57737) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57738,localport=57753], receiveBufferSize=65536
   [junit4]   2> 280809 INFO  (qtp1037144791-2930) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 280810 INFO  (qtp1037144791-2930) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 280917 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 281854 INFO  (qtp1037144791-2930) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 281873 INFO  (qtp1037144791-2930) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 281959 INFO  (qtp1037144791-2930) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 281983 INFO  (qtp1037144791-2930) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 281983 INFO  (qtp1037144791-2930) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 281983 INFO  (qtp1037144791-2930) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 281983 INFO  (qtp1037144791-2930) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-1-001\cores\collection1_shard2_replica_t41], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-1-001\cores\collection1_shard2_replica_t41\data\]
   [junit4]   2> 281985 INFO  (qtp1037144791-2930) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6641127538758215]
   [junit4]   2> 281991 WARN  (qtp1037144791-2930) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 282056 INFO  (qtp1037144791-2930) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 282056 INFO  (qtp1037144791-2930) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 282058 INFO  (qtp1037144791-2930) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 282059 INFO  (qtp1037144791-2930) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 282060 INFO  (qtp1037144791-2930) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=78.8662109375, floorSegmentMB=1.0361328125, forceMergeDeletesPctAllowed=12.347429267145442, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3510328240670664
   [junit4]   2> 282064 INFO  (qtp1037144791-2930) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@214888b0[collection1_shard2_replica_t41] main]
   [junit4]   2> 282065 INFO  (qtp1037144791-2930) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 282066 INFO  (qtp1037144791-2930) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 282067 INFO  (qtp1037144791-2930) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 282067 INFO  (qtp1037144791-2930) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576565540002988032
   [junit4]   2> 282068 INFO  (searcherExecutor-1550-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@214888b0[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57737/gb/r/collection1_shard2_replica_t41/
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57737/gb/r/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 282074 INFO  (qtp1037144791-2930) [    ] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 282077 INFO  (qtp1037144791-2930) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57737/gb/r/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 282181 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 282230 INFO  (qtp1037144791-2930) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 282232 INFO  (qtp1037144791-2930) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1421
   [junit4]   2> 282233 INFO  (qtp1037144791-2927) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:57737_gb%252Fr&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1438
   [junit4]   2> 282333 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 282554 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-2-001 of type TLOG
   [junit4]   2> 282555 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 282556 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c67c55a{/gb/r,null,AVAILABLE}
   [junit4]   2> 282556 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@27e1324e{HTTP/1.1,[http/1.1]}{127.0.0.1:57761}
   [junit4]   2> 282557 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server Started @292575ms
   [junit4]   2> 282557 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/gb/r, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\tempDir-001/jetty2, hostPort=57760, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-2-001\cores, replicaType=TLOG}
   [junit4]   2> 282557 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 282557 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 282557 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 282557 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 282557 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T23:14:24.122249100Z
   [junit4]   2> 282560 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 282560 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-2-001\solr.xml
   [junit4]   2> 282572 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 282575 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57704/solr
   [junit4]   2> 282588 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282590 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 282592 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57760_gb%2Fr
   [junit4]   2> 282595 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 282595 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 282595 INFO  (zkCallback-356-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 282595 INFO  (zkCallback-363-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 282639 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 282646 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 282647 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 282648 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-2-001\cores
   [junit4]   2> 282675 INFO  (qtp1037144791-2932) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57760_gb%252Fr&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 282677 INFO  (OverseerCollectionConfigSetProcessor-98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 282678 INFO  (OverseerThreadFactory-1536-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:57760_gb%2Fr for creating new replica
   [junit4]   2> 282680 INFO  (SocketProxy-Acceptor-57760) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57773,localport=57760], receiveBufferSize:65536
   [junit4]   2> 282680 INFO  (SocketProxy-Acceptor-57760) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57761,localport=57774], receiveBufferSize=65536
   [junit4]   2> 282683 INFO  (qtp219841181-2964) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 282684 INFO  (qtp219841181-2964) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 282790 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 282790 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 283699 INFO  (qtp219841181-2964) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 283727 INFO  (qtp219841181-2964) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 283810 INFO  (qtp219841181-2964) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 283827 INFO  (qtp219841181-2964) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 283828 INFO  (qtp219841181-2964) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 283828 INFO  (qtp219841181-2964) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 283828 INFO  (qtp219841181-2964) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-2-001\cores\collection1_shard1_replica_t43], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-2-001\cores\collection1_shard1_replica_t43\data\]
   [junit4]   2> 283830 INFO  (qtp219841181-2964) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6641127538758215]
   [junit4]   2> 283831 WARN  (qtp219841181-2964) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 283889 INFO  (qtp219841181-2964) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 283890 INFO  (qtp219841181-2964) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 283891 INFO  (qtp219841181-2964) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 283891 INFO  (qtp219841181-2964) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 283891 INFO  (qtp219841181-2964) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=78.8662109375, floorSegmentMB=1.0361328125, forceMergeDeletesPctAllowed=12.347429267145442, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3510328240670664
   [junit4]   2> 283892 INFO  (qtp219841181-2964) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35beb410[collection1_shard1_replica_t43] main]
   [junit4]   2> 283893 INFO  (qtp219841181-2964) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 283893 INFO  (qtp219841181-2964) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 283894 INFO  (qtp219841181-2964) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 283894 INFO  (searcherExecutor-1561-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@35beb410[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 283896 INFO  (qtp219841181-2964) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576565541920833536
   [junit4]   2> 283900 INFO  (qtp219841181-2964) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 283900 INFO  (qtp219841181-2964) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 283900 INFO  (qtp219841181-2964) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57760/gb/r/collection1_shard1_replica_t43/
   [junit4]   2> 283900 INFO  (qtp219841181-2964) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 283900 INFO  (qtp219841181-2964) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:57760/gb/r/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 283900 INFO  (qtp219841181-2964) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 283901 INFO  (qtp219841181-2964) [    ] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 283903 INFO  (qtp219841181-2964) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57760/gb/r/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 284006 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 284006 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 284056 INFO  (qtp219841181-2964) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 284057 INFO  (qtp219841181-2964) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1374
   [junit4]   2> 284061 INFO  (qtp1037144791-2932) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:57760_gb%252Fr&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1386
   [junit4]   2> 284172 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 284172 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 284457 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-3-001 of type TLOG
   [junit4]   2> 284459 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284459 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f93a855{/gb/r,null,AVAILABLE}
   [junit4]   2> 284459 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d05b871{HTTP/1.1,[http/1.1]}{127.0.0.1:57776}
   [junit4]   2> 284459 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.e.j.s.Server Started @294478ms
   [junit4]   2> 284459 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/gb/r, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\tempDir-001/jetty3, hostPort=57775, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-3-001\cores, replicaType=TLOG}
   [junit4]   2> 284460 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 284461 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 284461 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284461 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 284461 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-23T23:14:26.026985Z
   [junit4]   2> 284467 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 284467 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-3-001\solr.xml
   [junit4]   2> 284470 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 284473 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57704/solr
   [junit4]   2> 284476 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15e11600201000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 284488 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 284490 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284493 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57775_gb%2Fr
   [junit4]   2> 284495 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284495 INFO  (zkCallback-380-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284496 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284496 INFO  (zkCallback-363-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284496 INFO  (zkCallback-356-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284563 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 284571 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 284571 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 284573 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-3-001\cores
   [junit4]   2> 284618 INFO  (qtp1037144791-2933) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:57775_gb%252Fr&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 284622 INFO  (OverseerCollectionConfigSetProcessor-98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 284622 INFO  (OverseerThreadFactory-1536-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:57775_gb%2Fr for creating new replica
   [junit4]   2> 284626 INFO  (SocketProxy-Acceptor-57775) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57788,localport=57775], receiveBufferSize:65536
   [junit4]   2> 284626 INFO  (SocketProxy-Acceptor-57775) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57776,localport=57789], receiveBufferSize=65536
   [junit4]   2> 284632 INFO  (qtp403888353-3001) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 284633 INFO  (qtp403888353-3001) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 284742 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 284742 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 284742 INFO  (zkCallback-380-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 285647 INFO  (qtp403888353-3001) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 285657 INFO  (qtp403888353-3001) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 285744 INFO  (qtp403888353-3001) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 285772 INFO  (qtp403888353-3001) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 285772 INFO  (qtp403888353-3001) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d766b4f
   [junit4]   2> 285773 INFO  (qtp403888353-3001) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 285773 INFO  (qtp403888353-3001) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-3-001\cores\collection1_shard2_replica_t45], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ForceLeaderTest_146946C17C9E346E-001\shard-3-001\cores\collection1_shard2_replica_t45\data\]
   [junit4]   2> 285775 INFO  (qtp403888353-3001) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6641127538758215]
   [junit4]   2> 285776 WARN  (qtp403888353-3001) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 285841 INFO  (qtp403888353-3001) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 285841 INFO  (qtp403888353-3001) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 285843 INFO  (qtp403888353-3001) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 285843 INFO  (qtp403888353-3001) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 285844 INFO  (qtp403888353-3001) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=78.8662109375, floorSegmentMB=1.0361328125, forceMergeDeletesPctAllowed=12.347429267145442, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3510328240670664
   [junit4]   2> 285844 INFO  (qtp403888353-3001) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eb1a62[collection1_shard2_replica_t45] main]
   [junit4]   2> 285845 INFO  (qtp403888353-3001) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 285845 INFO  (qtp403888353-3001) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 285845 INFO  (qtp403888353-3001) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 285845 INFO  (qtp403888353-3001) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1576565543964508160
   [junit4]   2> 285845 INFO  (searcherExecutor-1572-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@6eb1a62[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 285851 INFO  (qtp403888353-3001) [    ] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 285851 INFO  (updateExecutor-377-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 285852 INFO  (qtp403888353-3001) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1218
   [junit4]   2> 285852 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 285852 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 285852 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 285852 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 285852 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 285852 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t45] as recovering, leader is [http://127.0.0.1:57737/gb/r/collection1_shard2_replica_t41/] and I am [http://127.0.0.1:57775/gb/r/collection1_shard2_replica_t45/]
   [junit4]   2> 285854 INFO  (recoveryExecutor-378-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:57737/gb/r]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:57775_gb%252Fr&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 285854 INFO  (qtp1037144791-2933) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:57775_gb%252Fr&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1236
   [junit4]   2> 285858 INFO  (SocketProxy-Acceptor-57737) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57790,localport=57737], receiveBufferSize:65536
   [junit4]   2> 285858 INFO  (SocketProxy-Acceptor-57737) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57738,localport=57791], receiveBufferSize=65536
   [junit4]   2> 285860 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[146946C17C9E346E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplicasInLIRNoLeader
   [junit4]   2> 285861 INFO  (qtp1037144791-2934) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 285862 INFO  (qtp1037144791-2934) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:57775_gb%2Fr, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:57775/gb/r","node_name":"127.0.0.1:57775_gb%2Fr","state":"down","type":"TLOG"}
   [junit4]   2> 285863 INFO  (SocketProxy-Acceptor-57760) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57792,localport=57760], receiveBufferSize:65536
   [junit4]   2> 285863 INFO  (SocketProxy-Acceptor-57760) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=57761,localport=57793], receiveBufferSize=65536
   [junit4]   2> 285867 INFO  (qtp219841181-2966) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1&collection.configName=conf1&nrtReplicas=0&name=forceleader_test_collection&action=CREATE&numShards=1&tlogReplicas=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 285869 INFO  (OverseerThreadFactory-1536-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection forceleader_test_collection
   [junit4]   2> 285870 INFO  (OverseerCollectionConfigSetProcessor-98535345896882180-127.0.0.1:57711_gb%2Fr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 285978 INFO  (zkCallback-380-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 285979 INFO  (zkCallback-374-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 285978 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 286078 INFO  (qtp219841181-2967) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_test

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

, DistributedFacetPivotLargeTest, StressHdfsTest, TestOrdValues, TestSubQueryTransformer, DirectUpdateHandlerTest, HdfsRestartWhileUpdatingTest, TestStressReorder, TestConfigSetsAPIZkFailure, DirectoryFactoryTest, TestMissingGroups, BJQParserTest, TestSurroundQueryParser, DistribJoinFromCollectionTest, TestReplicationHandler, RecoveryZkTest, TestRandomRequestDistribution, MinimalSchemaTest, TestLegacyTerms, ScriptEngineTest, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, ForceLeaderTest, TestSweetSpotSimilarityFactory, TestSolrCloudWithKerberosAlt, SolrJmxReporterCloudTest, QueryElevationComponentTest, AnalyticsQueryTest, TestLocalFSCloudBackupRestore, DistributedVersionInfoTest, TestHdfsUpdateLog, TestGeoJSONResponseWriter, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestSizeLimitedDistributedMap, TestSegmentSorting, TestDeleteCollectionOnDownNodes, QueryParsingTest, DistanceFunctionTest, OutputWriterTest, PeerSyncWithIndexFingerprintCachingTest, TestCustomSort, TestTestInjection, FastVectorHighlighterTest, SolrShardReporterTest, SolrCLIZkUtilsTest, HdfsCollectionsAPIDistributedZkTest, ParsingFieldUpdateProcessorsTest, CloudMLTQParserTest, TestStressLiveNodes, SolrCoreMetricManagerTest, TestReplicationHandlerBackup, SpatialFilterTest, PeerSyncTest, TestUtils, TestHighlightDedupGrouping, SuggesterWFSTTest, SecurityConfHandlerTest, TestNumericRangeQuery32, AutoScalingHandlerTest, TestLeaderElectionZkExpiry, SolrSlf4jReporterTest, TestCursorMarkWithoutUniqueKey, ShardRoutingTest, DocValuesMissingTest, MetricsHandlerTest, TestFieldCollectionResource, DocExpirationUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, DistributedFacetPivotSmallAdvancedTest, PrimitiveFieldTypeTest, ShardSplitTest, TestCustomDocTransformer, DirectSolrConnectionTest, TestDistributedSearch, ActionThrottleTest, TestSchemaNameResource, HdfsUnloadDistributedZkTest, AddBlockUpdateTest, TestConfigReload, BooleanFieldTest, TestDocBasedVersionConstraints, ZkCLITest, SolrGangliaReporterTest, FacetPivotSmallTest, TestFaceting, CdcrBootstrapTest]
   [junit4] Completed [254/731 (3!)] on J0 in 158.64s, 3 tests, 1 failure <<< FAILURES!

[...truncated 657 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_146946C17C9E346E-001\init-core-data-001
   [junit4]   2> 1755150 WARN  (SUITE-UpdateRequestProcessorFactoryTest-seed#[146946C17C9E346E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1755478 WARN  (coreLoadExecutor-7472-thread-1) [    ] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1755480 WARN  (coreLoadExecutor-7472-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=146946C17C9E346E -Dtests.slow=true -Dtests.locale=sr-Cyrl-BA -Dtests.timezone=Etc/GMT+9 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J0 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([146946C17C9E346E:658DB8170A7513A2]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.UpdateRequestProcessorFactoryTest_146946C17C9E346E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=75, maxMBSortInHeap=7.456324497564515, sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Cyrl-BA, timezone=Etc/GMT+9
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=288128064,total=512126976
   [junit4]   2> NOTE: All tests run in this JVM: [TestRTimerTree, SpellCheckCollatorWithCollapseTest, StatsReloadRaceTest, TestRandomDVFaceting, TestSearcherReuse, SuggesterTest, ReplaceNodeTest, ReplicaListTransformerTest, CursorPagingTest, TestConfigSets, TestSerializedLuceneMatchVersion, DisMaxRequestHandlerTest, TestFilteredDocIdSet, BigEndianAscendingWordSerializerTest, RankQueryTest, TestFunctionQuery, HardAutoCommitTest, FieldAnalysisRequestHandlerTest, PrimUtilsTest, TestGroupingSearch, TestZkAclsWithHadoopAuth, TestLFUCache, ConfigureRecoveryStrategyTest, SortByFunctionTest, VMParamsZkACLAndCredentialsProvidersTest, SolrInfoBeanTest, DistributedFacetPivotLargeTest, StressHdfsTest, TestOrdValues, TestSubQueryTransformer, DirectUpdateHandlerTest, HdfsRestartWhileUpdatingTest, TestStressReorder, TestConfigSetsAPIZkFailure, DirectoryFactoryTest, TestMissingGroups, BJQParserTest, TestSurroundQueryParser, DistribJoinFromCollectionTest, TestReplicationHandler, RecoveryZkTest, TestRandomRequestDistribution, MinimalSchemaTest, TestLegacyTerms, ScriptEngineTest, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, ForceLeaderTest, TestSweetSpotSimilarityFactory, TestSolrCloudWithKerberosAlt, SolrJmxReporterCloudTest, QueryElevationComponentTest, AnalyticsQueryTest, TestLocalFSCloudBackupRestore, DistributedVersionInfoTest, TestHdfsUpdateLog, TestGeoJSONResponseWriter, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestSizeLimitedDistributedMap, TestSegmentSorting, TestDeleteCollectionOnDownNodes, QueryParsingTest, DistanceFunctionTest, OutputWriterTest, PeerSyncWithIndexFingerprintCachingTest, TestCustomSort, TestTestInjection, FastVectorHighlighterTest, SolrShardReporterTest, SolrCLIZkUtilsTest, HdfsCollectionsAPIDistributedZkTest, ParsingFieldUpdateProcessorsTest, CloudMLTQParserTest, TestStressLiveNodes, SolrCoreMetricManagerTest, TestReplicationHandlerBackup, SpatialFilterTest, PeerSyncTest, TestUtils, TestHighlightDedupGrouping, SuggesterWFSTTest, SecurityConfHandlerTest, TestNumericRangeQuery32, AutoScalingHandlerTest, TestLeaderElectionZkExpiry, SolrSlf4jReporterTest, TestCursorMarkWithoutUniqueKey, ShardRoutingTest, DocValuesMissingTest, MetricsHandlerTest, TestFieldCollectionResource, DocExpirationUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, DistributedFacetPivotSmallAdvancedTest, PrimitiveFieldTypeTest, ShardSplitTest, TestCustomDocTransformer, DirectSolrConnectionTest, TestDistributedSearch, ActionThrottleTest, TestSchemaNameResource, HdfsUnloadDistributedZkTest, AddBlockUpdateTest, TestConfigReload, BooleanFieldTest, TestDocBasedVersionConstraints, ZkCLITest, SolrGangliaReporterTest, FacetPivotSmallTest, TestFaceting, CdcrBootstrapTest, TestCollectionAPIs, TestLegacyFieldReuse, DefaultValueUpdateProcessorTest, ImplicitSnitchTest, TestNoOpRegenerator, TestDynamicFieldCollectionResource, TestCustomStream, TestImplicitCoreProperties, TestBulkSchemaConcurrent, UnloadDistributedZkTest, OverseerCollectionConfigSetProcessorTest, TlogReplayBufferedWhileIndexingTest, TestLegacyFieldCache, TestCSVResponseWriter, TestSolrDeletionPolicy2, TestRawResponseWriter, CleanupOldIndexTest, TestJettySolrRunner, TestReloadAndDeleteDocs, ManagedSchemaRoundRobinCloudTest, TestHalfAndHalfDocValues, DistribCursorPagingTest, TestInitParams, AsyncCallRequestStatusResponseTest, CdcrReplicationHandlerTest, DistributedExpandComponentTest, BlockJoinFacetRandomTest, CoreAdminCreateDiscoverTest, TestNumericTerms64, SyncSliceTest, AtomicUpdateProcessorFactoryTest, TestHdfsCloudBackupRestore, TestExtendedDismaxParser, TestSort, DeleteShardTest, CollectionTooManyReplicasTest, SharedFSAutoReplicaFailoverUtilsTest, V2ApiIntegrationTest, TestStressVersions, TestAtomicUpdateErrorCases, TestLMDirichletSimilarityFactory, CurrencyFieldTypeTest, TestSha256AuthenticationProvider, TestNestedDocsSort, TestJmxIntegration, UUIDUpdateProcessorFallbackTest, TestCodecSupport, HdfsChaosMonkeyNothingIsSafeTest, TestQuerySenderListener, CdcrVersionReplicationTest, BufferStoreTest, XsltUpdateRequestHandlerTest, ResponseHeaderTest, BasicAuthIntegrationTest, CollectionReloadTest, RestartWhileUpdatingTest, HdfsBasicDistributedZk2Test, CreateCollectionCleanupTest, TestFieldCacheSort, TestPrepRecovery, SpatialHeatmapFacetsTest, MoveReplicaHDFSUlogDirTest, AutoCommitTest, TestRecovery, TermVectorComponentDistributedTest, TestReload, TestRangeQuery, StatsComponentTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, SimplePostToolTest, TestCoreDiscovery, DocValuesTest, DocValuesMultiTest, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [435/731 (4!)] on J0 in 0.37s, 3 tests, 1 failure <<< FAILURES!

[...truncated 37482 lines...]