Merge branches 'ignite-341' and 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-341
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d4236d03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d4236d03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d4236d03 Branch: refs/heads/ignite-494b Commit: d4236d03f83e81724e3b13047c312263457a0bf3 Parents: 23d965f 0fb700f Author: S.Vladykin <svlady...@gridgain.com> Authored: Thu Mar 26 14:37:06 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Thu Mar 26 14:37:06 2015 +0300 ---------------------------------------------------------------------- assembly/dependencies-visor-console.xml | 5 + .../ignite/events/CacheRebalancingEvent.java | 1 + .../org/apache/ignite/events/EventType.java | 8 + .../GridCachePartitionExchangeManager.java | 2 +- .../dht/GridClientPartitionTopology.java | 10 +- .../dht/GridDhtPartitionTopology.java | 4 +- .../dht/GridDhtPartitionTopologyImpl.java | 19 ++- .../preloader/GridDhtPartitionDemandPool.java | 7 + .../ignite/internal/visor/cache/VisorCache.java | 2 +- .../event/VisorGridSecuritySessionEvent.java | 91 ------------ ...ridCachePartitionNotLoadedEventSelfTest.java | 148 +++++++++++++++++++ .../commands/deploy/VisorDeployCommand.scala | 106 ++++++------- .../commands/tasks/VisorTasksCommand.scala | 8 +- 13 files changed, 237 insertions(+), 174 deletions(-) ----------------------------------------------------------------------