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

feat(make_idempotent): support making write requests idempotent for primary replicas #2198

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

empiredan
Copy link
Contributor

@empiredan empiredan commented Feb 25, 2025

@empiredan empiredan marked this pull request as ready for review March 5, 2025 12:41
// A mutation will be a blocking mutation if `is_blocking` is true. A blocking mutation
// will not begin to be popped from the queue and processed until all of mutations before
// it in the queue have been committed and applied into RocksDB. This field is only used
// by primary replicas.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give an example use case may be help to understand it, thanks!

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

Successfully merging this pull request may close these issues.

2 participants