-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Dedup translog operations by reading in reverse #27268
Merged
Merged
Commits on Nov 4, 2017
-
Dedup translog operations by reading in reverse
Currently, translog operations are read and processed one by one. This may be a problem as stale operations in translogs may suddenly reappear in recoveries. To make sure that stale operations won't be processed, we read the translog files in a reverse order (eg. from the most recent file to the oldest file) and only process an operation if its sequence number was not seen before.
Configuration menu - View commit details
-
Copy full SHA for d6e64ea - Browse repository at this point
Copy the full SHA d6e64eaView commit details
Commits on Nov 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d006988 - Browse repository at this point
Copy the full SHA d006988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5935009 - Browse repository at this point
Copy the full SHA 5935009View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea11a2a - Browse repository at this point
Copy the full SHA ea11a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe92b6 - Browse repository at this point
Copy the full SHA ebe92b6View commit details -
Merge branch 'master' into dedup-translog-merge
# Conflicts: # core/src/test/java/org/elasticsearch/index/translog/TranslogTests.java
Configuration menu - View commit details
-
Copy full SHA for def1d39 - Browse repository at this point
Copy the full SHA def1d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc33bb - Browse repository at this point
Copy the full SHA 5cc33bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa21d87 - Browse repository at this point
Copy the full SHA aa21d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bdb507 - Browse repository at this point
Copy the full SHA 9bdb507View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e0b6d - Browse repository at this point
Copy the full SHA b3e0b6dView commit details
Commits on Nov 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3bd5cd5 - Browse repository at this point
Copy the full SHA 3bd5cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3482b - Browse repository at this point
Copy the full SHA 7d3482bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3994f8 - Browse repository at this point
Copy the full SHA a3994f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b0ff9 - Browse repository at this point
Copy the full SHA 48b0ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aa4d7 - Browse repository at this point
Copy the full SHA 97aa4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c960f37 - Browse repository at this point
Copy the full SHA c960f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ff8c8 - Browse repository at this point
Copy the full SHA a3ff8c8View commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f79e3ef - Browse repository at this point
Copy the full SHA f79e3efView commit details
Commits on Nov 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 29aa2f2 - Browse repository at this point
Copy the full SHA 29aa2f2View commit details
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.