You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/01/27 16:41:31 UTC

[2/4] ignite git commit: ignite-db-x remove swapEnabled in xml config

ignite-db-x remove swapEnabled in xml config


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e15cbe8b
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e15cbe8b
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e15cbe8b

Branch: refs/heads/ignite-3477
Commit: e15cbe8b283bd9dc5cc9e3c355a4326c718e510f
Parents: 0e78dd1
Author: Dmitriy Govorukhin <dg...@gridgain.com>
Authored: Fri Jan 27 18:11:06 2017 +0300
Committer: Dmitriy Govorukhin <dg...@gridgain.com>
Committed: Fri Jan 27 18:11:06 2017 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core-test/config/cache-test.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e15cbe8b/modules/platforms/cpp/core-test/config/cache-test.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-test.xml b/modules/platforms/cpp/core-test/config/cache-test.xml
index 0ea5876..fc11722 100644
--- a/modules/platforms/cpp/core-test/config/cache-test.xml
+++ b/modules/platforms/cpp/core-test/config/cache-test.xml
@@ -129,7 +129,6 @@
     <bean id="cache-template" abstract="true" class="org.apache.ignite.configuration.CacheConfiguration">
         <property name="rebalanceMode" value="SYNC"/>
         <property name="writeSynchronizationMode" value="FULL_SYNC"/>
-        <property name="swapEnabled" value="true"/>
         <property name="backups" value="1"/>
         <property name="eagerTtl" value="true"/>
     </bean>