[
https://issues.apache.org/jira/browse/CAMEL-11279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16017650#comment-16017650
]
ASF GitHub Bot commented on CAMEL-11279:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/1694
> Camel hystrix does not handle exceptions properly
> -------------------------------------------------
>
> Key: CAMEL-11279
> URL: https://issues.apache.org/jira/browse/CAMEL-11279
> Project: Camel
> Issue Type: Bug
> Components: camel-hystrix
> Affects Versions: 2.18.2, 2.18.3, 2.19.0
> Environment: spring boot 1.4.2
> Reporter: Anton Krosnev
> Assignee: Claus Ibsen
> Fix For: 2.18.4, 2.19.1, 2.20.0
>
>
> Exceptions in the route executed by Hystrix are not propagated to Hystrix
> itself and main features such as "circuit open" are not available, when
> errors pack up. The scenario was working with fallbackEnabled="true" in
> 2.18.1.
> I have prepared a JUnit test:
> https://github.com/anton-k11/camel/blob/cffa13cb8106731ba94aaff85a9dd81715315306/components/camel-hystrix/src/test/java/org/apache/camel/component/hystrix/processor/HystrixCircutExceptionTest.java
> The test works fine if the IOException on line 110 is comment out and instead
> a Thread.sleep is used to simulate timeout.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)