wilfred-s commented on code in PR #423: URL: https://github.com/apache/yunikorn-site/pull/423#discussion_r1584038981
########## docs/user_guide/queue_config.md: ########## @@ -395,6 +395,7 @@ There is no guaranteed resource setting for the root queue. Maximum resources when configured place a hard limit on the size of all allocations that can be assigned to a queue at any point in time. A maximum resource can be set to 0 which makes the resource not available to the queue. +However, setting all maximum resources to zero will be ignored and logged for debugging. Review Comment: ah yes that is correct, that was introduced via YUNIKORN-2169 to allow removing a quota. if the queue is configured and no longer has a quota. Good catch. We need to add that behaviour as it was a fix requested but never documented. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
