citusdata / citusdata/citus

Bug with citus_activate_node and secondary node

Open
#8,470 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.