wilfred-s commented on code in PR #423: URL: https://github.com/apache/yunikorn-site/pull/423#discussion_r1574058307
########## 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: Change from: > However, setting all maximum resources to zero will be ignored and logged for debugging. to: However, a maximum resource with all resource types set to 0 will be ignored, not set on the queue, and logged for debugging. ########## 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. Review Comment: change from: > A maximum resource can be set to 0 which makes the resource not available to the queue. to: A single resource type within the maximum resource can be set to 0 which makes that type not available to the queue. -- 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]
