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

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

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

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


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

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

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




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

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

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

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

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

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

Reply via email to