Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5048#discussion_r154499224
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/instance/SlotPool.java ---
@@ -690,6 +696,21 @@ else if (availableSlots.tryRemove(allocationID)) {
return CompletableFuture.completedFuture(Acknowledge.get());
}
+ @Override
+ public void notifyTimeout(AllocatedSlot key, UUID ticket) {
--- End diff --
`key` -> `allocatedSlot`---
