Hi,
when using the elasticsearch Java client, is there any easy way to recreate shard failures. Where either the primary or both primary and replicas fail to respond.
I'm trying to validate a test where I need to check that SearchResponse::getFailedShards is populated.
Thanks