Aitozi commented on code in PR #19840:
URL: https://github.com/apache/flink/pull/19840#discussion_r884374610
##########
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/DeclarativeSlotManager.java:
##########
@@ -79,8 +81,19 @@ public class DeclarativeSlotManager implements SlotManager {
private final Map<JobID, String> jobMasterTargetAddresses = new
HashMap<>();
private final Map<SlotID, AllocationID> pendingSlotAllocations;
+ /** Delay of the requirement change check in the slot manager. */
+ private final Duration requirementsCheckDelay;
Review Comment:
Get it, will do it
##########
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/DeclarativeSlotManager.java:
##########
@@ -79,8 +81,19 @@ public class DeclarativeSlotManager implements SlotManager {
private final Map<JobID, String> jobMasterTargetAddresses = new
HashMap<>();
private final Map<SlotID, AllocationID> pendingSlotAllocations;
+ /** Delay of the requirement change check in the slot manager. */
+ private final Duration requirementsCheckDelay;
Review Comment:
do you mean create another ticket for this ?
--
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]