logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DROP NODE - Remove the node from participating in the replication

Dangerous/Unintuitive Behaviour

If you are using connections that cache query plans (this is particularly common for Java application frameworks with connection pools), the connections may cache query plans that include the pre-DROPNODE state of things, and you will get error messages indicating missing OIDs [“[MISSING TEXT]” [not available as a man page]]. After dropping a node, you may also need to recycle connections in your application. You cannot submit this to an EVENTNODE that is the number of the node being dropped; the request must go to some node that will remain in the cluster.

Description

Drop a node. This command removes the specified node entirely from the replication systems configuration. If the replication daemon is still running on that node (and processing events), it will attempt to unin‐ stall the replication system and terminate itself. ID = ival Node ID of the node to remove. This may be represented either by a single node id or by a quoted comma separated list of nodes EVENT NODE = ival Node ID of the node to generate the event. This uses “schemadocdropnode(p_no_ids integer[])” [not available as a man page]. When you invoke DROPNODE, one of the steps is to run UNINSTALLNODE.

Example

DROP NODE ( ID = 2, EVENT NODE = 1 ); DROP NODE (ID='3,4,5', EVENT NODE=1);

Locking Behaviour

When dropping triggers off of application tables, this will require exclusive access to each replicated table on the node being discarded.

Name

DROP NODE - Remove the node from participating in the replication

Slonik Event Confirmation Behaviour

Slonik waits until nodes (other than the one being dropped) are caught up with non-SYNC events from all other nodes before submitting the DROP NODE command.

Synopsis

DROPNODE(options);

Version Information

This command was introduced in Slony-I 1.0 In version 2.0, the default value for EVENTNODE was removed, so a node must be specified. In version 2.2, support for dropping multiple nodes in a single command was introduced 19 September 2024 SLONIKDROPNODE(7)

See Also