avijayanhwx commented on a change in pull request #233: HDDS-1873 Add API to
get last completed times for every Recon task.
URL: https://github.com/apache/hadoop-ozone/pull/233#discussion_r348269435
##########
File path:
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/recovery/ReconOmMetadataManagerImpl.java
##########
@@ -108,4 +109,14 @@ public void updateOmDB(File newDbLocation) throws
IOException {
initializeNewRdbStore(newDbLocation);
}
+ @Override
+ public long getLastSequenceNumberFromOMMetadataDB () {
Review comment:
Can be renamed to 'getLastSequenceNumberFromDB' since the method is now in
OM Metadata Manager.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]