droudnitsky commented on code in PR #6401:
URL: https://github.com/apache/hbase/pull/6401#discussion_r2146969538


##########
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:
   Do we want to expose and maintain this public interface? IMO all the failed 
server handling should be contained within the client and transparent to user 
applications , I can't think of an external use of failedServers list beyond 
observability, which would be served better through logging / metrics



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

Reply via email to