You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/05 13:21:04 UTC

ignite git commit: Removed swapEnabled from cache configs.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3477-master b6c17615f -> b7aaf3e46


Removed swapEnabled from cache configs.


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

Branch: refs/heads/ignite-3477-master
Commit: b7aaf3e46fc5cbf4f2be56e6e99955f73a251e3b
Parents: b6c1761
Author: sboikov <sb...@gridgain.com>
Authored: Wed Apr 5 16:20:53 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Apr 5 16:20:53 2017 +0300

----------------------------------------------------------------------
 modules/yardstick/config/ignite-base-config.xml                | 2 --
 modules/yardstick/config/ignite-failover-base-config.xml       | 6 ------
 .../yardstick/config/ignite-int-max-values-offheap-config.xml  | 1 -
 .../yardstick/config/ignite-int-max-values-onheap-config.xml   | 1 -
 modules/yardstick/config/ignite-store-config.xml               | 2 --
 5 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b7aaf3e4/modules/yardstick/config/ignite-base-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-base-config.xml b/modules/yardstick/config/ignite-base-config.xml
index 2ef3ba6..4416657 100644
--- a/modules/yardstick/config/ignite-base-config.xml
+++ b/modules/yardstick/config/ignite-base-config.xml
@@ -119,8 +119,6 @@
 
                     <property name="atomicityMode" value="ATOMIC"/>
 
-                    <property name="swapEnabled" value="false"/>
-
                     <property name="memoryMode" value="OFFHEAP_TIERED"/>
 
                     <property name="indexedTypes">

http://git-wip-us.apache.org/repos/asf/ignite/blob/b7aaf3e4/modules/yardstick/config/ignite-failover-base-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-failover-base-config.xml b/modules/yardstick/config/ignite-failover-base-config.xml
index 1e1dcff..0a3bd88 100644
--- a/modules/yardstick/config/ignite-failover-base-config.xml
+++ b/modules/yardstick/config/ignite-failover-base-config.xml
@@ -90,8 +90,6 @@
         <property name="cacheMode" value="PARTITIONED"/>
 
         <property name="atomicityMode" value="ATOMIC"/>
-
-        <property name="swapEnabled" value="false"/>
     </bean>
 
     <bean id="atomic-offheap" class="org.apache.ignite.configuration.CacheConfiguration" abstract="true">
@@ -101,8 +99,6 @@
 
         <property name="atomicityMode" value="ATOMIC"/>
 
-        <property name="swapEnabled" value="false"/>
-
         <property name="memoryMode" value="OFFHEAP_TIERED"/>
     </bean>
 
@@ -119,8 +115,6 @@
 
         <property name="atomicityMode" value="TRANSACTIONAL"/>
 
-        <property name="swapEnabled" value="false"/>
-
         <property name="memoryMode" value="OFFHEAP_TIERED"/>
     </bean>
 </beans>

http://git-wip-us.apache.org/repos/asf/ignite/blob/b7aaf3e4/modules/yardstick/config/ignite-int-max-values-offheap-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-int-max-values-offheap-config.xml b/modules/yardstick/config/ignite-int-max-values-offheap-config.xml
index 86e9656..353744e 100644
--- a/modules/yardstick/config/ignite-int-max-values-offheap-config.xml
+++ b/modules/yardstick/config/ignite-int-max-values-offheap-config.xml
@@ -75,7 +75,6 @@
                     <property name="atomicityMode" value="ATOMIC"/>
                     <property name="memoryMode" value="ONHEAP_TIERED"/>
                     <property name="offHeapMaxMemory" value="#{32 * 1024 * 1024 * 1024L}"/>
-                    <property name="swapEnabled" value="false"/>
                     <property name="evictionPolicy">
                         <bean class="org.apache.ignite.cache.eviction.fifo.FifoEvictionPolicy">
                             <property name="maxSize" value="4000000"/>

http://git-wip-us.apache.org/repos/asf/ignite/blob/b7aaf3e4/modules/yardstick/config/ignite-int-max-values-onheap-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-int-max-values-onheap-config.xml b/modules/yardstick/config/ignite-int-max-values-onheap-config.xml
index 65f51b9..c0d777d 100644
--- a/modules/yardstick/config/ignite-int-max-values-onheap-config.xml
+++ b/modules/yardstick/config/ignite-int-max-values-onheap-config.xml
@@ -76,7 +76,6 @@
                     <property name="atomicityMode" value="ATOMIC"/>
                     <property name="memoryMode" value="ONHEAP_TIERED"/>
                     <property name="offHeapMaxMemory" value="-1"/>
-                    <property name="swapEnabled" value="false"/>
                 </bean>
             </list>
         </property>

http://git-wip-us.apache.org/repos/asf/ignite/blob/b7aaf3e4/modules/yardstick/config/ignite-store-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-store-config.xml b/modules/yardstick/config/ignite-store-config.xml
index 031de91..09b0b00 100644
--- a/modules/yardstick/config/ignite-store-config.xml
+++ b/modules/yardstick/config/ignite-store-config.xml
@@ -77,8 +77,6 @@
 
                     <property name="atomicityMode" value="ATOMIC"/>
 
-                    <property name="swapEnabled" value="false"/>
-
                     <property name="cacheStoreFactory">
                         <bean class="org.apache.ignite.cache.store.jdbc.CacheJdbcPojoStoreFactory">
                             <property name="dataSourceBean" value="storeDataSource"/>