zettadb / kunlun-storage-081809

Kunlun-storage is the storage component for Kunlun distributed DBMS. It's developed based on percona-mysql-8.0.x and contains exclusive features used by Kunlun distributed DBMS, performance enhancements and XA transaction crash safety enhancements without which MySQL would not be able to execute XA transactions reliably.
Other
31 stars 6 forks source link

Can not purge storage binary log remotely #7

Closed jd-zhang closed 3 years ago

jd-zhang commented 3 years ago

Issue migrated from trac ticket # 145

component: kunlun-storage | priority: major | resolution: fixed

2021-08-25 10:29:07: @jd-zhang created the issue


Currently, we use pgx as user name for storage nodes to accept connections from computing nodes remotely, and also use this account to accept other admin connections.

Sometimes we need to admin the binary logs, but this account does not have the priority to do this.

We need to add BINLOG_ADMIN priority to this user.

jd-zhang commented 3 years ago

2021-09-08 14:10:35: @jd-zhang commented


This is done by grant BINLOG_ADMIN to pgx user. So close this SR.

jd-zhang commented 3 years ago

2021-09-08 14:10:48: @jd-zhang set resolution to fixed

jd-zhang commented 3 years ago

2021-09-08 14:10:48: @jd-zhang changed status from assigned to closed