BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
94 stars 19 forks source link

Fix: provision config join after leader reboot #168

Open suizman opened 4 years ago

suizman commented 4 years ago

Currently after rebooting the leader in our AWS based cluster re-election occurs and some of the followers become a leader. The problem is that the previous leader now is unable to join the cluster because the join configuration is missing.

We should fix the join cluster configuration and include all the nodes addresses in order to fix this issue and allow all nodes rejoining the cluster after an ordinary service stop/restart.