[
https://issues.apache.org/jira/browse/IGNITE-8801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532721#comment-16532721
]
ASF GitHub Bot commented on IGNITE-8801:
----------------------------------------
GitHub user SomeFire opened a pull request:
https://github.com/apache/ignite/pull/4304
IGNITE-8801 Change default behaviour of atomic operations inside txs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SomeFire/ignite ignite-8801
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4304.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 #4304
----
commit 2437cc03edaf183f73a646fc682da515ec4867c5
Author: Dmitrii Ryabov <somefireone@...>
Date: 2018-07-04T09:35:18Z
IGNITE-8801 Change default behaviour of atomic operations inside
transactions
----
> Change default behaviour of atomic operations inside transactions
> -----------------------------------------------------------------
>
> Key: IGNITE-8801
> URL: https://issues.apache.org/jira/browse/IGNITE-8801
> Project: Ignite
> Issue Type: Task
> Reporter: Ryabov Dmitrii
> Assignee: Ryabov Dmitrii
> Priority: Minor
> Fix For: 3.0
>
>
> Need to change default behaviour of atomic operations to fail inside
> transactions.
> 1) Remove IGNITE_ALLOW_ATOMIC_OPS_IN_TX system property.
> 2) Set default value to restrict atomic operations in
> \{{CacheOperationContext}} constructor without arguments and arguments for
> calls of another constructor.
> 3) Fix javadocs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)