-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Replicate write failures #23314
Merged
areek
merged 18 commits into
elastic:master
from
areek:enhancement/write-failure-replication
Apr 19, 2017
Merged
Replicate write failures #23314
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
56b0517
Replicate write failures
areek e8e999d
use zlong to serialize seq_no
areek 02b7eda
Incorporate feedback
areek 5e829bb
track write failures in translog as a noop in primary
areek 3b67b88
Add tests for replicating write failures.
areek c6384c8
Update to master
areek 65c1a2a
update shouldExecuteOnReplica comment
areek d464285
rename indexshard noop to markSeqNoAsNoOp
areek d096474
remove redundant conditional
areek 8d4d646
Consolidate possible replica action for bulk item request
areek 4180727
remove bulk shard result abstraction
areek 90e2419
fix failure handling logic for bwc
areek 4878565
add more tests
areek 2f33df8
minor fix
areek 7f6b97a
cleanup
areek 8905c94
incorporate feedback
areek 8f325df
incorporate feedback
areek d153fdc
add assert to remove handling noop primary response when 5.0 nodes ar…
areek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
incorporate feedback
- Loading branch information
commit 8f325dfb77952e64b4b9e183b59122753a5f4868
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a
default
clause for this switch statement?