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

create node dn01 with (type=datanode,host='10.0.1.110',port=23001,primary=false,preferred=false); #101

Closed samsung0-cpu closed 2 years ago

samsung0-cpu commented 3 years ago

ERROR: PGXC Node name dn01 cluster tbase_cluster must be defined in ascii order existing node name dn02 cluster tbase_cluster

JennyJennyChen commented 3 years ago

错误提示说的比较清楚了,节点名字必须按照ASCII码顺序定义,你现在已经有dn02那,那么下一个应该是dn03,不能是dn01