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-2204] Use ask unique id for allocation (apache#740)
Do not generate a new UUID for an allocation when it gets added. Re-use the ask key which is the same as the K8s pod UID to improve on the troubleshooting experience. The new allocationID will be the ask key followed by the current repeat counter, seperated by a dash '-' The UUID is renamed to allocationID on the allocation. Scheduler interface changes will follow. Replaced GetUUID with GetAllocationID in already modified lines Closes: apache#740 Signed-off-by: Wilfred Spiegelenburg <[email protected]>
- Loading branch information
1 parent
84aac67
commit b516ca1
Showing
17 changed files
with
235 additions
and
208 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
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
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
Oops, something went wrong.