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 >= 100
we 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: 1
which leaves pods in a partially-failed state.
Possible solution is to use RUST_PANIC=abort.
Describe the bug
Once panicked, would it be better to restart Pod?
we use
quickwit/quickwit:v0.8.2current liveness probe is:
which leaves pods in a partially-failed state.
Possible solution is to use
RUST_PANIC=abort.