citusdata / citusdata/citus_docs

pg配置流复制后,citus如法添加节点

Open
#1,056 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.