citus/src
Onder Kalaci 127450466e Do not warn unncessarily when a node is removed
In the past (pre-11), we allowed removing worker nodes
that had active placements for replicated distributed
table, without even checking if there are any other
replicas of the same placement.

However, with #5469, we prevent disabling nodes via a hard
error when there is the last active placement of shard, as we
do for reference tables. Note that otherwise, we'd allow
users to lose data.

As of today, the NOTICE is completely irrelevant.
2022-05-18 17:23:38 +02:00
..
backend Do not warn unncessarily when a node is removed 2022-05-18 17:23:38 +02:00
include Adds "sync" option to citus_disable_node() UDF 2022-05-18 17:21:12 +02:00
test Do not warn unncessarily when a node is removed 2022-05-18 17:23:38 +02:00