pbacsko commented on code in PR #143:
URL: 
https://github.com/apache/yunikorn-scheduler-interface/pull/143#discussion_r1773158327


##########
scheduler-interface-spec.md:
##########
@@ -607,12 +607,10 @@ message NodeInfo {
   // node or schedule more allocations accordingly.
   Resource schedulableResource = 4;
 
-  // when the scheduler is co-exist with some other schedulers, some node
-  // resources might be occupied (allocated) by other schedulers.
-  Resource occupiedResource = 5;
-
   reserved 6;
   reserved "existingAllocations";
+  reserved 5;

Review Comment:
   Makes sense, I'll separate it to add/remove part.



##########
scheduler-interface-spec.md:
##########
@@ -607,12 +607,10 @@ message NodeInfo {
   // node or schedule more allocations accordingly.
   Resource schedulableResource = 4;
 
-  // when the scheduler is co-exist with some other schedulers, some node
-  // resources might be occupied (allocated) by other schedulers.
-  Resource occupiedResource = 5;
-
   reserved 6;
   reserved "existingAllocations";
+  reserved 5;

Review Comment:
   Makes sense, I'll split the changes to add/remove part.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to