Bug with citus_activate_node and secondary node
Open
bug
cherry-pick-12.1
cherry-pick-13.2
cherry-pick-14
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
```sql
-- Citus 12.1.1
SELECT citus_add_secondary_node('secondary', 5432, 'primary', 5432);
SELECT citus_disable_node('secondary', 5432);
SELECT citus_activate_node('secondary', 5432);
-- BUG: secondary remains disabled
```
Contributor guide
Assessment
This issue has not been assessed yet.