sunhelly commented on PR #4732: URL: https://github.com/apache/hbase/pull/4732#issuecomment-1272904771
Thanks, @Apache9 and @apurtell . After looking at [HBASE-12954](https://issues.apache.org/jira/browse/HBASE-12954), I think we should abort the RS when the hostname from master seen is different from RS seen, regardless of whether the hostname has been configured by the RS. The problem I met is that, the `hbase.regionserver.hostname` is not configured, but the master do a reverse DNS resolution failed, and used the ip of the RS as the hostname seen, and then the RS is working using its ip as its name, but there are something wrong about its RSGroup now. I'll change the PR and update the issue name, 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
