kuenishi opened a new pull request #2602:
URL: https://github.com/apache/ozone/pull/2602


   ## What changes were proposed in this pull request?
   
   Currently, "OZONE_OM_ADDRESS_KEY" (="ozone.om.address") is used both for 
client side and for server side. This is nice for unifying configuration files 
in both clients and servers, but in case where OM has multiple IP addresses and 
want to bind "0.0.0.0", the config file cannot be naively copied for clients' 
usage.
   
   This patch proposes a new configuration key `ozone.om.bind.host` to define 
the host and port to which OM binds itself. If it is undefined, it falls back 
to previous behaviour, listening to `ozone.om.address` . For this fallback 
system, `ozone-default.xml` is not updated. Clients (SCM, S3G) never uses this 
as an address to connect to.
   
   ## What is the link to the Apache JIRA
   
   HDDS-4819
   
   ## How was this patch tested?
   
   unit test
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to