This is an automated email from the ASF dual-hosted git repository.

chenyulin0719 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 8af1167d53 [YUNIKORN-3085] Fix typo in docs (#521)
8af1167d53 is described below

commit 8af1167d533369e1dc98348ece41a0f728b58141
Author: Barry Wu <[email protected]>
AuthorDate: Fri Jun 6 20:26:42 2025 +0800

    [YUNIKORN-3085] Fix typo in docs (#521)
    
    Closes: #521
    
    Signed-off-by: Yu-Lin Chen <[email protected]>
---
 docs/user_guide/use_case.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user_guide/use_case.md b/docs/user_guide/use_case.md
index 78d9b0f7dd..4e2743e640 100644
--- a/docs/user_guide/use_case.md
+++ b/docs/user_guide/use_case.md
@@ -462,9 +462,9 @@ In the following tests, we run the environment with a node 
resource limit of `{m
 
 | queue                       | offset | # of deploy apps | # of apps accept 
by yunikorn | YAML filename |
 
|-----------------------------|--------|------------------|------------------------------|---------------|
-| root.system.low-priority    | 1000   | 8                | 8                  
          | system.yaml   |
+| root.system.high-priority   | 1000   | 8                | 8                  
          | system.yaml   |
 | root.system.normal-priority | 0      | 8                | 5                  
          | system.yaml   |
-| root.system.high-priority   | -1000  | 8                | 0                  
          | system.yaml   |
+| root.system.low-priority    | -1000  | 8                | 0                  
          | system.yaml   |
 
 **Case 2: priority-fenced**
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to