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 "Jakob Homan (JIRA)" <ji...@apache.org> on 2009/01/27 21:35:02 UTC

[jira] Updated: (HADOOP-5125) Remove deprecated call method from RPC

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

Jakob Homan updated HADOOP-5125:
--------------------------------

    Attachment: HADOOP-5125.patch

Patch removes deprecated method and updates unit test to use the new method.
Passes all unit tests except known-bad HADOOP-4097.  
{noformat}
     [exec] +1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 3 new or modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
     [exec] 
     [exec]     +1 Eclipse classpath. The patch retains Eclipse classpath integrity.
{noformat}

> Remove deprecated call method from RPC
> --------------------------------------
>
>                 Key: HADOOP-5125
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5125
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>         Attachments: HADOOP-5125.patch
>
>
>   public static Object[] call(Method method, Object[][] params, InetSocketAddress[] addrs, Configuration conf) is deprecated and only called from the unit test.  It should be removed.

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