-
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
Feature/zenko 597/transient mongo count #525
Conversation
Hello alexanderchan-scality,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
b0f8bfa
to
382f72a
Compare
PR has been updated. Reviewers, please be cautious. |
382f72a
to
58de53a
Compare
PR has been updated. Reviewers, please be cautious. |
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch (
|
58de53a
to
6e3515d
Compare
PR has been updated. Reviewers, please be cautious. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
* @return {undefined} | ||
*/ | ||
updateTransientList(newLocations) { | ||
if (newLocations) { |
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.
can newLocations
be an empty object?
@@ -1304,7 +1341,9 @@ class MongoClientInterface { | |||
isVersioned: !!bucketInfo.getVersioningConfiguration(), | |||
ownerCanonicalId: bucketInfo.getOwner(), | |||
}; | |||
|
|||
const isTransient = | |||
this.config.getLocationConstraint(retBucketInfo.location) |
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.
just to be safe, this.config
can be undefined (given how it is set in constructor), so I feel we should check and make sure it is a valid object we have access to here
6e3515d
to
e17333b
Compare
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
PR has been updated. Reviewers, please be cautious. |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ZENKO-597. Goodbye alexanderchan-scality. |
No description provided.