bsglz commented on a change in pull request #4276:
URL: https://github.com/apache/hbase/pull/4276#discussion_r835841528



##########
File path: 
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/LoadBalancer.java
##########
@@ -156,4 +156,12 @@
    */
   default void updateBalancerLoadInfo(Map<TableName, Map<ServerName, 
List<RegionInfo>>>
     loadOfAllTable){}
+
+  /**
+   * Check if the ServerName is bogus.
+   * @param sn server name to be checked
+   */
+  default boolean isBogusServerName(ServerName sn) {

Review comment:
       Ditto.




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