disable_peer
Contents
Definition
Disables the specified replication relationship (peer). HBase will no longer send the replication stream to the destination cluster (specified in the peer), but it will still keep track of all new WALs, which are necessary for replication if and when the peer will be re-enabled. When enabling or disabling replication, the WALs are retained as long as the peer exists.
TIP
If you want to stop the replication stream permanently, use the remove_peer command instead.
|