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 2015/11/12 09:33:18 UTC

[09/10] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1758-debug

Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1758-debug


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

Branch: refs/heads/ignite-1758-debug
Commit: 52bb959730449fca33f76073db85c580a3e1d1b6
Parents: 70ed06e 1f5a409
Author: sboikov <sb...@gridgain.com>
Authored: Thu Nov 12 10:52:04 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Nov 12 10:52:04 2015 +0300

----------------------------------------------------------------------
 .../configuration/CacheConfiguration.java       | 37 +++++++++
 .../cache/CacheStoreBalancingWrapper.java       |  5 +-
 .../store/GridCacheStoreManagerAdapter.java     |  3 +-
 .../store/GridCacheBalancingStoreSelfTest.java  | 53 ++++++++++--
 ...gniteCachePutRetryTransactionalSelfTest.java | 10 +++
 modules/yardstick/README.txt                    | 16 ++--
 .../config/benchmark-multicast.properties       |  5 +-
 .../yardstick/config/benchmark-store.properties | 86 ++++++++++++--------
 .../ignite/yardstick/IgniteBenchmarkUtils.java  | 75 +++++++++++++++++
 .../org/apache/ignite/yardstick/IgniteNode.java | 23 ++++--
 .../IgniteAccountSerializableTxBenchmark.java   | 11 ++-
 .../cache/IgniteAccountTxBenchmark.java         | 11 ++-
 .../cache/IgniteGetAllPutAllTxBenchmark.java    | 73 +++++++++++++++++
 ...IgniteTransactionalWriteInvokeBenchmark.java | 41 +---------
 .../IgniteTransactionalWriteReadBenchmark.java  | 41 +---------
 15 files changed, 339 insertions(+), 151 deletions(-)
----------------------------------------------------------------------