forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-18012] Deactivate slot timeout when calling TaskSlotTable.tryM…
…arkSlotActive In order to avoid timing out activated slots, we also need to deactivate the slot timeout in case that TaskSlotTable.tryMarkSlotActive is being called. This can happen if the response for JobMasterGateway.offerSlots has been too late and timed out. This closes apache#12388.
- Loading branch information
1 parent
3181248
commit 3dabc69
Showing
2 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters