OpenSearch/plugins/repository-azure
Armin Braun 5caa101345
Fix Bug in Azure Repo Exception Handling (#47968) (#48030)
We were incorrectly handling `IOExceptions` thrown by
the `InputStream` side of the upload operation, resulting
in a `ClassCastException` as we expected to never get
`IOException` from the Azure SDK code but we do in practice.
This PR also sets an assertion on `markSupported` for the
streams used by the SDK as adding the test for this scenario
revealed that the SDK client would retry uploads for
non-mark-supporting streams on `IOException` in the `InputStream`.
2019-10-15 12:10:19 +02:00
..
licenses Increase max chunk size to 256Mb for repo-azure (#32101) 2018-07-31 16:21:48 +02:00
qa Differentiate base paths in repository integration tests (#47284) (#47300) 2019-10-01 08:39:55 +02:00
src Fix Bug in Azure Repo Exception Handling (#47968) (#48030) 2019-10-15 12:10:19 +02:00
build.gradle Differentiate base paths in repository integration tests (#47284) (#47300) 2019-10-01 08:39:55 +02:00