You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "zhihai xu (JIRA)" <ji...@apache.org> on 2015/02/16 07:20:11 UTC

[jira] [Created] (HADOOP-11599) Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured.

zhihai xu created HADOOP-11599:
----------------------------------

             Summary: Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured.
                 Key: HADOOP-11599
                 URL: https://issues.apache.org/jira/browse/HADOOP-11599
             Project: Hadoop Common
          Issue Type: Improvement
          Components: ipc
            Reporter: zhihai xu
            Assignee: zhihai xu
            Priority: Trivial


Client#getTimeout should use IPC_CLIENT_PING_DEFAULT instead of  hard-coded value (true) when IPC_CLIENT_PING_KEY is not configured.
{code}
    if (!conf.getBoolean(CommonConfigurationKeys.IPC_CLIENT_PING_KEY, true)) {
{code}



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