Merge remote-tracking branch 'remotes/origin/ignite-sprint-3' into ignite-707
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2412422b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2412422b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/2412422b Branch: refs/heads/gg-10046 Commit: 2412422b2e40d27e5dd5a22c778027b41693c511 Parents: 17c94b6 8803e17 Author: sboikov <sboi...@gridgain.com> Authored: Thu Apr 9 12:23:15 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Thu Apr 9 12:23:15 2015 +0300 ---------------------------------------------------------------------- .../examples/datagrid/CacheAffinityExample.java | 9 +- .../examples/datagrid/CacheApiExample.java | 9 +- .../examples/datagrid/CacheAsyncApiExample.java | 9 +- .../datagrid/CacheContinuousQueryExample.java | 8 +- .../datagrid/CacheDataStreamerExample.java | 9 +- .../examples/datagrid/CacheEventsExample.java | 9 +- .../examples/datagrid/CachePutGetExample.java | 10 +- .../datagrid/CacheTransactionExample.java | 8 +- .../hibernate/HibernateL2CacheExample.java | 5 +- .../starschema/CacheStarSchemaExample.java | 10 +- .../store/auto/CacheAutoStoreExample.java | 8 +- .../auto/CacheAutoStoreLoadDataExample.java | 5 +- .../datagrid/store/auto/CacheConfig.java | 4 +- .../store/dummy/CacheDummyStoreExample.java | 5 +- .../hibernate/CacheHibernateStoreExample.java | 5 +- .../store/jdbc/CacheJdbcStoreExample.java | 5 +- .../streaming/StreamVisitorExample.java | 5 +- .../processors/cache/GridCacheAdapter.java | 57 ++++---- .../processors/cache/GridCacheIoManager.java | 87 +++++++----- .../processors/cache/GridCacheMessage.java | 7 + .../GridCachePartitionExchangeManager.java | 136 ++++++++++++++++++- .../cache/GridLoadCacheCloseablePredicate.java | 30 ++++ .../dht/GridDhtAffinityAssignmentRequest.java | 5 + .../dht/GridDhtAffinityAssignmentResponse.java | 5 + .../distributed/dht/GridDhtCacheAdapter.java | 22 ++- .../GridDhtPartitionsAbstractMessage.java | 15 +- .../IgniteCacheAtomicNodeJoinTest.java | 44 ++++++ .../IgniteCacheNodeJoinAbstractTest.java | 109 +++++++++++++++ .../distributed/IgniteCacheTxNodeJoinTest.java | 38 ++++++ .../IgniteCacheFailoverTestSuite.java | 4 + 30 files changed, 525 insertions(+), 157 deletions(-) ----------------------------------------------------------------------