You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/27 00:34:12 UTC

[jira] [Commented] (TS-4387) Add enforcement of TSCont having MUTEX when passed to TSContSchedule()/TSContScheduleEvery()

    [ https://issues.apache.org/jira/browse/TS-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259083#comment-15259083 ] 

ASF GitHub Bot commented on TS-4387:
------------------------------------

GitHub user shenzhang920 opened a pull request:

    https://github.com/apache/trafficserver/pull/602

    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 master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/602.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 #602
    
----
commit 0f7bb1e6b2debda9bd1a8d198213b362a10c6266
Author: Shen Zhang <se...@linkedin.com>
Date:   2016-04-15T18:32:40Z

    TS-4312 Add config to strictly parse URL according to RFC 3986

commit 395b0f77a4a3cb4e96b68001455ebb5bcc021553
Author: Shen Zhang <se...@linkedin.com>
Date:   2016-04-26T21:29:39Z

    Merge remote-tracking branch 'upstream/master'
    
    Conflicts:
    	proxy/hdrs/URL.cc
    	proxy/hdrs/URL.h
    	proxy/http/HttpConfig.h

commit 85ef7049e1e79521fb5ed3b164737e36522073d3
Author: Shen Zhang <se...@linkedin.com>
Date:   2016-04-26T22:30:25Z

    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)