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

Xuan Gong updated YARN-439:
---------------------------

    Attachment: YARN-439.1.patch

Doing the following change:
1. remove the interface HeartbeatResponse, move all the contents into 
NodeHeartBeatResponse, remove the functions(set and get) of HeartBeatResponse.
2. change the .proto, remove HeartbeatResponseProto (including its pbImpl), 
move all the contents into NodeHeartbeatResponseProto (including change its 
pbImpl)
3. For all the java files and test files, use NodeHeartBeatResponse instead of 
HeartBeatResponse.
   a. NodeStatusUpdateImpl, ResourceTrackerService, RMNode, RMNodeImpl, 
RMNodeStatusEvent
   b. Related test files which used HeartBeatResponse
                
> Flatten NodeHeartbeatResponse
> -----------------------------
>
>                 Key: YARN-439
>                 URL: https://issues.apache.org/jira/browse/YARN-439
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>            Assignee: Xuan Gong
>         Attachments: YARN-439.1.patch
>
>
> NodeheartbeatResponse has another wrapper HeartbeatResponse under it, which 
> can be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to