radondb-mysql-kubernetes
radondb-mysql-kubernetes copied to clipboard
[feature] Switch the leader to the updated node before updating the leader.
trafficstars
Is your feature request related to a problem? Please describe.
3 replicas (1 leader, 2 followers,), updating:
before:
- update(restart) a follower
- update(restart) another follower
- update(restart) leader, re -elected.
If active switch leader:
- update(restart) a follower
- update(restart) another follower
- switch leader to an updated node
- update(restart) leader (need not re-elect)
Describe the solution you'd like
Describe alternatives you've considered
Additional context