Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-11198

OpenTracing trace context should cope with Hystrix using separate thread

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.19.0
    • 2.19.0, 2.20.0
    • camel-hystrix
    • None
    • Unknown

    Description

      When using OpenTracing with Hystrix, the default Hystrix configuration uses a separate thread for the outbound request.

      Currently the trace context from the route is not carried across to this new thread, causing the outbound request to be recorded in a separate trace instance.

      Need to ensure that the trace context is carried to the new thread/exchange.

      As a workaround, the Hystrix configuration property executionIsolationStrategy should be set to "SEMAPHORE".

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              garybrown Gary Brown
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: