Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-3882

Crash caused by enabling dedicated DNS thread

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Core, DNS
    • None

    Description

      When enabling ``CONFIG proxy.config.dns.dedicated_thread INT 1`` we're observing a crash because apparently the continuation is called back while still on the DNS thread. This becomes a problem because when using shared server sessions 2 (per-thread sessions) it relies on a thread local that only exists on ET_NET / ET_SSL threads. The fix for this shouldn't be bad, we just need to make sure we pop over to a ET_NET thread when calling back the continuation.

      Attachments

        Issue Links

          Activity

            People

              briang Brian Geffon
              briang Brian Geffon
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: