Apache9 commented on code in PR #4523:
URL: https://github.com/apache/hbase/pull/4523#discussion_r922841140


##########
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:
   See TestReportRegionStateTransitionFromDeadServer, where we could inject our 
own implementation of ServerManager. I think you can change the implementation 
of isServerUnknown for controling the return value.



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