[infinispan-issues] [JBoss JIRA] (ISPN-5917) Transactions rolled back early are never removed from the transaction table

Dan Berindei (JIRA) issues at jboss.org
Wed Nov 4 11:39:00 EST 2015


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

Dan Berindei updated ISPN-5917:
-------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/3805


> Transactions rolled back early are never removed from the transaction table
> ---------------------------------------------------------------------------
>
>                 Key: ISPN-5917
>                 URL: https://issues.jboss.org/browse/ISPN-5917
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 8.0.1.Final, 8.1.0.Alpha2
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>             Fix For: 8.1.0.Beta1, 8.1.0.Final
>
>
> When a transaction is rolled back before the first cache operation, the transaction is registered in the TransactionTable and is never removed. That happens because {{TxInterceptor}} sees the transaction is marked for rollback and immediately throws an exception.
> This can be seen in {{MarkAsRollbackTest}}, which blocks for 30 seconds during teardown because there's still a transaction in the transaction table.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list