You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Seliverstov (JIRA)" <ji...@apache.org> on 2018/11/01 08:51:01 UTC

[jira] [Created] (IGNITE-10104) MVCC TX: client SFU doesn't work on replicated caches

Igor Seliverstov created IGNITE-10104:
-----------------------------------------

             Summary: MVCC TX: client SFU doesn't work on replicated caches
                 Key: IGNITE-10104
                 URL: https://issues.apache.org/jira/browse/IGNITE-10104
             Project: Ignite
          Issue Type: Bug
          Components: mvcc, sql
            Reporter: Igor Seliverstov
             Fix For: 2.8


When select for update executes from client node the execution is sent to random owning node. On that node dht enlist operation is started what causes an assertion error because dht enlist operation implies that the node is primary for all processed keys.

see {{CacheMvccReplicatedBackupsTest.testBackupsCoherenceWithLargeOperations}} 



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