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

Better Logging GCS Blobstore Mock (#50102) #50124

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

original-brownbear
Copy link
Member

  • Better Logging GCS Blobstore Mock

Two things:

  1. We should just throw a descriptive assertion error and figure out why we're not reading a multi-part instead of
    returning a 400 and failing the tests that way here since we can't reproduce these 400s locally.
  2. We were missing logging the exception on a cleanup delete failure that coincides with the 400 issue in tests.

Relates #49429

backport of #50102

* Better Logging GCS Blobstore Mock

Two things:
1. We should just throw a descriptive assertion error and figure out why we're not reading a multi-part instead of
returning a `400` and failing the tests that way here since we can't reproduce these 400s locally.
2. We were missing logging the exception on a cleanup delete failure that coincides with the `400` issue in tests.

Relates elastic#49429
@original-brownbear original-brownbear added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels Dec 12, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@original-brownbear original-brownbear merged commit 0fae406 into elastic:7.x Dec 12, 2019
@original-brownbear original-brownbear deleted the 50102-7.x branch December 12, 2019 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants