radondb / xenon

The MySQL Cluster Autopilot Management with GTID and Raft
GNU General Public License v3.0
692 stars 162 forks source link

Unknown system variable 'rpl_semi_sync_master_enabled' #148

Open xiaozhute opened 2 years ago

xiaozhute commented 2 years ago

version:

Error Messages:

tail -f /etc/xenon/log/xenon.log
 [ERROR]        FOLLOWER[ID:192.168.66.101:8801, V:59, E:0].mysql.DisableSemiSyncMaster.error[Error 1193: Unknown system variable 'rpl_semi_sync_master_enabled']

Guess:

It is suspected that it is due to the modification of parameters in 8.0,(rpl_semi_sync_master_enabled,rpl_semi_sync_slave_enabled) to (rpl_semi_sync_source_enabled,rpl_semi_sync_replica_enabled)

Q:

Is it not supported yet?

otjoy commented 2 years ago

自己改下src/mysql/mysqlbase.go里头的参数名即可。