Apache9 commented on PR #4732:
URL: https://github.com/apache/hbase/pull/4732#issuecomment-1271732725

   This is introduced by https://issues.apache.org/jira/browse/HBASE-12954.
   
   It seemed that we wanted to solve the problem where a region server can not 
be accessed through the hostname which we bind to. From my understanding, the 
current logic seems reasonable. If we have configured the hostname to use, but 
it is different from what master seen us, then this should be a critical 
problem and we should abort the region server. If not, we just log it, and use 
the hostname seen by master as it is more likely to be accessed by others.
   
   Does anyone remember the reason why the code is like this?


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