charlesconnell commented on code in PR #7288:
URL: https://github.com/apache/hbase/pull/7288#discussion_r2345769787


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java:
##########
@@ -2651,4 +2651,7 @@ List<LogEntry> getLogEntries(Set<ServerName> serverNames, 
String logType, Server
    * Get the list of cached files
    */
   List<String> getCachedFilesList(ServerName serverName) throws IOException;
+
+  @InterfaceAudience.Private
+  void restoreBackupSystemTable(String snapshotName) throws IOException;

Review Comment:
   > Otherwise, I need to create an entirely new type of connection wrapper 
class in order to interface with the MasterRPCServices. I'm happy to do that if 
you think that's a better approach.
   
   Yes, that's what I'm suggesting. I think it's gonna be pretty lightweight. 
If you look at `HBaseHbck` that makes it look pretty easy.



-- 
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