Skip to content

Commit

Permalink
HDDS-9628. Link in OzoneConfigKeys javadoc from DFS_CONTAINER_IPC_RAN…
Browse files Browse the repository at this point in the history
…DOM_PORT to DFS_CONTAINER_IPC_PORT_DEFAULT (apache#5546)
  • Loading branch information
jianghuazhu authored Nov 7, 2023
1 parent fe5f550 commit 11ea8a7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ public final class OzoneConfigKeys {
* When set to true, allocate a random free port for ozone container,
* so that a mini cluster is able to launch multiple containers on a node.
*
* When set to false (default), container port is fixed as specified by
* DFS_CONTAINER_IPC_PORT_DEFAULT.
* When set to false (default), the container port will be specified as
* {@link #DFS_CONTAINER_IPC_PORT} and the default value will be specified
* as {@link #DFS_CONTAINER_IPC_PORT_DEFAULT}.
*/
public static final String DFS_CONTAINER_IPC_RANDOM_PORT =
"dfs.container.ipc.random.port";
Expand Down

0 comments on commit 11ea8a7

Please sign in to comment.