You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/03/10 12:42:40 UTC

[jira] [Created] (IGNITE-2792) System caches should not use user-defined TransactionConfiguration.

Vladimir Ozerov created IGNITE-2792:
---------------------------------------

             Summary: System caches should not use user-defined TransactionConfiguration.
                 Key: IGNITE-2792
                 URL: https://issues.apache.org/jira/browse/IGNITE-2792
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Semen Boikov
            Priority: Critical
             Fix For: 1.6


*Problem*
Currently if user set his custom TransactionConfiguration, it will be used not only user public caches, but by internal Ignite caches as well. This could lead to some bad situations, such a transaction timeouts, optimistic exceptions, etc..

*Proposed solution*
Ensure that transactional system caches do not use custom TransactionConfiguraton.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)