reswqa commented on code in PR #22183: URL: https://github.com/apache/flink/pull/22183#discussion_r1141753736
########## flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotStatusSyncer.java: ########## @@ -82,4 +83,7 @@ CompletableFuture<Void> allocateSlot( * @return whether the previous allocations can be applied */ boolean reportSlotStatus(InstanceID instanceId, SlotReport slotReport); + + /** Frees all currently inactive slot allocated for the given job and instance. */ Review Comment: Params should be added to this java doc. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org