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
During some development for #3349 I noticed that if any leader step up actions return an error, you will get a "close of a closed channel" panic in the leader loop. Need to track this down and clean up so that we attempt to step down gracefully and don't panic. Should be reproducible by hacking on establishLeadership() to make it return an error.
The text was updated successfully, but these errors were encountered:
Did some testing on this and I can no longer reproduce it, so I'll close this out as a mid-cycle development thing since lots was going on. We haven't seen any reports of this.
During some development for #3349 I noticed that if any leader step up actions return an error, you will get a "close of a closed channel" panic in the leader loop. Need to track this down and clean up so that we attempt to step down gracefully and don't panic. Should be reproducible by hacking on
establishLeadership()
to make it return an error.The text was updated successfully, but these errors were encountered: