]
Radoslav Husar edited comment on WFWIP-278 at 12/9/19 6:01 AM:
---------------------------------------------------------------
Upstream PR is up.
was (Author: rhusar):
PR is up.
MP Fault Tolerance - @Retry(maxRetries = -1) never retries
----------------------------------------------------------
Key: WFWIP-278
URL:
https://issues.redhat.com/browse/WFWIP-278
Project: WildFly WIP
Issue Type: Bug
Components: MP Fault Tolerance
Reporter: Miroslav Novak
Assignee: Radoslav Husar
Priority: Major
If method in MP FT deployment is annotated by {{@Retry(maxRetries = -1)}} then it should
it should retry forever until the method returns without exception. However it does not
work.
Actual result: Exception is thrown from annotated {{@Retry(maxRetries = -1)}}
Expected result: Retry forever until the method returns without exception.