StephanEwen commented on a change in pull request #8841:
[FLINK-12765][coordinator] Bookkeeping of available resources of allocated
slots in SlotPool
URL: https://github.com/apache/flink/pull/8841#discussion_r302632900
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotSharingManager.java
##########
@@ -316,6 +331,9 @@ public boolean contains(AbstractID groupId) {
// true if we are currently releasing our children
private boolean releasingChildren;
+ // the total requested by all the descendants.
+ private ResourceProfile requestedResources;
Review comment:
I agree that "requested" sounds confusing. I would like to change this to
"reserved" if there are no objections.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services