You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/08/04 08:53:29 UTC

[GitHub] [hbase] 2005hithlj commented on a diff in pull request #4523: HBASE-27104 Add a tool command list_unknownservers

2005hithlj commented on code in PR #4523:
URL: https://github.com/apache/hbase/pull/4523#discussion_r937524969


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -443,6 +443,8 @@ public class HMaster extends HBaseServerBase<MasterRpcServices> implements Maste
   /** jetty server for master to redirect requests to regionserver infoServer */
   private Server masterJettyServer;
 
+  private Set<ServerName> unknownServers;

Review Comment:
   @Apache9  sir.
   I have changed the UT implementation, could you take a look? Thanks.



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org