You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Po Cheung (JIRA)" <ji...@apache.org> on 2011/02/04 00:44:29 UTC

[jira] Commented: (MAPREDUCE-2077) Name clash in the deprecated o.a.h.util.MemoryCalculatorPlugin

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

Po Cheung commented on MAPREDUCE-2077:
--------------------------------------

Results of running test-patch are below.  This patch does not need new/modified tests.

{noformat}
     [exec] -1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     -1 tests included.  The patch doesn't appear to include any new or modified tests.
     [exec]                         Please justify why no new tests are needed for this patch.
     [exec]                         Also please list what manual steps were performed to verify this patch.
     [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 (version 1.3.9) warnings.
     [exec]
     [exec]     +1 release audit.  The applied patch does not increase the total number of release audit warnings.
     [exec]
     [exec]     +1 system test framework.  The patch passed system test framework compile.
{noformat}

test-patch.properties:
{noformat}
OK_RELEASEAUDIT_WARNINGS=2
OK_FINDBUGS_WARNINGS=13
OK_JAVADOC_WARNINGS=0
{noformat}

"ant run-commit-tests" was successful


> Name clash in the deprecated o.a.h.util.MemoryCalculatorPlugin
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-2077
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2077
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>         Attachments: mr-2077-trunk-v1.patch
>
>
> Name clash compile error in the deprecated org.apache.hadoop.util.MemoryCalculatorPlugin due to JLS3 8.4.8.3 (cf. http://bugs.sun.com/view_bug.do?bug_id=6182950)
> The bug doesn't manifest in jdk 1.6 up to 20, but shows up in NetBeans 6.9+ due to its bundled (conforming) compiler. Fix is trivial: just remove the offending method in the deprecated subclass as its equivalent erasure is inherited from the parent class anyway.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira