-
Notifications
You must be signed in to change notification settings - Fork 20
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-418 Cherry-pick change to fix CRR null version in Backbeat #2244
Conversation
…uspended When replicating a versioning suspended object, we need to specify 'null' as the encoded versionId as the versionId contained within the object's metadata is strictly internal In the replication processor we use getVersionId() when putting/deleting a tag. It's used by the mongoClient to fetch the object from MongoDB, here again we need to specify 'null' to get the versioning suspended object (cloudserver already knows how to handle 'null' versionId and transforms it to undefined before giving it to the mongoClient) (cherry picked from commit d1cd7e8) (cherry picked from commit f13a5d7)
Hello nicolas2bert,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
ping |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
@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-418. Goodbye nicolas2bert. The following options are set: approve |
Cherry-picking from development/7.70 branch.
The code has already been reviewed.