marcingrzejszczak opened a new pull request, #10646:
URL: https://github.com/apache/camel/pull/10646

   the problem we have is that one of the spans in one of the tests (most 
probably MulticastRouteTest) is not being closed and the span is left in the 
test thread. Due to this other tests are failing.
   
   This commit adds a after test check that there is no leaking span (for OTel 
and Micrometer Observation modules). Also it adds some additional logging on 
trace level that will store the stacktrace of each scope and when on close the 
scope is trying to get closed in a wrong thread we can recreate where it was 
created and where it's being closed.
   
   After making these changes I can't replicate the issue locally so I'm 
waiting for it to failed in CI
   
   related to pr gh-10539


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to