-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix missing index exception handling #126738
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
Merged
smalyshev
merged 37 commits into
elastic:main
from
smalyshev:fix-missing-index-exception
Apr 24, 2025
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
436a831
Fix missing index handling for partial-enabled queries
smalyshev 0bacef5
Merge branch 'main' into fix-missing-index-handling
smalyshev 39141cc
Oops shouldn't delete that
smalyshev 5ffdc46
Merge branch 'main' into fix-missing-index-handling
smalyshev d3421a1
Set ignore_unavaliable to false
smalyshev 374df05
Merge branch 'main' into fix-missing-index-handling
smalyshev 06ee627
Revert
smalyshev bb890ec
Update docs/changelog/126738.yaml
smalyshev 88602d4
Merge branch 'main' into fix-missing-index-exception
smalyshev 954f753
Merge branch 'main' into fix-missing-index-exception
smalyshev be41b3e
Merge branch 'main' into fix-missing-index-exception
smalyshev c2159d2
Merge branch 'main' into fix-missing-index-exception
smalyshev 9f05ded
Test for CCS with filters
smalyshev 6f348b9
[CI] Auto commit changes from spotless
elasticsearchmachine 7313daf
Partial fix for CCS/filters problems
smalyshev fb7fb6a
fix tests
smalyshev 8610845
Merge branch 'main' into fix-filter-ccs
smalyshev a51bf2a
More tests
smalyshev d58d6e6
We can not eliminate some filtered runtime calls since there could be…
smalyshev 9f432eb
Merge branch 'main' into fix-filter-ccs
smalyshev c730f21
Merge branch 'main' into fix-filter-ccs
smalyshev d2df0e1
Improve comments
smalyshev 492daae
Add column tests
smalyshev 9cc3fad
More tests for unavailable
smalyshev 14e70bb
Merge branch 'main' into fix-filter-ccs
smalyshev f9d78f2
Merge branch 'main' into fix-filter-ccs
smalyshev 216bd11
Declutter asserts
smalyshev 6cbfe19
Remove this change, may not be needed
smalyshev 9098695
add async
smalyshev 8ca2529
Merge branch 'main' into fix-missing-index-exception
smalyshev cd2e7a6
Merge branch 'fix-filter-ccs' into fix-missing-index-exception
smalyshev c428a43
Update tests
smalyshev 1dad0fb
Remove the test, no longer needed
smalyshev 2a4a1fd
Merge branch 'main' into fix-missing-index-exception
smalyshev 75913eb
Delete docs/changelog/126738.yaml
smalyshev a8e3efb
Fix merge
smalyshev 44e559a
oops merge dropped this change, restore
smalyshev 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
This is just old test we never enabled and we don't really need it anymore, so cleaning it up.