Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.7.2, 1.8.1, 1.9.0
Description
The ResourceManager looks out for TaskManagers that have not had any slots allocated on them for a while, as these could be released to safe resources. If such a TM is found the RM checks via an RPC call whether the TM still holds any partitions. If no partition is held then the TM is released.
However, in the RPC callback no check is made whether the TM is actually still idle. In the meantime a slot could've been allocated on the TM.
Attachments
Issue Links
- is related to
-
FLINK-10941 Slots prematurely released which still contain unconsumed data
- Closed
- links to