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_r348269322
##########
File path:
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/recovery/ReconOMMetadataManager.java
##########
@@ -35,4 +35,10 @@
* @param dbLocation New location of the OM Snapshot DB.
*/
void updateOmDB(File dbLocation) throws IOException;
+
+ /**
+ * Get the most recent sequence number from the Ozone Manager Metadata
+ * Database.
+ */
+ long getLastSequenceNumberFromOMMetadataDB ();
Review comment:
NIT space before ().
----------------------------------------------------------------
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]