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
I think we should do more checks within the code to assert that raft index of entries being appended to the log corresponds to the index that the uv backend is assigning to the entries. For this I think we need to add the raft index to struct raft_io_append in order to the comparisons. Just letting up a balloon here.
The text was updated successfully, but these errors were encountered:
I think we should do more checks within the code to assert that raft index of entries being appended to the log corresponds to the index that the uv backend is assigning to the entries. For this I think we need to add the raft index to
struct raft_io_append
in order to the comparisons. Just letting up a balloon here.The text was updated successfully, but these errors were encountered: