citus_update_node does not invalidate cached connections
Open
bug
high availability
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
1. node A is primary
2. INSERT into table
3. citus_update_node to B
4. restart node A
5. citus_update_node to A
6. INSERT into table over same connection as during 2, errors because it uses connection that was cached from step 2
Contributor guide
Assessment
This issue has not been assessed yet.