[ https://issues.apache.org/jira/browse/MAPREDUCE-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127787#comment-13127787 ]
Hadoop QA commented on MAPREDUCE-3162: -------------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12499086/mr-3162.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 appears to have generated 20 warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any 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/1022//testReport/ Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1022//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 > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Minor > Attachments: 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