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

ASF GitHub Bot commented on YARN-10862:
---------------------------------------

github-actions[bot] commented on PR #3216:
URL: https://github.com/apache/hadoop/pull/3216#issuecomment-3583629123

   We're closing this stale PR because it has been open for 100 days with no 
activity. This isn't a judgement on the merit of the PR in any way. It's just a 
way of keeping the PR queue manageable.
   If you feel like this was a mistake, or you would like to continue working 
on it, please feel free to re-open it and ask for a committer to remove the 
stale tag and review again.
   Thanks all for your contribution.




> Add new proto changes required for NodeHealthDetails in NodeHealthStatus
> ------------------------------------------------------------------------
>
>                 Key: YARN-10862
>                 URL: https://issues.apache.org/jira/browse/YARN-10862
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Cyrus Jackson
>            Assignee: Cyrus Jackson
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Proto changes for NodeHealthDetails. 
> In order to make it generic resources information from NodeManager to 
> ResourceManager, a map data structure is used. This way multiple resource 
> values can be sent
> i.e 
> {code:java}
> message IntLongMapProto {
>  required int32 key = 1;
>  required int64 value = 2;
> }{code}
> Here Int32 as key will be used in order to avoid sending Strings as it 
> becomes difficult to parse on ResoureManager standpoint. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to