Valentin Kulichenko created IGNITE-2893:
-------------------------------------------
Summary: Atomic structures should not use transactions
Key: IGNITE-2893
URL:
https://issues.apache.org/jira/browse/IGNITE-2893 Project: Ignite
Issue Type: Bug
Components: data structures
Affects Versions: 1.5.0.final
Reporter: Valentin Kulichenko
Fix For: 1.6
Currently atomic structures like {{AtomicReference}}, {{AtomicLong}} and others use transactional caches and explicit transactions under the hood. This seems redundant, because can be replaced with atomic cache and {{invoke}} operations with {{EntryProcessor}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)