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

Matthieu Morel commented on S4-63:
----------------------------------

Unfortunately the script is not formatted through "git format-patch" and I 
cannot apply it directly either. Daniel, can you recreate the patch with "git 
format-patch" ? Thanks!
                
> onTime() events are not synchronized correctly
> ----------------------------------------------
>
>                 Key: S4-63
>                 URL: https://issues.apache.org/jira/browse/S4-63
>             Project: Apache S4
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Daniel Gómez Ferro
>             Fix For: 0.5
>
>         Attachments: S4-63-synchronize-onTime-events.patch, 
> S4-63-synchronize-onTime-events.patch
>
>
> onTime() events are executed by a separate thread and are not synchronized 
> correctly with the rest of events, since ProcessingElement.OnTimerTask's 
> run() method synchronizes on "this" (the thread object) instead of the PE 
> instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to