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

Jax-rs async cancel handling #4279

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Oct 4, 2021

Make AsyncResponse.cancel handling use OnMethodEnter advice instead of OnMethodExit because span is already finished by the time of OnMethodExit and it might be already sent out without the jaxrs.canceled attribute.
Should reproduce when JerseyHttpServerTest is run with strict context stressor.

@trask trask merged commit f7c4dea into open-telemetry:main Oct 4, 2021
@laurit laurit deleted the jaxrs-async-cancel branch July 6, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants