Skip to content
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

[8.18] Fix stack trace in ActionListener#assertOnce (#124672) #124710

Merged

Conversation

DaveCTurner
Copy link
Contributor

Backports the following commits to 8.18:

In elastic#112380 we changed this `assert` to yield a `String` on failure
rather than the original `ElasticsearchException`, which means we don't
see the original completion's stack trace any more. This commit
reinstates the lost stack trace.
@DaveCTurner DaveCTurner added :Core/Infra/Core Core issues without another label >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Mar 13, 2025
@elasticsearchmachine elasticsearchmachine merged commit 61752ac into elastic:8.18 Mar 13, 2025
15 checks passed
@DaveCTurner DaveCTurner deleted the backport/8.18/pr-124672 branch March 13, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v8.18.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants