GitHub user DoudTechData opened a pull request: https://github.com/apache/ignite/pull/666
IGNITE-2893 Atomic structures use entry processors instead of transactions You can merge this pull request into a Git repository by running: $ git pull https://github.com/DoudTechData/ignite ignite-2893 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/666.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #666 ---- commit 515bbcccccc8acd20adf3fe8f1e72399ebcf1dab Author: Edouard Chevalier <edouard.cheval...@techmydata.net> Date: 2016-04-22T16:33:46Z implements increments, adds, compareAndSets methods using atomic EntryProcessor instead of transactions. commit 35239929c3e7f386ab065eadd7603ab82b134cc4 Author: Edouard Chevalier <edouard.cheval...@techmydata.net> Date: 2016-04-22T16:34:51Z implements compareAndSets methods using atomic EntryProcessor instead of transactions. commit 088aaacc0bc96c882a9b177512cb3da89443306b Author: Edouard Chevalier <edouard.cheval...@techmydata.net> Date: 2016-04-22T16:36:53Z implements range reservertion using atomic EntryProcessor instead of transactions. commit 4f2028807dd3355df2b5ff7970860cc3c99f03cd Author: Edouard Chevalier <edouard.cheval...@techmydata.net> Date: 2016-04-22T16:38:08Z implements Sets, compareAndSets methods using atomic EntryProcessor instead of transactions. commit cdca7a432a0159709c2446f2e72723ccf817972f Author: Edouard Chevalier <edouard.cheval...@techmydata.net> Date: 2016-04-22T16:39:05Z implements init and count down methods using atomic EntryProcessor instead of transactions. commit 551d53678c8d1007c395c436286753b3632ec239 Author: Edouard Chevalier <edouard.cheval...@techmydata.net> Date: 2016-04-22T16:40:45Z implements ReleaseFailedNodePermits and compareAndSets (acquire/release/drain) methods using atomic EntryProcessor instead of transactions. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---