2005hithlj commented on PR #4903: URL: https://github.com/apache/hbase/pull/4903#issuecomment-1346491916
> > @Apache9 Could you take a look? Thanks. > > Have you seen my previous reply? > > > What if master and region server has different config on USE_IP_ENABLED? @Apache9 Sir, Thank you for waiting, I confirmed that the logic for configuring different values for master and RS on USE_IP_ENABLED : 1. if (Master's useip=true && RS's useip=false) then Master/RS will use ip 2. if (Master's useip=false && RS's useip=true) then Master/RS will use hostname So if Master use-ip is enabled, RegionServer use-ip will be enabled by default even if it is set to disable, and if Master use-ip is disabled, RegionServer use-ip will be disabled by default even if it is set to enable. -- 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]
