-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
DataGrid Sprint #29, DataGrid Sprint #30, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38, DataGrid Sprint #39
TransactionCoordinator is utilized when working with transactions. Unfortunately due to transaction API being inherently blocking, we need to make some exceptions to how this is handled.
- TransactionCoordinator should only be invokable by a blocking method, the inverse of the PersistenceManagerImpl
- We should invoke all the non blocking code of TransactionCoordinator in a non blocking thread and then block on its completion in the blocking thread.
- is related to
-
ISPN-11595 Non Blocking Transaction Performance Regression
- Closed