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...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to