tillrohrmann commented on a change in pull request #11320: 
[FLINK-16437][runtime] Make SlotManager allocate resource from ResourceManager 
at the worker granularity.
URL: https://github.com/apache/flink/pull/11320#discussion_r408964659
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManagerImpl.java
 ##########
 @@ -199,6 +200,14 @@ public int getNumberFreeSlotsOf(InstanceID instanceId) {
        }
 
        @Override
+       public Map<WorkerResourceSpec, Integer> getPendingWorkerNums() {
+               final int pendingWorkerNum = (int) Math.ceil((double) 
pendingSlots.size() / numSlotsPerWorker);
 
 Review comment:
   On the other hand, it complicates the expression a bit. Maybe introducing a 
name for this function `multipleOfAndLargerOrEqualThan(numSlotsPerWorker, 
pendingSlots.size())`.

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

Reply via email to