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-scheduler-interface.git
The following commit(s) were added to refs/heads/master by this push:
new 658196f [YUNIKORN-2488] SI: Remove stateaware constants (#128)
658196f is described below
commit 658196f3b2bbdbb4a2e97ee7eae97268b04c735b
Author: Craig Condit <[email protected]>
AuthorDate: Thu Mar 14 13:58:38 2024 +1100
[YUNIKORN-2488] SI: Remove stateaware constants (#128)
Stateaware was deprecated in 1.5 and removed in 1.6.
Use FIFO with max applications for a similar behaviour.
Closes: #128
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
lib/go/common/constants.go | 1 -
scheduler-interface-spec.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/lib/go/common/constants.go b/lib/go/common/constants.go
index a8898ef..c28b8f9 100644
--- a/lib/go/common/constants.go
+++ b/lib/go/common/constants.go
@@ -63,7 +63,6 @@ const (
AppTagNamespaceResourceQuota = "namespace.resourcequota"
AppTagNamespaceResourceGuaranteed = "namespace.resourceguaranteed"
AppTagNamespaceResourceMaxApps = "namespace.resourcemaxapps"
- AppTagStateAwareDisable = "application.stateaware.disable"
AppTagCreateForce = "application.create.force"
NodeReadyAttribute = "ready"
)
diff --git a/scheduler-interface-spec.md b/scheduler-interface-spec.md
index cd899fa..58cd721 100644
--- a/scheduler-interface-spec.md
+++ b/scheduler-interface-spec.md
@@ -772,7 +772,6 @@ const (
AppTagNamespaceResourceQuota = "namespace.resourcequota"
AppTagNamespaceResourceGuaranteed = "namespace.resourceguaranteed"
AppTagNamespaceResourceMaxApps = "namespace.resourcemaxapps"
- AppTagStateAwareDisable = "application.stateaware.disable"
AppTagCreateForce = "application.create.force"
NodeReadyAttribute = "ready"
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]