azagrebin commented on a change in pull request #10330: [FLINK-14189][runtime]
Extend TaskExecutor to support dynamic slot allocation
URL: https://github.com/apache/flink/pull/10330#discussion_r352229577
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManagerImpl.java
##########
@@ -854,6 +854,7 @@ private void allocateSlot(TaskManagerSlot taskManagerSlot,
PendingSlotRequest pe
slotId,
pendingSlotRequest.getJobId(),
allocationId,
+ ResourceProfile.ZERO,
Review comment:
`pendingSlotRequest.getResourceProfile()`
----------------------------------------------------------------
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