You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL ueses Engine commit(If MySQL trx prepare and flush to data, it will be committed. ) to protect data security. But it may not be suite for MySQL Cluster.
Fix
Add invalid state (Invalid should not send a agree vote)
If check Engine commit , set the node status to invalid(use gtid_sub function, so we also need check gtid when raft election)
Question
If xenon dead, the state may be confusion, so we should record all state into a file.
The text was updated successfully, but these errors were encountered:
Summary
MySQL ueses Engine commit(If MySQL trx prepare and flush to data, it will be committed. ) to protect data security. But it may not be suite for MySQL Cluster.
Fix
Question
The text was updated successfully, but these errors were encountered: