YouChanchan opened a new pull request, #5138:
URL: https://github.com/apache/hbase/pull/5138

   According to the problem reflected by HBASE-22041, the root cause should be 
that the master will parse the ip of rs only when it gets RsAdmin for the first 
time, and then get rs admin from the ‘adminStubs’ map according to the key. At 
this time, if the wrong ip address is obtained, the master will always hold the 
wrong ip to retry. If the rs admin corresponding to the map is deleted, there 
will be a chance to resolve the ip again.


-- 
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-unsubscr...@hbase.apache.org

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

Reply via email to