-
Notifications
You must be signed in to change notification settings - Fork 19
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
ARSN-419 Cherry-pick change to fix CRR null version in Metadata #2246
Conversation
- For backward compatibility (if isNull is undefined), add the nullVersionId field to the master update. The nullVersionId is needed for listing, retrieving, and deleting null versions. - For the new null key implementation (if isNull is defined): add the isNull2 field and set it to true to specify that the new version is null AND has been put with a Cloudserver handling null keys (i.e., supporting S3C-7352). - Manage scenarios in which a version is marked with the isNull attribute set to true, but without a version ID. This happens after BackbeatClient.putMetadata() is applied to a standalone null master. (cherry picked from commit 6820444) (cherry picked from commit 8367e8a)
Hello nicolas2bert,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
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.
It may not matter but the version bump is not the last commit, may lead to confusion on which commit is the latest included in the release, approving as the tag should be created correctly.
(cherry picked from commit 3f20120)
70ecf41
to
9a4fa57
Compare
@jonathan-gramain yes, it is a mistake on my side. |
@bert-e approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ARSN-419. Goodbye nicolas2bert. The following options are set: approve |
Cherry-picking from development/7.70 branch.
The code has already been reviewed.