Closed
Description
Today we limit the number of concurrent snapshot file downloads during recoveries to 5 per recovery:
This setting combined with the default node_concurrent_recoveries=2
works well in most scenarios.
But when the number of concurrent recoveries is higher, it's possible to exhaust the repository connections
just with recoveries, possibly affecting other repository operations such as snapshot/restore.
We should limit the number of concurrent snapshot file downloads in the target node to 25
as that would leave
room for the rest of the operations to make progress if node_concurrent_recoveries
is larger than the default.
Relates #73496