Introduces logic to mark clients that fail to answer an ANN request as "down". Down clients are omitted from further requests until they successfully respond to a health check. Health checks for down clients are performed in the background using the `status` endpoint, with an exponential backoff retry policy ranging from 100ms to 20s.
4 lines
110 B
YAML
4 lines
110 B
YAML
extra_scylla_cmdline_options:
|
|
- '--reactor-backend=linux-aio'
|
|
- '--fail-on-abandoned-failed-futures=true'
|