Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and simplify testTargetThrottling (elastic#103397)
There seems to be two potential issues that can cause failure: 1. If the`INDICES_RECOVERY_MAX_BYTES_PER_SEC_SETTING` on nodeA is too small, then we might choose a chunk size on nodeB that can cause throttling on nodeA. 2. At the end when we remove the throttling limits, it is possible that first nodeB gets unthrottled which can cause nodeA throttling recovery, it seems. Closes elastic#103204
- Loading branch information