2005hithlj commented on PR #4732: URL: https://github.com/apache/hbase/pull/4732#issuecomment-1317203843
> I tested locally, and they definitely failed, @2005hithlj . https://github.com/apache/hbase/pull/4713/files#diff-e765139484f585c64c366ffd84c397870f6dc8f473c670576041688fdda86e6dR258 The PR here changed the configure to set use ip instead of hostname defaultly, but only master knows this change, regionserver still reports its hostname, then there is some confliction on the codes. After [HBASE-27304](https://issues.apache.org/jira/browse/HBASE-27304), there are three names for the regionserver, one is the IP seen from master, by switch on "hbase.server.useip.enabled", which is not known by regionserver. Anthor is the configured name on regionserver by "hbase.unsafe.regionserver.hostname", which is also reported to master by proto. The other is the regular hostname. @sunhelly In my local environment, TestMasterUseIp and TestRegionServerUseIp can execute successfully. At the same time, I have opened an issue [HBASE-27489](https://issues.apache.org/jira/browse/HBASE-27489) to track the problem you described. -- 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]
