]
Dan Berindei updated ISPN-11473:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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.