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
When the old leader is partitioned off (or crashes), the newly elected leader can have values surfaced on applyCh - but this can cause a problem since no RPC is waiting to consume them (the old leader's RPC already did that).
Thus, every leader also needs to verify if someone is even expecting that value before going into a wait.
The text was updated successfully, but these errors were encountered:
When the old leader is partitioned off (or crashes), the newly elected leader can have values surfaced on
applyCh
- but this can cause a problem since no RPC is waiting to consume them (the old leader's RPC already did that).Thus, every leader also needs to verify if someone is even expecting that value before going into a wait.
The text was updated successfully, but these errors were encountered: