Skip to content

Commit

Permalink
Remove references to low memory killer delay in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow committed Aug 15, 2024
1 parent 08ac0d4 commit ac286db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
15 changes: 5 additions & 10 deletions docs/src/main/sphinx/admin/fault-tolerant-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,11 @@ configuration properties have their default values changed to follow best
practices for a fault-tolerant cluster. However, this automatic change does not
affect clusters that have these properties manually configured. If you have
any of the following properties configured in the `config.properties` file on
a cluster with a `TASK` retry policy, it is strongly recommended to make the
following changes:

- Set the `task.low-memory-killer.policy`
{doc}`query management property </admin/properties-query-management>` to
`total-reservation-on-blocked-nodes`, or queries may
need to be manually killed if the cluster runs out of memory.
- Set the `query.low-memory-killer.delay`
{doc}`query management property </admin/properties-query-management>` to
`0s` so the cluster immediately unblocks nodes that run out of memory.
a cluster with a `TASK` retry policy, it is strongly recommended to set the
`task.low-memory-killer.policy`
{doc}`query management property </admin/properties-query-management>` to
`total-reservation-on-blocked-nodes`, or queries may need to be manually killed
if the cluster runs out of memory.

:::{note}
A `TASK` retry policy is best suited for large batch queries, but this
Expand Down
9 changes: 0 additions & 9 deletions docs/src/main/sphinx/admin/properties-query-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@ memory availability. Supports the following values:
Only applies for queries with task level retries enabled (`retry-policy=TASK`)
:::

## `query.low-memory-killer.delay`

- **Type:** {ref}`prop-type-duration`
- **Default value:** `30s`

The amount of time a query is allowed to recover between running out of memory
and being killed, if `query.low-memory-killer.policy` or
`task.low-memory-killer.policy` is set to value different from `none`.

## `query.max-execution-time`

- **Type:** {ref}`prop-type-duration`
Expand Down

0 comments on commit ac286db

Please sign in to comment.