Files
scylladb/test/vector_search/test_config.yaml
Karol Nowacki 009d3ea278 vector_search: Add backoff for failed clients
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.
2025-11-14 07:38:01 +01:00

4 lines
110 B
YAML

extra_scylla_cmdline_options:
- '--reactor-backend=linux-aio'
- '--fail-on-abandoned-failed-futures=true'