This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new ae8fe6a8df [YUNIKORN-2524] add documentation for recovery queue
(root.@recovery@) (#459)
ae8fe6a8df is described below
commit ae8fe6a8df0efec5820821d8eddfd268621d69fc
Author: Hsien-Cheng(Ryan) Huang <[email protected]>
AuthorDate: Tue Jul 30 11:53:21 2024 +1000
[YUNIKORN-2524] add documentation for recovery queue (root.@recovery@)
(#459)
Closes: #459
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
docs/user_guide/queue_config.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/user_guide/queue_config.md b/docs/user_guide/queue_config.md
index 05594e0144..c665fc07a3 100644
--- a/docs/user_guide/queue_config.md
+++ b/docs/user_guide/queue_config.md
@@ -196,6 +196,15 @@ partitions:
{memory: 5G, vcore: 50}
```
+### Recovery queue
+
+The recovery queue, identified by the name `root.@recovery@`, is a dynamic
queue that is not directly queryable. It is used exclusively during the
initialization phase for already running allocations that are part of
applications failing placement. Its primary function is to handle tasks that
need to be reassigned or recovered without user intervention.
+
+- The queue is created dynamically and will disappear when it is no longer in
use.
+- The queue does not have quotas or Access Control Lists (ACLs).
+- It cannot be submitted to directly by users. It is managed internally by
YuniKorn for specific recovery operations.
+- While the queue is unqueryable directly, its existence and activities can be
observed through the application RESTful API at
[/ws/v1/partition/:partition/applications/:state](../api/scheduler#partition-applications).
+
### Placement rules
The placement rules are defined and documented in the [placement
rule](placement_rules.md) document.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]