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/05/05 14:16:57 UTC

[28/50] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-646' into ignite-sprint-5

Merge remote-tracking branch 'remotes/origin/ignite-646' into ignite-sprint-5


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

Branch: refs/heads/ignite-630
Commit: 957c206bdea433d9cef1a54d0bba0887d51123e8
Parents: d079850 b0374bc
Author: avinogradov <av...@gridgain.com>
Authored: Thu Apr 30 16:13:24 2015 +0300
Committer: avinogradov <av...@gridgain.com>
Committed: Thu Apr 30 16:13:24 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheIoManager.java    | 314 +++++++++++++++----
 .../processors/cache/GridCacheMessage.java      |   8 +-
 .../dht/atomic/GridDhtAtomicUpdateResponse.java |   8 +
 .../dht/atomic/GridNearAtomicUpdateFuture.java  |   2 +-
 .../atomic/GridNearAtomicUpdateResponse.java    |  18 +-
 .../dht/preloader/GridDhtForceKeysFuture.java   |   6 +
 .../dht/preloader/GridDhtForceKeysResponse.java |  54 +++-
 .../distributed/near/GridNearGetResponse.java   |   8 +-
 .../IgniteCacheP2pUnmarshallingErrorTest.java   | 189 +++++++++++
 ...gniteCacheP2pUnmarshallingNearErrorTest.java |  56 ++++
 ...CacheP2pUnmarshallingRebalanceErrorTest.java |  80 +++++
 .../IgniteCacheP2pUnmarshallingTxErrorTest.java | 109 +++++++
 .../ignite/testsuites/IgniteBasicTestSuite.java |   1 +
 ...gniteCacheP2pUnmarshallingErrorTestSuit.java |  41 +++
 ...niteCacheP2pUnmarshallingQueryErrorTest.java |  56 ++++
 .../IgniteCacheQuerySelfTestSuite.java          |   3 +
 16 files changed, 875 insertions(+), 78 deletions(-)
----------------------------------------------------------------------