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 e103463fee [YUNIKORN-3083] Fix typo in docs (#520)
e103463fee is described below
commit e103463feecb483b89cf3739ef7cd6c2cb27442d
Author: Barry Wu <[email protected]>
AuthorDate: Fri May 30 14:46:07 2025 +0800
[YUNIKORN-3083] Fix typo in docs (#520)
Closes: #520
Signed-off-by: Yu-Lin Chen <[email protected]>
---
docs/design/preemption.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/design/preemption.md b/docs/design/preemption.md
index 0106bddc7a..a41350416d 100644
--- a/docs/design/preemption.md
+++ b/docs/design/preemption.md
@@ -204,7 +204,7 @@ not allow preempting any of the tasks in that queue.
### A task cannot preempt other tasks in the same application
As part of the current design we are only implementing inter-queue preemption.
-This rule does not apply for inter-queue preemption. It is documented here to
+This rule does not apply for intra-queue preemption. It is documented here to
make extending to intra-queue preemption possible without a rule change.
When a task is considered for preemption the task that triggered the preemption
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]