RocMarshal commented on code in PR #25734:
URL: https://github.com/apache/flink/pull/25734#discussion_r2204491116


##########
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/DefaultDeclarativeSlotPool.java:
##########
@@ -112,6 +116,8 @@ public class DefaultDeclarativeSlotPool implements 
DeclarativeSlotPool {
     // For slots(resources) requests by batch.
     @Nonnull private final Duration slotRequestMaxInterval;
     @Nullable private ScheduledFuture<?> slotRequestFuture;
+    private boolean resourceRequestStable;
+    @Nullable private Long lastRequestMillisOfInterval;

Review Comment:
   nice catch! checked & deleted~



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