Fix.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c6d0d0e3 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c6d0d0e3 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c6d0d0e3 Branch: refs/heads/ignite-3149 Commit: c6d0d0e31769030f7e136afe0e867620aeede4dc Parents: b30cdcf Author: vozerov-gridgain <[email protected]> Authored: Tue May 17 14:18:20 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Tue May 17 14:18:20 2016 +0300 ---------------------------------------------------------------------- config/hadoop/default-config.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c6d0d0e3/config/hadoop/default-config.xml ---------------------------------------------------------------------- diff --git a/config/hadoop/default-config.xml b/config/hadoop/default-config.xml index 6650047..d8d3636 100644 --- a/config/hadoop/default-config.xml +++ b/config/hadoop/default-config.xml @@ -73,6 +73,7 @@ --> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="igfs-data"/> + <property name="atomicityMode" value="TRANSACTIONAL"/> </bean> </list> </property>
