在 pgxc_ctl 工具中从 GTM 主机运行几乎任何命令(例如 createdb test)后,我收到以下错误:
FATAL: GTM error, could not obtain snapshot. Current XID = 0, Autovac = 0
PostgresXL配置并安装在 4 个节点(/etc/hosts)上:
172.23.102.115 coordinator001
172.23.102.116 datanode001
172.23.103.0 datanode002
172.23.102.114 gtm001
这样每个人都可以ssh进入另一个并且 pg_hba.conf 包含:
host all all 0.0.0.0/0 trust
GTM节点有这个配置
将不胜感激任何提示或想法下一步在哪里挖掘。
[编辑]
在直接连接期间出现此错误:
psql -h coordinator001 -p 6668 -U postgres testdb
psql: FATAL: GTM error, could not obtain snapshot. Current XID = 0, Autovac = 0