-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[GRPC] Add handling for the grpc.detailed_errors.enabled setting and global gRPC error_trace parameter #19644
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
Draft
fdesu
wants to merge
30
commits into
opensearch-project:main
Choose a base branch
from
fdesu:issue/19639-grpc-error-handling-setting
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+857
−178
Draft
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d0b39ce
Add the Response Handing Params container and implement error_trace h…
fdesu 6c1c71d
Issue-19639 Add separate grpc.detailed_errors.enabled error handling …
fdesu 702f7d9
Add the CHANGELOG.md entry
fdesu 6392849
Polish formatting
fdesu 9b42790
Merge branch 'main' into issue/19639-grpc-error-handling-setting
fdesu d54aa0d
Polish docs for the setting
fdesu 8ebf89e
Merge remote-tracking branch 'upstream/main' into issue/19639-grpc-er…
fdesu bf4d92f
Apply formatting
fdesu 9a73221
Merge remote-tracking branch 'upstream/main' into issue/19639-grpc-er…
fdesu b330328
Apply formatting
fdesu 483e803
Add basic error stacktrace full vs summary
fdesu f6d8f9a
Polish tests and add more test cases to verify error summary trimming
fdesu 6f06a3e
Encapsulate handling of global request parameters in an initializable…
fdesu c4f605b
Polishing
fdesu 80b2bd2
Polishing
fdesu b4f51b0
Polishing
fdesu 0c3696f
Polish javadocs
fdesu a63b935
Merge remote-tracking branch 'upstream/main' into issue/19639-grpc-er…
fdesu 725d80b
Merge latest CHANGELOG
fdesu 3f52281
trigger CI
fdesu e2b0a5f
Make sure error details are included in regular errors
fdesu 402308f
Further polishing and a bit more testing
fdesu 9cd0575
Merge remote-tracking branch 'upstream/main' into issue/19639-grpc-er…
fdesu 990958a
Merge remote-tracking branch 'upstream/main' into issue/19639-grpc-er…
fdesu 72138c1
Polishing
fdesu 1c05dc2
Trigger CI because of flaky ChildQuerySearchIT
fdesu fef43c4
Trigger CI again after flaky fail
fdesu 2f08602
Rerun CI because of other flaky test
fdesu a5a64e3
Trigger CI
fdesu 2907384
Merge remote-tracking branch 'upstream/main' into issue/19639-grpc-er…
fdesu 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
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
Oops, something went wrong.
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.
Incomplete changelog entry and duplicate entry detected.
Line 18 describes the PR but only mentions the
error_traceparameter, omitting thegrpc.detailed_errors.enabledsetting that was introduced according to the PR objectives. Additionally, lines 19 and 20 are duplicate entries—both reference PR #19643 with nearly identical descriptions but inconsistent terminology ("subaggregation" vs. "sub-aggregation").Apply this diff to expand the gRPC entry and remove the duplicate:
📝 Committable suggestion
🤖 Prompt for AI Agents