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

chia7712 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 407bc3ba30 [YUNIKORN-2426] Remove periodic state dump doc (#400)
407bc3ba30 is described below

commit 407bc3ba3066ae14093c9738bb112eb946d37360
Author: DouPache <[email protected]>
AuthorDate: Wed Feb 21 01:02:55 2024 +0800

    [YUNIKORN-2426] Remove periodic state dump doc (#400)
    
    Closes: #400
    
    Signed-off-by: Chia-Ping Tsai <[email protected]>
---
 docs/api/scheduler.md           | 21 ---------------------
 docs/user_guide/queue_config.md |  9 ---------
 2 files changed, 30 deletions(-)

diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index a6a77a3081..6ab615bb54 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -2025,27 +2025,6 @@ The current content shows the cached objects:
 
 **Code**: `500 Internal Server Error`
 
-## Enable or disable periodic state dump
-
-Endpoint to enable a state dump to be written periodically.
-
-**Status** : Deprecated and ignored since v1.2.0, no replacement.
-
-**URL** : `/ws/v1/periodicstatedump/{switch}/{periodSeconds}`
-
-**Method** : `PUT`
-
-**Auth required** : NO
-
-### Success response
-
-None
-
-### Error response
-
-**Code**: `400 Bad Request`
-
-
 ## Batch Events
 
 Endpoint is used to retrieve a batch of event records.
diff --git a/docs/user_guide/queue_config.md b/docs/user_guide/queue_config.md
index 303be507cc..5362785729 100644
--- a/docs/user_guide/queue_config.md
+++ b/docs/user_guide/queue_config.md
@@ -62,7 +62,6 @@ The queues configuration is explained below.
 
 Optionally the following keys can be defined for a partition:
 * [placementrules](#placement-rules)
-* [statedumpfilepath](#statedump-filepath) (deprecated since v1.2.0)
 * [limits](#limits)
 * nodesortpolicy
 * preemption
@@ -204,14 +203,6 @@ The placement rules are defined and documented in the 
[placement rule](placement
 Each partition can have only one set of placement rules defined. 
 If no rules are defined the placement manager is not started and each 
application *must* have a queue set on submit.
 
-### Statedump filepath
-
-**Status** : Deprecated and ignored since v1.2.0, no replacement.
-
-```yaml
-statedumpfilepath: <path/to/statedump/file>
-```
-
 ### Limits
 Limits define a set of limit objects for a queue, and can be set on a queue at 
any level.
 ```yaml


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

Reply via email to