[
https://issues.apache.org/jira/browse/TS-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259132#comment-15259132
]
ASF GitHub Bot commented on TS-4387:
------------------------------------
GitHub user shenzhang920 opened a pull request:
https://github.com/apache/trafficserver/pull/603
TS-4387 Add enforement of TSCont having MUTEX for TSContSchedule()
https://issues.apache.org/jira/browse/TS-4387
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shenzhang920/trafficserver TS4387
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/603.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #603
----
commit 91921327c46659f80910a1236e0b57b2309d421f
Author: Shen Zhang <[email protected]>
Date: 2016-04-26T22:54:40Z
TS-4387 Add enforement of TSCont having MUTEX for TSContSchedule()
----
> Add enforcement of TSCont having MUTEX when passed to
> TSContSchedule()/TSContScheduleEvery()
> --------------------------------------------------------------------------------------------
>
> Key: TS-4387
> URL: https://issues.apache.org/jira/browse/TS-4387
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Shen Zhang
>
> When calling TSContSchedule()/TSContScheduleEvery(), the passed in parameter
> TSCont have to have MUTEX; otherwise if we call
> TSContSchedule()/TSContScheduleEvery() more than once using same TSCont, only
> the first call will take effect; all the following schedule are ignored due
> to MUTEX issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)