You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/17 20:35:00 UTC

[jira] [Work logged] (CAMEL-13541) Race condition in camel-hystrix when xecutionTimeoutInMilliseconds() and onFallback() are used

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

ASF GitHub Bot logged work on CAMEL-13541:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/May/19 20:34
            Start Date: 17/May/19 20:34
    Worklog Time Spent: 10m 
      Work Description: valdar commented on pull request #2926: CAMEL-13541: fixed Race condition in camel-hystrix when xecutionTimeo…
URL: https://github.com/apache/camel/pull/2926
 
 
   …utInMilliseconds() and onFallback() are used
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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

> Race condition in camel-hystrix when xecutionTimeoutInMilliseconds() and onFallback() are used 
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-13541
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13541
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hystrix
>    Affects Versions: 2.18.0
>            Reporter: Andrea Tarocchi
>            Assignee: Andrea Tarocchi
>            Priority: Major
>         Attachments: HystrixTimeoutWithFallbackTest.java
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If e{{xecutionTimeoutInMilliseconds()}} and {{onFallback()}} are used together in a camel hystrix definition. When an Hystrix timeout occurs there might be race conditions in modifying the running exchange between the 2 hystrix threads running in {{HystrixProcessorCommand.run()}} and {{HystrixProcessorCommand.()}}.
> This can be verified running the attached modified {{HystrixTimeoutWithFallbackTest}} test inside {{components/camel-hystrix}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)