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
For replicaID, we can keep it uint8 now, because we will change it to UUID ultimately.
But I am wondering if we wanna change Epoch from uint32 to uint64... Raft seems to choose uint64 for Term.
The text was updated successfully, but these errors were encountered:
For replicaID, we can keep it uint8 now, because we will change it to UUID ultimately.
But I am wondering if we wanna change Epoch from uint32 to uint64... Raft seems to choose uint64 for Term.
The text was updated successfully, but these errors were encountered: