Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoogleCloudStorageBlobStore should throw IOException, not unchecked StorageException #92357

Open
tlrx opened this issue Dec 14, 2022 · 1 comment
Labels
>bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Meta label for distributed team v8.15.0

Comments

@tlrx
Copy link
Member

tlrx commented Dec 14, 2022

GoogleCloudStorageBlobStore read and write blob methods are throwing StorageException which are unchecked exceptions but the methods declare to throw IOException. These methods should throw IOE.

@tlrx tlrx added >bug needs:triage Requires assignment of a team area label :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.7.0 labels Dec 14, 2022
@elasticsearchmachine elasticsearchmachine added Team:Distributed Meta label for distributed team and removed needs:triage Requires assignment of a team area label labels Dec 14, 2022
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Meta label for distributed team v8.15.0
Projects
None yet
Development

No branches or pull requests

8 participants