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

modify mutation id handling for operations #278

Closed
DocSavage opened this issue Jul 19, 2018 · 0 comments
Closed

modify mutation id handling for operations #278

DocSavage opened this issue Jul 19, 2018 · 0 comments
Assignees

Comments

@DocSavage
Copy link
Member

Currently mutation id is an atomic uint64, one per data instance, and is reset during server reboot, so no store is required for every mutation. Given that we are now using mutation id not just for temporary syncs but for kafka log analysis, the mutation id should be considered a property like Max Label. Probably should be an atomic uint64 per repo so that it also serves as an ordering of mutations done in the repo. Double-check use of mutation ids for mutexes before making the change.

@DocSavage DocSavage self-assigned this Jul 19, 2018
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

1 participant