forked from apache/yunikorn-core
-
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.
[YUNIKORN-1993] race condition in allocation removal (apache#662)
Race between allocation removal and the timed transition to Completed state change in the partition code. If the removal of an allocation is in progress when the state transition causes the queue removal (entry of the Completed state) the queue will not be updated and the allocation will leak. No test case as the timing required is not reproducible in unit or e2e tests. Closes: apache#662 Signed-off-by: Wilfred Spiegelenburg <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
7 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