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

PluginVC should schedule to the local queue instead of the external queue.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.1
    • 3.1.2, 3.0.3
    • Core
    • None

    Description

      In TS-867 a patch was introduced to resolve a crash that was appearing w/ TSFetchURL, the patch would schedule events on the same thread if it is a net thread, if not it will only then schedule with the event processor. If you're scheduling on the same thread, wouldn't it be more efficient to place the event directly on the local queue? It turns out that going to the ExternalQueue under low load it would cause the event to become delayed. Patch Attached.

      To best see the symptoms see complaints in (TS-912 and TS-1043).

      I have verified that this patch fixes the 10ms symptom seen in TS-912 and TS-1043.

      Attachments

        1. PluginVC.patch
          0.6 kB
          Brian Geffon

        Issue Links

          Activity

            People

              i.galic Igor Galić
              briang Brian Geffon
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: