mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
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:
parent
a320809843
commit
113f0c17cc
6 changed files with 104 additions and 49 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue