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
We use nats as the leader election service to implement active-passive HA, for Active-passive eventsources and sensors, there should be only 1 active service running at a time. Sometimes when the leader switched due to some reasons, the old leader still serve the traffic and causes unexpected issues.
Expected: once the old lead steps down, fatal the service and let k8s restart the pod, so that it will go to standby mode.
The text was updated successfully, but these errors were encountered:
We use nats as the leader election service to implement active-passive HA, for Active-passive eventsources and sensors, there should be only 1 active service running at a time. Sometimes when the leader switched due to some reasons, the old leader still serve the traffic and causes unexpected issues.
Expected: once the old lead steps down, fatal the service and let k8s restart the pod, so that it will go to standby mode.
The text was updated successfully, but these errors were encountered: