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/10/13 16:20:21 UTC

[jira] [Work logged] (TS-4966) Debug asserts fail when trying to schedule a continuation from a lifecycle plugin message hook

     [ https://issues.apache.org/jira/browse/TS-4966?focusedWorklogId=30581&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30581 ]

ASF GitHub Bot logged work on TS-4966:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Oct/16 16:19
            Start Date: 13/Oct/16 16:19
    Worklog Time Spent: 10m 
      Work Description: GitHub user SolidWallOfCode opened a pull request:

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

    TS-4966: Fix process manager thread to support TS API.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SolidWallOfCode/trafficserver ts-4966

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

    https://github.com/apache/trafficserver/pull/1103.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 #1103
    
----
commit 29f79603d7b15a496e7145fb1c00aa98dd6c3ba8
Author: Alan M. Carroll <so...@yahoo-inc.com>
Date:   2016-10-13T16:08:57Z

    TS-4966: Fix process manager thread to support TS API.

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 30581)
            Time Spent: 10m
    Remaining Estimate: 0h

> Debug asserts fail when trying to schedule a continuation from a lifecycle plugin message hook
> ----------------------------------------------------------------------------------------------
>
>                 Key: TS-4966
>                 URL: https://issues.apache.org/jira/browse/TS-4966
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>             Fix For: 7.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The plugin message callback for the lifecycle hook is called from a special core thread which is not an {{EThread}}. Because of this debug assertions fail in {{TSContSchedule}} (and other API calls) because mutex operations fail due to the lack of {{EThread}}.



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