diff --git a/docs/user_guide/queue_config.md b/docs/user_guide/queue_config.md index ca1712010ca..303be507cc0 100644 --- a/docs/user_guide/queue_config.md +++ b/docs/user_guide/queue_config.md @@ -466,6 +466,3 @@ As an example: ``` In this case, `root.parent.sales` will directly use the child template of parent queue `root.parent`. By contrast, `root.notemplate.sales` will use the child template set on the queue `root` since its parent queue `root.notemplate` inherits the child template from the queue `root`. - -[DEPRECATED] Please migrate to template if your cluster is relying on old behavior that dynamic leaf queue can inherit -`application.sort.policy` from parent (introduced by [YUNIKORN-195](https://issues.apache.org/jira/browse/YUNIKORN-195)). The old behavior will get removed in the future release. diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/queue_config.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/queue_config.md index c8a140eba35..3b9b7672a81 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/queue_config.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/queue_config.md @@ -377,6 +377,3 @@ parent队列可以提供一个模板来定义它下面的动态leaf队列的行 ``` 在这种情况下,`root.parent.sales`将直接使用parent队列`root.parent`的子模板。 相比之下,`root.notemplate.sales`将使用在队列`root`上设置的子模板,因为其parent队列 `root.notemplate` 从队列`root`继承了子模板。 - -[已弃用] 如果您的集群依赖于动态叶队列可以从父级继承`application.sort.policy`的旧行为(由[YUNIKORN-195](https://issues.apache.org/jira/browse/YUNIKORN-195)引入),请迁移到模板。 -旧的行为将在未来的版本中被删除。