RocMarshal commented on code in PR #25113:
URL: https://github.com/apache/flink/pull/25113#discussion_r1690890786
##########
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/BlocklistDeclarativeSlotPoolTest.java:
##########
@@ -154,7 +163,7 @@ private void testRegisterSlots(boolean isBlocked) {
BlocklistDeclarativeSlotPoolBuilder.builder()
.setBlockedTaskManagerChecker(
isBlocked ?
taskManager.getResourceID()::equals : ignore -> false)
- .build();
+ .build(Duration.ZERO, componentMainThreadExecutor);
Review Comment:
thx for the comment.
IIUC, the test case is nothing about slot request max interval. Please
correct me if wrong. thx a lot
--
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]