Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-perftest
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d12674aa Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d12674aa Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d12674aa Branch: refs/heads/ignite-perftest Commit: d12674aab046a587ed959039464f3af655594be0 Parents: 93d19c5 5887ae4 Author: Alexey Goncharuk <[email protected]> Authored: Fri Nov 13 12:51:52 2015 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Fri Nov 13 12:51:52 2015 +0300 ---------------------------------------------------------------------- .../cache/store/CacheStoreSessionListener.java | 9 +- .../store/jdbc/CacheAbstractJdbcStore.java | 34 +-- .../jdbc/CacheJdbcStoreSessionListener.java | 8 +- .../configuration/CacheConfiguration.java | 37 ++++ .../cache/CacheStoreBalancingWrapper.java | 5 +- .../GridCachePartitionExchangeManager.java | 34 +-- .../dht/preloader/GridDhtPartitionDemander.java | 25 ++- .../store/GridCacheStoreManagerAdapter.java | 29 ++- .../GridCacheAtomicReferenceImpl.java | 2 +- .../processors/igfs/IgfsMetaManager.java | 2 +- .../org/apache/ignite/stream/StreamAdapter.java | 2 +- .../store/GridCacheBalancingStoreSelfTest.java | 220 ++++++++++++++++++- ...CacheAtomicReferenceApiSelfAbstractTest.java | 20 +- ...gniteCachePutRetryTransactionalSelfTest.java | 10 + modules/rest-http/pom.xml | 11 + modules/yardstick/README.txt | 16 +- .../config/benchmark-multicast.properties | 5 +- .../yardstick/config/benchmark-store.properties | 86 +++++--- .../yardstick/config/ignite-store-config.xml | 31 +-- .../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 +--- modules/zookeeper/pom.xml | 2 +- 27 files changed, 644 insertions(+), 219 deletions(-) ----------------------------------------------------------------------
