Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There is a race condition in which it's possible for a Container to be removed twice in YarnContainerManager. i.e. removeAndGet() is called both in onContainersCompleted (without a lock) and by the EvaluatorManager (with a lock on the EvaluatorManager).
Attachments
Attachments
Issue Links
- relates to
-
REEF-61 Possible race condition in EvaluatorManager
- Open
- links to