You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Susan Hinrichs (JIRA)" <ji...@apache.org> on 2014/11/11 19:15:35 UTC

[jira] [Created] (TS-3190) Change producer_run() to run a specific producer in more cases

Susan Hinrichs created TS-3190:
----------------------------------

             Summary: Change producer_run() to run a specific producer in more cases
                 Key: TS-3190
                 URL: https://issues.apache.org/jira/browse/TS-3190
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Susan Hinrichs


Found while tracking down TS-3105.  It seemed like sometimes producers were having producer_run called on them multiple times. producer_run can be run on a particular producers or on all producers added at that point in time.

There are a couple places where multiple producers are set up and so producer_run(NULL) makes sense.  But in many cases a producer is carefully added and then producer_run(NULL) is called on all producers that are around that that point in time.

It seems safer to call producer_run() on the newly added producer in those cases.



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