-
Notifications
You must be signed in to change notification settings - Fork 256
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
Edits to Rework bdr.drop_node PGD pr6056 #6116
Conversation
@@ -165,7 +165,7 @@ This function removes the metadata for a given node from the local | |||
database. The node can be either: | |||
|
|||
- The local node, in which case it removes all the node metadata, including information about remote nodes. | |||
- A remote node, in which case it only removes metadata for that specific node. | |||
- A remote node, in which case it removes metadata only for that specific node. |
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.
@djw-m I read this and the previous bullet a few times and I believe this is what you intend? Otherwise it reads like it's only removing metadata. Please verify this is correct.
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 literally only removes metadata and does nothing else.
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.
Thanks for clarifying. I revised it so there's no ambiguity as to what "only" is referring to.
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
What Changed?