You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/01/18 15:12:42 UTC

[37/50] ignite git commit: Merge remote-tracking branch 'remotes/upstream/master' into ignite-2324

Merge remote-tracking branch 'remotes/upstream/master' into ignite-2324


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

Branch: refs/heads/ignite-2324
Commit: 04786dcfcdc40227d87804851659c06e3ae0d049
Parents: b33534a 2d10630
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Thu Jan 14 11:27:27 2016 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Thu Jan 14 11:27:27 2016 +0300

----------------------------------------------------------------------
 .../apache/ignite/internal/GridComponent.java   |   5 +-
 .../ignite/internal/GridUpdateNotifier.java     | 454 ------------------
 .../apache/ignite/internal/IgniteKernal.java    | 126 +----
 .../ignite/internal/IgniteVersionUtils.java     |   4 +-
 .../discovery/GridDiscoveryManager.java         |   6 +-
 .../dht/atomic/GridDhtAtomicUpdateResponse.java |   2 +-
 .../near/GridNearTxFinishFuture.java            |   2 +-
 .../processors/cluster/ClusterProcessor.java    | 174 +++++++
 .../processors/cluster/GridUpdateNotifier.java  | 457 +++++++++++++++++++
 .../internal/GridUpdateNotifierSelfTest.java    | 137 ------
 ...UpdateNotifierPerClusterSettingSelfTest.java | 130 ++++++
 .../cluster/GridUpdateNotifierSelfTest.java     | 140 ++++++
 .../startup/GridRandomCommandLineLoader.java    |   4 +-
 .../testsuites/IgniteKernalSelfTestSuite.java   |   4 +-
 14 files changed, 926 insertions(+), 719 deletions(-)
----------------------------------------------------------------------