-
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
More Efficient Ordering of Shard Upload Execution #42791
Merged
original-brownbear
merged 40 commits into
elastic:master
from
original-brownbear:smarter-ordering-shard-upload
Aug 29, 2019
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5036455
startt
original-brownbear 019682d
simpler
original-brownbear 3529f36
start
original-brownbear d285c3e
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear cdd132e
fixed tests
original-brownbear 2cbefd6
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 7b5c325
snapshot pool for setting up new shards is fine after all
original-brownbear f25c588
drier
original-brownbear d222726
drier
original-brownbear 01ce0ac
drier
original-brownbear a43d2dc
drier
original-brownbear 7fc5460
simpler
original-brownbear 8c64b96
safer looking
original-brownbear 84586f1
some docs
original-brownbear c89c851
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 7620af5
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear e357b1d
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 396b3ae
finished merge
original-brownbear 2099b11
bcl
original-brownbear dcf374f
simplify
original-brownbear 5b480c8
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear fb0b81f
simpler
original-brownbear a852af2
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 96efa64
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear f31b503
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear c2b6467
shorter diff
original-brownbear 402bb50
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 5136603
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 269e542
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear b6dbf49
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 27a0729
CR: move try-catch into snapshot method
original-brownbear 07389e7
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 61a4fa2
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear 7a7864e
simplify signature
original-brownbear 7a3e83e
nicer looking
original-brownbear 3604ef5
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear e10d8c0
fix noisy empty line
original-brownbear 8c53eb0
stop being clever aobut group action listener
original-brownbear d22a98b
Merge remote-tracking branch 'elastic/master' into smarter-ordering-s…
original-brownbear a328127
CR: step listeners, test, comment,typo
original-brownbear 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
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
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
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
230 changes: 127 additions & 103 deletions
230
server/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
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 test for this?
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.
Sure, I just added the same one we have for the after hook here as well :)