[infinispan-issues] [JBoss JIRA] (ISPN-11489) TransactionCoordinator updated for non blocking

Will Burns (Jira) issues at jboss.org
Mon Mar 23 14:04:21 EDT 2020


     [ https://issues.redhat.com/browse/ISPN-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Burns updated ISPN-11489:
------------------------------
    Git Pull Request: https://github.com/infinispan/infinispan/pull/7997, https://github.com/infinispan/infinispan/pull/8080  (was: https://github.com/infinispan/infinispan/pull/7997)


> TransactionCoordinator updated for non blocking
> -----------------------------------------------
>
>                 Key: ISPN-11489
>                 URL: https://issues.redhat.com/browse/ISPN-11489
>             Project: Infinispan
>          Issue Type: Sub-task
>            Reporter: Will Burns
>            Assignee: Will Burns
>            Priority: Major
>             Fix For: 11.0.0.Dev04
>
>
> 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.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list