Skip to content

Commit

Permalink
[YUNIKORN-2426] Remove periodic state dump doc (apache#400)
Browse files Browse the repository at this point in the history
Closes: apache#400

Signed-off-by: Chia-Ping Tsai <[email protected]>
  • Loading branch information
doupache authored and chia7712 committed Feb 20, 2024
1 parent 905dd4c commit 407bc3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
21 changes: 0 additions & 21 deletions docs/api/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 0 additions & 9 deletions docs/user_guide/queue_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 407bc3b

Please sign in to comment.