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
p1a@a(i, i, num) :~ p1aTimeout(), LeaderExpired(), id(i), NewBallot(num), acceptors(a)
p1aTimeout and iAmLeaderCheckTimeout must both trigger simultaneously to trigger a p1a. This clearly works (otherwise Paxos would do nothing) but isn't intended behavior; only p1aTimeout should need to trigger.
The text was updated successfully, but these errors were encountered:
autocomp/rust/examples/multipaxos/leader.rs
Line 271 in a066d50
p1aTimeout
andiAmLeaderCheckTimeout
must both trigger simultaneously to trigger a p1a. This clearly works (otherwise Paxos would do nothing) but isn't intended behavior; onlyp1aTimeout
should need to trigger.The text was updated successfully, but these errors were encountered: