[
https://issues.apache.org/jira/browse/TS-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350000#comment-14350000
]
Brian Geffon commented on TS-3428:
----------------------------------
The issue Bin is talking about with TSContScheduleEvery is where the event
count is increment only on the first schedule but every time it's called it's
decremented, this might cause problems. This should be fixed.
> Replace TSContScheduleEvery with TSContSchedule.
> ------------------------------------------------
>
> Key: TS-3428
> URL: https://issues.apache.org/jira/browse/TS-3428
> Project: Traffic Server
> Issue Type: Bug
> Components: CPP API
> Reporter: Bin
> Assignee: Brian Geffon
> Attachments: atscppapi_TSContScheduleEvery_1.diff
>
>
> TSContScheduleEvery is broken. It does not update the event count correctly,
> and thus triggers an assertion at line InkAPI.cc:987
> We replace it with TSContScheduleEvery with TSContSchedule. Inside the event
> handler callback, we schedule the continuation again. briang is the expert on
> this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)