]
Paul Ferraro updated WFLY-3702:
-------------------------------
Summary: RetryInvoker needs to be aware of transaction status (was: RetryInvoker is
useless within the context of a transaction.)
RetryInvoker needs to be aware of transaction status
----------------------------------------------------
Key: WFLY-3702
URL:
https://issues.jboss.org/browse/WFLY-3702
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering
Affects Versions: 8.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 8.2.0.CR1, 9.0.0.Beta1
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.