[ 
https://issues.apache.org/jira/browse/HADOOP-11599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325645#comment-14325645
 ] 

Hudson commented on HADOOP-11599:
---------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #7142 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7142/])
HADOOP-11599. Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when 
IPC_CLIENT_PING_KEY is not configured. Contributed by zhihai xu. (ozawa: rev 
3f56a4cb0c57583e285e85a4d0c1584c4de9f1f1)
* 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestIPC.java
* hadoop-common-project/hadoop-common/CHANGES.txt


> 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: Minor
>             Fix For: 2.7.0
>
>         Attachments: HADOOP-11599.000.patch, HADOOP-11599.001.patch
>
>
> 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)

Reply via email to