You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/05 18:54:12 UTC

[GitHub] [camel] samratdhillon opened a new pull request #5295: Incorrect parentId span set when using camel-zipkin with recipientList or multicast and parallelProcessing CAMEL-16453

samratdhillon opened a new pull request #5295:
URL: https://github.com/apache/camel/pull/5295


   Fixes CAMEL-16453. Update the Exchange object in serverRequest with the new span so that it is visible downstream via Exchange headers. In clientRequest do not assume the last server span is the parent for the current traceContext, as this will not be true in case of parallelProcessing. Modify ZipkinState to use Deque instead of Stack to allow retrieval of matching spanId.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus merged pull request #5295: Incorrect parentId span set when using camel-zipkin with recipientList or multicast and parallelProcessing CAMEL-16453

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #5295:
URL: https://github.com/apache/camel/pull/5295


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org