You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2016/05/02 19:46:12 UTC

[jira] [Created] (HDFS-10356) Ozone: Container server needs enhancements to control of bind address for greater flexibility and testability.

Chris Nauroth created HDFS-10356:
------------------------------------

             Summary: Ozone: Container server needs enhancements to control of bind address for greater flexibility and testability.
                 Key: HDFS-10356
                 URL: https://issues.apache.org/jira/browse/HDFS-10356
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: ozone
            Reporter: Chris Nauroth


The container server, as implemented in class {{org.apache.hadoop.ozone.container.common.transport.server.XceiverServer}}, currently does not offer the same degree of flexibility as our other RPC servers for controlling the network interface and port used in the bind call.  There is no "bind-host" property, so it is not possible to control the exact network interface selected.  If the requested port is different from the actual bound port (i.e. setting port to 0 in test cases), then there is no exposure of that actual bound port to clients.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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