frostruan commented on code in PR #5408:
URL: https://github.com/apache/hbase/pull/5408#discussion_r1349529307
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.java:
##########
@@ -701,6 +701,26 @@ public HashMap<String, Long>
readRegionServerLastLogRollResult(String backupRoot
}
}
+ /**
+ * read Region Server last roll log result (timestamp) from the backup
system table
+ * @param server Region Server name
+ * @param backupRoot root directory path to backup
+ * @throws IOException exception
+ */
+ public Long getRegionServerLastLogRollResult(String server, String
backupRoot)
Review Comment:
Ok. I'll address it. Thanks Duo.
--
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]