I like to test the resiliency of the elasticsearch cluster when there is a server failure (1 Elasticsearch Node is down).
I am following the below process
- esrally rally as loadgenerator and to deploy a 4 node cluster.
*"number_of_replicas=1"
: - Using event data track with challenge "
--challenge=index-logs-fixed-daily-volume
" - Shutdown one of the elasticsearch node I get "
asyncio.exceptions.CancelledError"
error and challenge does not complete.
Since there are 2 replicas my expectation was elasticsearch workload will continue with warning but that is not happening.
Any pointer on how to achieve this test with rally ?