Restart Pod of the control plane on a panic?
Author: aenshin-ppCreated Jul 17, 2026Updated Sep 9, 2026
Labelsbug
Describe the bug Once panicked, would it be better to restart Pod?
thread 'tokio-runtime-worker' panicked at /usr/local/cargo/git/checkouts/chitchat-xxx/dxxx/chitchat/src/delta.rs:413:9:
assertion failed: mtu >= 100we use quickwit/quickwit:v0.8.2
current liveness probe is:
livenessProbe:
failureThreshold: 3
httpGet:
path: /health/livez
port: rest
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1which leaves pods in a partially-failed state.
Possible solution is to use RUST_PANIC=abort.
Source: quickwit-oss/quickwit