# Removed NEAR_ONLY and CLIENT_ONLY distribution modes.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/67827270 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/67827270 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/67827270 Branch: refs/heads/ignite-573 Commit: 678272707d2079638c7811a5d5a06e8b8e977ec2 Parents: 7161112 Author: vozerov-gridgain <voze...@gridgain.com> Authored: Wed Mar 25 11:41:18 2015 +0300 Committer: vozerov-gridgain <voze...@gridgain.com> Committed: Wed Mar 25 11:41:18 2015 +0300 ---------------------------------------------------------------------- .../src/test/config/load/cache-client-benchmark.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/67827270/modules/core/src/test/config/load/cache-client-benchmark.xml ---------------------------------------------------------------------- diff --git a/modules/core/src/test/config/load/cache-client-benchmark.xml b/modules/core/src/test/config/load/cache-client-benchmark.xml index f1fe14f..34da940 100644 --- a/modules/core/src/test/config/load/cache-client-benchmark.xml +++ b/modules/core/src/test/config/load/cache-client-benchmark.xml @@ -32,19 +32,6 @@ <property name="cacheConfiguration"> <list> <bean class="org.apache.ignite.configuration.CacheConfiguration"> - <property name="name" value="partitioned"/> - - <property name="cacheMode" value="PARTITIONED"/> - - <property name="swapEnabled" value="false"/> - - <property name="writeSynchronizationMode" value="FULL_ASYNC"/> - - <property name="startSize" value="400000"/> - - <property name="distributionMode" value="CLIENT_ONLY"/> - </bean> - <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="local"/> <property name="cacheMode" value="LOCAL"/>