You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/09/01 06:07:18 UTC

[GitHub] [ozone] kuenishi opened a new pull request #2602: HDDS-4819. Configuration property for OM to define bind address

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #2602: HDDS-4819. Configuration property for OM to define bind address

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #2602:
URL: https://github.com/apache/ozone/pull/2602#issuecomment-935948040


   @bharatviswa504 may I ask you to review?


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org