Tencent / TBase

TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
Other
1.38k stars 262 forks source link

during make -sj error occurs #8

Closed javanchueng closed 2 years ago

javanchueng commented 4 years ago

cat: ../../src/interfaces/libpq/objfiles.txt: No such file or directory

during pgxc_ctl init all in progress the following info can be seen: 2019-11-11 10:55:21.307 CST [794] LOG: could not open file "global/pg_crypt_key.map":No such file or directory for bufFile merging. 2019-11-11 10:55:21.307 CST [794] LOG: could not open file "global/pg_rel_crypt.map":No such file or directory for bufFile merging. ALTER NODE coord1 WITH (HOST='host228', PORT=20004, CLUSTER='cluster1'); ERROR: CLUSTER could not be modified.

EXECUTE DIRECT ON (datanode1) 'ALTER NODE datanode1 WITH (TYPE=''datanode'', HOST=''host228'', PORT=20008, CLUSTER=''cluster1'', PRIMARY, PREFERRED)'; ERROR: node:datanode1, backend_pid:2870, nodename:datanode1,backend_pid:2870,message:CLUSTER could not be modified.

after installation: postgres=# select * from pgxc_node; node_name | node_type | node_port | node_host | nodeis_primary | nodeis_preferred | node_id | node_cluster_name -----------+-----------+-----------+-----------+----------------+------------------+-------------+------------------- coord1 | C | 5432 | localhost | f | f | 1885696643 | tbase_cluster gtm | G | 20001 | host227 | t | f | 428125959 | tbase_cluster coord2 | C | 20005 | host229 | f | f | -1197102633 | cluster1 datanode1 | D | 20008 | host228 | t | t | 888802358 | cluster1 datanode2 | D | 20009 | host229 | f | f | -905831925 | cluster1 (5 rows)

postgres=# create database test; ERROR: PGXC Node coord1: object not defined

yingtao-wz commented 4 years ago

我也遇到同样的问题,不知道怎么解决。有没有文档呢。

javanchueng commented 4 years ago

前面两个错误实际不影响使用,后面那个错误是因为pgxc_ctl在初始化的时候配置文件中的multiCluster=n这个设置,默认是y需要改成n。另外pgxcMainClusterName 、datanodeMasterCluster、coordMasterCluster 这几个配置也要保持一致。

yingtao-wz commented 4 years ago

非常感谢,可以啦。

------------------ 原始邮件 ------------------ 发件人: "javanchueng"<notifications@github.com>; 发送时间: 2019年11月12日(星期二) 下午4:34 收件人: "Tencent/TBase"<TBase@noreply.github.com>; 抄送: "小卓"<568061750@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [Tencent/TBase] during make -sj error occurs (#8)

前面两个错误实际不影响使用,后面那个错误是因为pgxc_ctl在初始化的时候配置文件中的multiCluster=n这个设置,默认是y需要改成n。另外pgxcMainClusterName 、datanodeMasterCluster、coordMasterCluster 这几个配置也要保持一致。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

yingtao-wz commented 4 years ago

这是啥错误呢。感谢。

------------------ 原始邮件 ------------------ 发件人: "javanchueng"<notifications@github.com>; 发送时间: 2019年11月12日(星期二) 下午4:34 收件人: "Tencent/TBase"<TBase@noreply.github.com>; 抄送: "小卓"<568061750@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [Tencent/TBase] during make -sj error occurs (#8)

前面两个错误实际不影响使用,后面那个错误是因为pgxc_ctl在初始化的时候配置文件中的multiCluster=n这个设置,默认是y需要改成n。另外pgxcMainClusterName 、datanodeMasterCluster、coordMasterCluster 这几个配置也要保持一致。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.