citusdata / citusdata/citus_docs
pg配置流复制后,citus如法添加节点
Open
- Dominant language
- CSS
- Stars
- 58
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
postgres=# SELECT * from citus_add_node('192.168.174.16', 5432,1,'primary');
错误: 在恢复操作的过程中不能在数据库对象上获取锁模式ExclusiveLock
提示: 在恢复操作期间只有在数据对象上获取RowExclusiveLock或者更低级别的锁。
Contributor guide
Research direction
Start by reproducing the SELECT citus_add_node('192.168.174.16', 5432, 1, 'primary') command while PostgreSQL streaming replication is configured. Read the Citus node-management and PostgreSQL recovery-lock documentation to determine whether this is an expected limitation or a defect. Done means the behavior and any required documentation change are clearly established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql
- Domain
- databases, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100