Apache9 commented on code in PR #5408:
URL: https://github.com/apache/hbase/pull/5408#discussion_r1356848506


##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/util/BackupUtils.java:
##########
@@ -762,4 +773,30 @@ public static String findMostRecentBackupId(String[] 
backupIds) {
     return BackupRestoreConstants.BACKUPID_PREFIX + recentTimestamp;
   }
 
+  public static void rollWALWriters(Admin admin, Map<String, String> props) 
throws IOException {
+    byte[] ret =

Review Comment:
   The execProcedure call is for zk based procedures, do we still have other 
procedures besides the log roll one?



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to