zettadb / cluster_mgr

Clust_mgr is an important compnent of KunlunBase. It provides a HTTP API for KunlunBase users to do cluster management, provisioning and monitor work, so that uses can install a cluster, a kunlun-server node, a storage shard or a kunlun-storage node by calling such APIs. Such capability enables users to integrate KunlunBase management and provisioning as part of their existing application or GUIs. Cluster_mgr also provide other important cluster maintenance background work to make sure the KunlunBase clusters it serves can work efficiently and reliably.
http://www.kunlunbase.com
Apache License 2.0
10 stars 2 forks source link

GRANT XA_RECOVER_ADMIN when install-mysql.py #43

Closed jd-zhang closed 2 years ago

jd-zhang commented 3 years ago

Issue migrated from trac ticket # 157 www.kunlunbase.com

component: cluster manager | priority: major | resolution: fixed

2021-09-10 16:37:42: @chaojie1979 created the issue


cluster_mgr模块不能执行xa recover;

需要在安装元数据节点的时候,增加权限

GRANT XA_RECOVER_ADMIN ON . TO 'pgx'@'%';

pgx为元数据节点配置文件的用户名

jd-zhang commented 2 years ago

2021-10-25 19:34:03: zhaowei@zettadb.com changed owner from david to winter

jd-zhang commented 2 years ago

2021-11-04 14:47:15: zhangjindong@zettadb.com commented


The change has been done in install-mysql.py and pushed to github.

jd-zhang commented 2 years ago

2021-11-04 14:47:15: zhangjindong@zettadb.com set resolution to fixed

jd-zhang commented 2 years ago

2021-11-04 14:47:15: zhangjindong@zettadb.com changed status from assigned to closed