You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/20 02:57:18 UTC

[GitHub] [hadoop-ozone] avijayanhwx commented on a change in pull request #233: HDDS-1873 Add API to get last completed times for every Recon task.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org