Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.2, 1.19.0, 1.18.1, 1.20.0
Description
When looking into FLINK-34427 (unrelated), I noticed an odd line in DefaultSlotStatusSyncer:155 where we complete a future that should be already completed (because the callback is triggered after the requestFuture is already completed in some way. Shouldn't we complete the returnedFuture instead?
I'm keeping the priority at Major because it doesn't seem to have been an issue in the past.
Attachments
Issue Links
- is caused by
-
FLINK-20835 Implement FineGrainedSlotManager
- Closed
- links to