]
Will Burns updated ISPN-11473:
------------------------------
Fix Version/s: 11.0.0.Dev03
InvocationHelper should commit or rollback the transaction on a
blocking thread
-------------------------------------------------------------------------------
Key: ISPN-11473
URL:
https://issues.redhat.com/browse/ISPN-11473
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Dev03
We should make sure to commit/rollback on the blocking thread as the Transaction API is
blocking but requires remote invocations. InvocationHelper currently handles this in a
handle but should be handleAsync, so it should pretty easy to swap in.