You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ralf Steppacher (JIRA)" <ji...@apache.org> on 2015/06/25 10:52:04 UTC

[jira] [Created] (CAMEL-8904) Breadcrumb ID changes when using netty4-http as a producer

Ralf Steppacher created CAMEL-8904:
--------------------------------------

             Summary: Breadcrumb ID changes when using netty4-http as a producer
                 Key: CAMEL-8904
                 URL: https://issues.apache.org/jira/browse/CAMEL-8904
             Project: Camel
          Issue Type: Bug
          Components: camel-netty4-http
    Affects Versions: 2.14.1
            Reporter: Ralf Steppacher


When using the {{netty4-http}} component as a producer, the response from the remote server is processed in a different thread ({{... yClientTCPWorker}}) than the start of the Camel route and thus the breadcrumb ID is lost (because the MDC context changes/is lost).

{code}
2015-06-25 09:55:40,887 | INFO  | entExecutorGroup | pep-xds_b-repository             | 70 - org.apache.camel.camel-core - 2.14.1 | ID-ptl9921-45465-1435218175846-9-29  | Call to repository received.
2015-06-25 09:55:41,155 | INFO  | yClientTCPWorker | AuditLogger                      | 168 - ch.vivates.ams.pep - 3.0.1.SNAPSHOT | ID-ptl9921-45465-1435218175846-9-33  | User id: ...
2015-06-25 09:55:41,171 | INFO  | EVENTS.USER.XDS] | route_xds_b-activity             | 70 - org.apache.camel.camel-core - 2.14.1 | ID-ptl9921-45465-1435218175846-9-33  | Logging XDS event: ...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)