Limit number of suppressed S3 deletion errors (#123630)

We've seen this being an issue on 7.x although can happen on all 
versions (I'm pretty sure this PR doesn't cleanly back-port to 7.x
though).

Closes https://github.com/elastic/elasticsearch/issues/123354
This commit is contained in:
Pooya Salehi 2025-03-03 17:06:27 +01:00 committed by GitHub
parent a320809843
commit 113f0c17cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 104 additions and 49 deletions

View file

@ -76,7 +76,8 @@ public class URLBlobContainerRetriesTests extends AbstractBlobContainerRetriesTe
Integer maxRetries,
TimeValue readTimeout,
Boolean disableChunkedEncoding,
ByteSizeValue bufferSize
ByteSizeValue bufferSize,
Integer maxBulkDeletes
) {
Settings.Builder settingsBuilder = Settings.builder();