Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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 select all available network interfaces via the 0.0.0.0 wildcard address. 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.
Attachments
Issue Links
- Dependent
-
HDFS-10363 Ozone: Introduce new config keys for SCM service endpoints
- Resolved