Follower coordinator runs deadlock detection
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
In a high-availability setup of a citus cluster, the secondary coordinator, as well as the primary coordinator, runs the deadlock detection logic periodically, i.e. both coordinators run `dump_local_wait_edges` on workers.
I think we should fix it by not running deadlock detection if the coordinator is in recovery mode.
Contributor guide
Assessment
This issue has not been assessed yet.