swamirishi commented on code in PR #9240:
URL: https://github.com/apache/ozone/pull/9240#discussion_r2507082461
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/SnapshotDefragService.java:
##########
@@ -345,7 +346,8 @@ private boolean shouldRun() {
return false;
}
// The service only runs if current OM node is ready
- return running.get() && ozoneManager.isRunning();
+ return running.get() && ozoneManager.isRunning() &&
Review Comment:
No we would be still using the localDataYaml file to compute snapshot diff
for version 0 going forward even without upgrade. So we would require
OmSNapshotLocalDataManager in that case
--
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]