You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2013/07/31 04:01:50 UTC

[jira] [Updated] (HADOOP-9803) Add generic type parameter to RetryInvocationHandler

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

Tsz Wo (Nicholas), SZE updated HADOOP-9803:
-------------------------------------------

    Attachment: c9803_20130731.patch

c9803_20130731.patch: add a generic type parameter to RetryInvocationHandler.

After the patch, there is no javac warnings in the ipc and io.retry packages.
                
> Add generic type parameter to RetryInvocationHandler
> ----------------------------------------------------
>
>                 Key: HADOOP-9803
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9803
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: c9803_20130731.patch
>
>
> {code}
> //RetryInvocationHandler.java
> private final FailoverProxyProvider proxyProvider;
> {code}
> FailoverProxyProvider in the field above requires a generic type parameter.  So RetryInvocationHandler should also has a generic type parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira