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
I have 3 supervisors running 3 postgresql servers in leader topology:
database-01
database-02
database-03
After all servers started leader is elected. I also have suitability hooks.
Let database-01 is leader with suitability: 2
Let database-02 and database-03 are followers with suitability: 1
steps to reproduce
Stop leader supervisor -> new election is triggered
Wait and see that hook[suitability] is triggered and new leader is elected
Start old leader supervisor
expected result (updated)
Supervisor by default starts like follower
Hooks rendered only once before service init/start
actual result
Hard to say what I'm seeing. Looks like:
Supervisor immediately start all services and reports "I'm the leader" from cache
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
This issue has been automatically closed after being stale for 400 days. We still value your input and contribution. Please re-open the issue if desired and leave a comment with details.
I have 3 supervisors running 3 postgresql servers in leader topology:
After all servers started leader is elected. I also have suitability hooks.
Let database-01 is leader with suitability: 2
Let database-02 and database-03 are followers with suitability: 1
steps to reproduce
expected result (updated)
actual result
Hard to say what I'm seeing. Looks like:
The text was updated successfully, but these errors were encountered: