smengcl commented on code in PR #3821:
URL: https://github.com/apache/ozone/pull/3821#discussion_r999974342
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/OzoneManagerServiceProviderImpl.java:
##########
@@ -443,62 +476,68 @@ void innerGetAndApplyDeltaUpdatesFromOM(long
fromSequenceNumber,
*/
@VisibleForTesting
public void syncDataFromOM() {
- LOG.info("Syncing data from Ozone Manager.");
- long currentSequenceNumber = getCurrentOMDBSequenceNumber();
- LOG.debug("Seq number of Recon's OM DB : {}", currentSequenceNumber);
- boolean fullSnapshot = false;
+ isSyncDataFromOMRunning = true;
Review Comment:
This is not changed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]