yardstick - Fix yardstick benchmark config
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/59c61785 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/59c61785 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/59c61785 Branch: refs/heads/ignite-4587 Commit: 59c617852b8ae77429b90cb71c7d9f69d034fecb Parents: 1676ff6 Author: Alexey Goncharuk <[email protected]> Authored: Fri Apr 14 14:24:25 2017 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Fri Apr 14 14:24:55 2017 +0300 ---------------------------------------------------------------------- modules/yardstick/config/ignite-base-config.xml | 25 ++------------------ 1 file changed, 2 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/59c61785/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 57380d0..33a52e6 100644 --- a/modules/yardstick/config/ignite-base-config.xml +++ b/modules/yardstick/config/ignite-base-config.xml @@ -70,31 +70,10 @@ </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> - <property name="name" value="atomic-index-offheap"/> - - <property name="cacheMode" value="PARTITIONED"/> - - <property name="atomicityMode" value="ATOMIC"/> - - <property name="memoryMode" value="OFFHEAP_TIERED"/> - - <property name="indexedTypes"> - <list> - <value>java.lang.Integer</value> - <value>org.apache.ignite.yardstick.cache.model.Person1</value> - - <value>java.lang.Integer</value> - <value>org.apache.ignite.yardstick.cache.model.Person2</value> - - <value>java.lang.Integer</value> - <value>org.apache.ignite.yardstick.cache.model.Person8</value> - </list> - </property> - </bean> - - <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="atomic-index-with-eviction"/> + <property name="onheapCacheEnabled" value="true"/> + <property name="evictionPolicy"> <bean class="org.apache.ignite.cache.eviction.fifo.FifoEvictionPolicy"> <!-- default range (1000000) x (1 + default backups number (1)) / default nodes number (4) -->
