[ 
https://issues.apache.org/jira/browse/HADOOP-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-6435:
-----------------------------------

    Attachment: HADOOP-6435-1.patch

This is the patch against HEAD. Created via git, which I  am still coming to 
terms with, apologies if it does not work.

the git patch is on github
[http://github.com/steveloughran/hadoop-common/commit/45cb88a660a3c1763e7cb07e4f845d9e3f042ae3]

> Make RPC.waitForProxy with timeout public
> -----------------------------------------
>
>                 Key: HADOOP-6435
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6435
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.22.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6435-1.patch
>
>
> The public RPC.waitForProxy() method waits for Long.MAX_VALUE before giving 
> up, ignores all interrupt requests. This is excessive.
> The version of the method that is package scoped should be made public. 
> Interrupt swallowing is covered in HADOOP-6221 and can be done as a separate 
> patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to