citus_update_node with force=true might cancel other concurrent citus_update_node
Open
bug
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
Each call will start a background worker to cancel blocking processes. Only one of these background workers should run at the same time. We should probably use an advisory lock to serialize citus_update_node calls at the start.
Contributor guide
Assessment
This issue has not been assessed yet.