[ https://issues.apache.org/jira/browse/MAPREDUCE-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130379#comment-13130379 ]
Hadoop QA commented on MAPREDUCE-3162: -------------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12499638/MAPREDUCE-3162-20111019.1.txt against trunk revision . +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 3 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. -1 findbugs. The patch appears to introduce 160 new Findbugs (version 1.3.9) warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed unit tests in . +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1063//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1063//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1063//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1063//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1063//console This message is automatically generated. > Separate application-init and container-init event types in NM's > ApplicationImpl FSM > ------------------------------------------------------------------------------------ > > Key: MAPREDUCE-3162 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3162 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: mrv2, nodemanager > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Minor > Fix For: 0.23.0 > > Attachments: MAPREDUCE-3162-20111019.1.txt, > MAPREDUCE-3162-20111019.txt, mr-3162.txt, mr-3162.txt > > > Currently, the ApplicationImpl receives an INIT_APPLICATION event on every > container initialization. Only on the first one does it really mean to init > the application, whereas all subsequent events are for specific containers. > This JIRA is to separate the events into INIT_APPLICATION, sent once and only > once per application, and INIT_CONTAINER, which is sent for every container. > The first container sends INIT_APPLICATION followed by INIT_CONTAINER. -- 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