EungsopYoo commented on code in PR #6401:
URL: https://github.com/apache/hbase/pull/6401#discussion_r2148862086
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnection.java:
##########
@@ -209,6 +210,11 @@ default AsyncBufferedMutator getBufferedMutator(TableName
tableName, ExecutorSer
*/
Connection toConnection();
+ /**
+ * Returns {@link FailedServers} which contains the list of recently failed
servers
+ */
+ FailedServers getFailedServers();
Review Comment:
I agree
https://github.com/apache/hbase/pull/6401/commits/d89262bdb1f125043f0b86b6dea03e95bef5ba6f
--
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]