Fix GCS Mock Range Downloads#52804
Fix GCS Mock Range Downloads#52804original-brownbear merged 2 commits intoelastic:masterfrom original-brownbear:fix-range-gcs-download-master
Conversation
We were not correctly respecting the download range which lead to the GCS SDK client closing the connection at times. Closes #51446
|
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
|
@tlrx I'm not 100% positive this fixes the issue that caused the last #51446 failures but it's the only thing I could find going wrong at the moment that causes connection drops. |
|
Bam random find :) => This might actually be the culprit in the linked issue e6565ee :) I'd still like to fix the other issue in here as well. |
tlrx
left a comment
There was a problem hiding this comment.
LGTM, thanks for persevering on this Armin!
|
Np + thanks for reviewing Tanguy! |
We were not correctly respecting the download range which lead
to the GCS SDK client closing the connection at times.
Closes #51446