You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some impls do not allow to specify custom ExecutorService (which propagates active span), therefore when invoking multiple async requests at the same time created spans can have a wrong parent Apache CXF client set custom ExecutorService #37 CXF does not support this but it invokes filters in the same thread, however async response filter is executed in a different thread so it cannot close scopes!
The text was updated successfully, but these errors were encountered:
Server
exceptions in handlers. see also Integrate with servlet filter #13, Test exception in handler #50- Traced by servlet filterSpanFinishingFilter
.AsyncResponse#resume()
are not propagated toonComplete
oronError
async callbacksClient
UnknownHostException
Client does not trace error states like UnknownHostException #30some impls do not allow to specify customCXF does not support this but it invokes filters in the same thread, however async response filter is executed in a different thread so it cannot close scopes!ExecutorService
(which propagates active span), therefore when invoking multiple async requests at the same time created spans can have a wrong parent Apache CXF client set custom ExecutorService #37The text was updated successfully, but these errors were encountered: