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

Commit count from master can come last #1383

Merged
merged 1 commit into from Aug 4, 2017

Conversation

pgermishuys
Copy link
Contributor

In the cases where the commit ack from master comes last, the awaiting commit count can drop below 0 because in a 3 node cluster for example, the awaiting commit count is equal to 2. If you get the master ack last, the condition for a successful write won't be hit as the commit count will be lower than 0

In the cases where the commit ack from master comes last, the awaiting
commit count can drop below 0 because in a 3 node cluster for example,
the awaiting commit count is equal to 2. If you get the master ack
last, the condition for a successful write won't be hit as the commit
count will be lower than 0
@hayley-jean hayley-jean merged commit 3da4fe4 into release-v4.0.2 Aug 4, 2017
@hayley-jean hayley-jean deleted the awaiting-commit-count branch August 4, 2017 13:43
pgermishuys pushed a commit that referenced this pull request Aug 4, 2017
Prepare count from master can come last
pgermishuys pushed a commit that referenced this pull request Aug 4, 2017
Prepare count from master can come last
@hayley-jean hayley-jean changed the title Prepare count from master can come last Commit count from master can come last Aug 8, 2017
pgermishuys pushed a commit that referenced this pull request Aug 10, 2017
Prepare count from master can come last
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

Successfully merging this pull request may close these issues.

None yet

2 participants