You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2015/07/17 23:41:04 UTC

[jira] [Created] (IGNITE-1133) Exception is thrown when atomics are accessed within a user transaction

Alexey Goncharuk created IGNITE-1133:
----------------------------------------

             Summary: Exception is thrown when atomics are accessed within a user transaction
                 Key: IGNITE-1133
                 URL: https://issues.apache.org/jira/browse/IGNITE-1133
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Alexey Goncharuk
            Assignee: Alexey Goncharuk
             Fix For: sprint-8


The following code does not work:
{code}
        try (Transaction tx = ig.transactions().txStart(PESSIMISTIC, REPEATABLE_READ)) {
            g.atomicSequence(locSeqName1, 0, true);
        }
{code}



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