-
Notifications
You must be signed in to change notification settings - Fork 8.3k
SYSTEM DROP REPLICA #7080
Copy link
Copy link
Closed
Labels
Description
Sometime you need to remove the 'dead' replica.
attach + DROP is a bit too 'costy' and complicated.
removing nodes in zookeeper is also a bad option as requires knowledge of ClickHouse internals.
It would be better to have a possibility to remove 'dead' replica from healthy one (only in case if it's offline and stale, exception otherwise).
Reactions are currently unavailable