-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Weighted Shard Routing] Fail open requests on search shard failures #5072
Merged
Bukhtawar
merged 37 commits into
opensearch-project:main
from
anshu1106:feature/poc-fail-open
Jan 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
02f1fa8
Fail open changes
9e69711
Refactor code
5ee2b02
Merge branch 'main' into feature/poc-fail-open
c0e5b67
Fix test
f3006a5
Add integ test with network disruption and refactor code
683786d
Merge branch 'main' into feature/poc-fail-open
2834af8
Add log statement
4ad2bed
Add integ test for search aggregations and flag open flag
644fa60
Refactor integ tests
7e0df4a
Add integ test for multiget with fail open
a22b341
Add changelog
614d85e
Refactor code
a02f332
Make fail open enabled by default
aac9d4b
Fail open on unassigned shard copies
836af1c
Add tests
2dc6699
Fix tests
16e295e
Merge branch 'main' into feature/poc-fail-open
605a4dc
Fix precommit build
4a90174
Fix test
9ce9be8
Change internal error logic to check for 5xx status
e76deba
Fix test
048eea6
Merge branch 'main' into feature/poc-fail-open
a429c21
Fix integ test failure
d2cf1a2
Merge branch 'main' into feature/poc-fail-open
d0a48e3
Address review comments
fca7ae9
Fix precommit failure
14499b0
Merge branch 'main' into feature/poc-fail-open
6f7aafa
Merge branch 'main' into feature/poc-fail-open
4c8e50c
Fix tests
df3e416
Modify changelog
cc6d1e9
Address review comments
7ca22c5
Remove duplicate shards from routing interator
f376eab
add test to valiate request state persistence
33a04b5
fix test comment
ef961bd
Address review comments
97ea739
log exception
7df7358
Address review comments
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
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.
Suggest