summaryrefslogtreecommitdiff
path: root/releasenotes/notes/graceful_shutdown_wait-9a62627714b86726.yaml
blob: 778b7dc6f898f71ebce1994d43f887915095bc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    On shutdown the conductor will wait for at most
    ``[DEFAULT]graceful_shutdown_timeout`` seconds for existing lock node
    reservations to clear. Previously lock reservations were cleared
    immediately, which in some cases would result in nodes going into a failed
    state.
upgrade:
  - |
    ``[DEFAULT]graceful_shutdown_timeout`` defaults to 60s. Systemd
    ``TimeoutStopSec`` defaults to 30s. Kubernetes
    ``terminationGracePeriodSeconds`` defaults to 90s. It is recommended to
    align the value of ``[DEFAULT]graceful_shutdown_timeout`` with the graceful
    timeout of the process manager of the conductor process.