You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/02/27 10:17:45 UTC

[jira] [Resolved] (CAMEL-7972) Make the Circuit Breaker EIP more robust - in state halfOpen let only one thread to perform a try

     [ https://issues.apache.org/jira/browse/CAMEL-7972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-7972.
--------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: Future)
                   2.19.0

Use Hystrix EIP instead.

We have deprecated the CB from camel-core

> Make the Circuit Breaker EIP more robust - in state halfOpen let only one thread to perform a try
> -------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-7972
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7972
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.14.0
>            Reporter: Yves De Moor
>            Assignee: Willem Jiang
>             Fix For: 2.19.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> when halfOpen is reached, (System.currentTimeMillis() - lastFailure < halfOpenAfter) there is no restriction on the number of calls (threads) that will perform a retry.
> When retry timeout is reached, we should let only 1 thread go in "halfOpen" mode, all other should be kept in "open" state until an halfOpen succeed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)