ndimiduk commented on a change in pull request #954: HBASE-23305: Master based 
registry implementation
URL: https://github.com/apache/hbase/pull/954#discussion_r363839731
 
 

 ##########
 File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/BlockingRpcClient.java
 ##########
 @@ -72,6 +74,14 @@ protected BlockingRpcConnection 
createConnection(ConnectionId remoteId) throws I
     return new BlockingRpcConnection(this, remoteId);
   }
 
+  @Override
+  public RpcChannel createHedgedRpcChannel(Set<ServerName> sns, User user, int 
rpcTimeout)
 
 Review comment:
   There's no need for an implementation of this method on this class -- it 
doesn't support this part of the interface and the parent abstract class's 
implementation is sufficient.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to