You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kovalenko (JIRA)" <ji...@apache.org> on 2018/03/29 14:17:00 UTC

[jira] [Created] (IGNITE-8080) Partition update counter can be incremented twice in case of transaction commit and near cache enabled

Pavel Kovalenko created IGNITE-8080:
---------------------------------------

             Summary: Partition update counter can be incremented twice in case of transaction commit and near cache enabled
                 Key: IGNITE-8080
                 URL: https://issues.apache.org/jira/browse/IGNITE-8080
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.4
            Reporter: Pavel Kovalenko
            Assignee: Pavel Kovalenko
             Fix For: 2.5


Problem:
* Commit local transaction (IgniteTxLocalAdapter#userCommit())
* TxEntry is updated and update counter is incremented. 
* Try to update near cache entry and this operation can throw GridCacheEntryRemovedException
* In case when exception is thrown we start to update TxEntry again and update counter will be incremented twice.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)