-
Notifications
You must be signed in to change notification settings - Fork 25.2k
SNAPSHOTS: Upgrade GCS Dependencies to 1.55.0 #36634
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
Conversation
original-brownbear
commented
Dec 14, 2018
- Closes Increment google cloud apis to 1.52 #35459
- Closes Snapshots on large indices fail on some shards when master election occurs #35229
* Closes elastic#35459 * Closes elastic#35229
Pinging @elastic/es-distributed |
@@ -80,6 +80,11 @@ public Bucket get(String bucket, BucketGetOption... options) { | |||
} | |||
} | |||
|
|||
@Override | |||
public Bucket lockRetentionPolicy(final BucketInfo bucket, final BucketTargetOption... options) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API change in the dependency made overriding this necessary.
Since we don't use it yet, I added just a dummy override.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@atorok thanks! |
I have a follow up question that I mention here. Would someone be able to take a look? |