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

Devaraj K commented on MAPREDUCE-2775:
--------------------------------------

bq. -1 findbugs. The patch appears to introduce 160 new Findbugs (version 
1.3.9) warnings.
These findbugs are not related to this patch.

bq.-1 javac. The applied patch generated 1706 javac compiler warnings (more 
than the trunk's current 1705 warnings).
It is causing due to this line of code. 
{code}      this.rmContext.getDispatcher().getEventHandler().handle(
          new RMNodeEvent(nodeId, RMNodeEventType.DECOMMISSION));{code}
I don't find a way to avoid this warning as of now.
                
> [MR-279] Decommissioned node does not shutdown
> ----------------------------------------------
>
>                 Key: MAPREDUCE-2775
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2775
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Assignee: Devaraj K
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2775-1.patch, MAPREDUCE-2775-2.patch, 
> MAPREDUCE-2775.patch
>
>
> A Nodemanager which is decommissioned by an admin via refreshnodes does not 
> automatically shutdown. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to