]
Paul Ferraro commented on WFLY-3702:
------------------------------------
That exception has nothing to do with the retry invoker. These exceptions are being
addressed by this pull request:
RetryInvoker needs to be aware of transaction status
----------------------------------------------------
Key: WFLY-3702
URL:
https://issues.jboss.org/browse/WFLY-3702
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 8.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 8.2.0.Final, 9.0.0.Alpha1
RetryInvoker should not retry if a given operation is transactional. If the operation
fails - the status of the current transaction will be rollback-only, which will fail due
to invalid transaction status if retried.