Github user GJL commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6386#discussion_r204384134
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java 
---
    @@ -983,7 +983,7 @@ private void startCheckpointScheduler(final 
CheckpointCoordinator checkpointCoor
     
        @Override
        public void notifyAllocationFailure(AllocationID allocationID, 
Exception cause) {
    -           slotPool.failAllocation(allocationID, cause);
    +           slotPoolGateway.failAllocation(allocationID, cause);
    --- End diff --
    
    The changes don't match the commit message.


---

Reply via email to