-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure to rewrite explain query on coordinator (#87013)
Some queries (like terms lookup queries) need to be rewritten on the coordinator node, usually to fetch some resource. The explain action was missing this rewrite step, which caused failures later when trying to execute the query. Closes #64281.
- Loading branch information
1 parent
e64a62b
commit 14ff202
Showing
3 changed files
with
49 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 87013 | ||
summary: Make sure to rewrite explain query on coordinator | ||
area: Search | ||
type: bug | ||
issues: | ||
- 64281 |
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