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 2015/08/07 17:14:47 UTC

[jira] [Updated] (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 updated CAMEL-7972:
-------------------------------
    Fix Version/s: Future

> 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
>             Fix For: Future
>
>   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.4#6332)