You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Matthieu Baechler (JIRA)" <se...@james.apache.org> on 2019/06/20 15:22:00 UTC

[jira] [Created] (JAMES-2801) retrybackoff reactor operator may fail blocking Mono/Flux

Matthieu Baechler created JAMES-2801:
----------------------------------------

             Summary: retrybackoff reactor operator may fail blocking Mono/Flux
                 Key: JAMES-2801
                 URL: https://issues.apache.org/jira/browse/JAMES-2801
             Project: James Server
          Issue Type: Bug
            Reporter: Matthieu Baechler


retryBackoff operator allows to use an implicit scheduler and the default one is parallel.
However, some Mono/Flux are calling some block functions and calling these functions in parallel is not supported.
We should by default use an elastic scheduler instead to avoid random failures due to retries.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org