virajjasani commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r478596596
########## File path: hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java ########## @@ -4212,4 +4213,29 @@ private void getProcedureResult(long procId, CompletableFuture<Void> future, int (s, c, req, done) -> s.updateRSGroupConfig(c, req, done), resp -> null)) ).call(); } + + private CompletableFuture<List<LogEntry>> getBalancerDecisions( Review comment: Done, now both use same RPC API: `getLogEntries` ---------------------------------------------------------------- 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: us...@infra.apache.org