Skip to content
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

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions product_docs/docs/pgd/5/reference/functions-internal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 only metadata for that specific node.



Expand All @@ -174,10 +174,10 @@ Do not use `bdr.drop_node()` to drop node metadata and reuse node names. PGD can

Use of this internal function is limited to:

* when you are instructed to by EDB Technical Support, or
* where you are specifically instructed in the documentation to use `bdr.drop_node`.
* When you're instructed to by EDB Technical Support.
* Where you're specifically instructed to in the documentation.

You should use [`bdr.part_node`](/pgd/latest/reference/nodes-management-interfaces#bdrpart_node) to remove a node from a PGD group. That function sets the node to `PARTED` state and enable reuse of the node name.
Use [`bdr.part_node`](/pgd/latest/reference/nodes-management-interfaces#bdrpart_node) to remove a node from a PGD group. That function sets the node to `PARTED` state and enables reuse of the node name.

!!!

Expand Down
Loading