[
https://issues.apache.org/jira/browse/IGNITE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk resolved IGNITE-1133.
--------------------------------------
Resolution: Resolved
Fix Version/s: (was: 2.1)
2.0
Most likely was fixed in IGNITE-2893
> 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
> Fix For: 2.0
>
>
> 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.15#6346)