mirror of https://github.com/citusdata/citus.git
The comment of DropMarkedShards described the behaviour that after a failure we would continue trying to drop other shards. However the code did not do this and would stop after the first failure. Instead of simply fixing the comment I fixed the code, because the described behaviour is more useful. Now a single shard that cannot be removed yet does not block others from being removed. |
||
---|---|---|
.. | ||
backend_data.c | ||
citus_dist_stat_activity.c | ||
distributed_deadlock_detection.c | ||
lock_graph.c | ||
relation_access_tracking.c | ||
remote_transaction.c | ||
transaction_management.c | ||
transaction_recovery.c | ||
worker_transaction.c |