Galera Cluster で、ノードの起動時に以下のエラー
1 2 3 |
[ERROR] WSREP: gcs/src/gcs_group.cpp:void group_post_state_exchange(gcs_group_t*)():319: Reversing history: 0 -> 0, this member has applied 140703904763544 more events than the primary component.Data loss is possible. Aborting. |
起動しようとしているノードと、起動済みのノードとの間に不整合が発生している模様。
起動済みのノードが正で、起動しているノードのデータは関係なければ以下を行えば起動できる。
ログファイルと、データのステータスを削除
1 2 3 4 5 |
/var/lib/mysql rm -rf ib_logfile rm -rf grastate.dat |
この後に起動すれば、起動済みのノードのデータを基に再構築してくれる。