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
In the method shouldApply of the fsm.go file, we are performing some checks on the log entry to verify in the command to apply has already been processed. We are checking the Term, the Index and the Balloon's version but in fact, we don't need to check the Term because the Index is a global sequence number and does not start over with any new Term.
The text was updated successfully, but these errors were encountered:
In the method
shouldApply
of thefsm.go
file, we are performing some checks on the log entry to verify in the command to apply has already been processed. We are checking the Term, the Index and the Balloon's version but in fact, we don't need to check the Term because the Index is a global sequence number and does not start over with any new Term.The text was updated successfully, but these errors were encountered: