Github user shuai-xu commented on a diff in the pull request:
https://github.com/apache/flink/pull/4887#discussion_r148715689
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/ResourceActions.java
---
@@ -52,4 +52,6 @@
* @param cause of the allocation failure
*/
void notifyAllocationFailure(JobID jobId, AllocationID allocationId,
Exception cause);
+
+ void cancelResourceAllocation(ResourceProfile resourceProfile);
--- End diff --
I comment it is slot manager.
---