You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/03/24 20:50:17 UTC

[GitHub] [incubator-yunikorn-scheduler-interface] yangwwei commented on a change in pull request #8: [YUNIKORN-16] add UPDATE_NODE_CAPACITY action in order to report node resource updates

yangwwei commented on a change in pull request #8: [YUNIKORN-16] add UPDATE_NODE_CAPACITY action in order to report node resource updates
URL: https://github.com/apache/incubator-yunikorn-scheduler-interface/pull/8#discussion_r397452055
 
 

 ##########
 File path: si.proto
 ##########
 @@ -365,6 +365,9 @@ message UpdateNodeInfo {
     // From Draining state to SCHEDULABLE state.
     // If node is not in draining state, error will be thrown
     DRAIN_TO_SCHEDULABLE = 3;
+
+    // Update node total allocatable resources.
+    UPDATE_NODE_CAPACITY = 4;
 
 Review comment:
   Hi @wilfred-s 
   
   That makes sense. Can we file a cleanup JIRA as a follow-up?
   For this one alone, does it seem good?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org