[
https://issues.apache.org/jira/browse/HADOOP-15618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ajay Kumar updated HADOOP-15618:
--------------------------------
Status: Patch Available (was: Open)
> Fix debug log for property IPC_CLIENT_BIND_WILDCARD_ADDR_KEY
> ------------------------------------------------------------
>
> Key: HADOOP-15618
> URL: https://issues.apache.org/jira/browse/HADOOP-15618
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Minor
> Attachments: HADOOP-15618.00.patch
>
>
> Fix log message in Client class.
> Currently:{code}LOG.debug("{} set to true. Will bind client sockets to
> wildcard "
> + "address.",
> CommonConfigurationKeys.IPC_CLIENT_BIND_WILDCARD_ADDR_KEY);{code}
> to
> {code}LOG.debug("{} set to {}",
> CommonConfigurationKeys.IPC_CLIENT_BIND_WILDCARD_ADDR_KEY,
> bindToWildCardAddress);{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]