Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change type of replicaID and Epoch #112

Open
yifan-gu opened this issue May 31, 2014 · 1 comment
Open

Change type of replicaID and Epoch #112

yifan-gu opened this issue May 31, 2014 · 1 comment

Comments

@yifan-gu
Copy link
Member

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.

@hongchaodeng
Copy link
Contributor

Term (Raft) is different from Epoch (Epaxos).
I think either one is good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants