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 2020/04/06 10:39:02 UTC

[GitHub] [hadoop-ozone] elek commented on issue #762: HDDS-3337. Export the IPC port of OM in docker-compose

elek commented on issue #762: HDDS-3337. Export the IPC port of OM in docker-compose
URL: https://github.com/apache/hadoop-ozone/pull/762#issuecomment-609715967
 
 
   OM protocol is easy, but datanode protocol is more tricky. 
   
    1. You can't use the same port for all the containers. If you define a fixed port, you can't scale-up datanode containers
    2. We need to have a notion of "external" host names. For example OM should return with a pipeline information which contains the external ip/host (localhost in this case) and the external port of the datanodes. We can add it but that would be more tricky.  (IMHO)
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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