[
https://issues.apache.org/jira/browse/TS-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218263#comment-14218263
]
ASF subversion and git services commented on TS-3190:
-----------------------------------------------------
Commit 9e2fce4d2568ff3f0b5f2db333c7e502bdd0cdd9 in trafficserver's branch
refs/heads/master from [~shinrich]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=9e2fce4 ]
TS-3190: Use the version of producer_run that runs a specific producer instead
of all producers.
This closes #144.
> 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
> Assignee: 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)