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/09/06 14:39:52 UTC

[30/50] [abbrv] ignite git commit: Merge branch 'gridgain-7.5.30' into ignite-1849

Merge branch 'gridgain-7.5.30' into ignite-1849


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

Branch: refs/heads/ignite-1.5.31-1
Commit: 6f7df5ebf77d338f524c4d055fcf21c717f93e1f
Parents: a33dd1c 4897315
Author: Alexander Paschenko <al...@gmail.com>
Authored: Mon Jul 18 13:58:32 2016 +0300
Committer: Alexander Paschenko <al...@gmail.com>
Committed: Mon Jul 18 13:58:32 2016 +0300

----------------------------------------------------------------------
 .../examples/IndexingBridgeMethodTest.java      |  93 +++++++
 .../IgniteExamplesJ8SelfTestSuite.java          |   2 +
 .../org/apache/ignite/IgniteDataStreamer.java   |  52 +++-
 .../IgniteDataStreamerTimeoutException.java     |  45 +++
 .../configuration/CacheConfiguration.java       |   3 +
 .../processors/cache/GridCacheProcessor.java    |   2 +
 .../continuous/CacheContinuousQueryManager.java |   4 +-
 .../datastreamer/DataStreamerImpl.java          |  71 ++++-
 .../service/GridServiceProcessor.java           |  70 ++++-
 .../processors/service/GridServiceProxy.java    |  54 ++--
 .../ignite/internal/util/IgniteUtils.java       |  21 ++
 .../OptimizedObjectStreamRegistry.java          | 145 +++++-----
 ...eContinuousQueryMultiNodesFilteringTest.java | 278 +++++++++++++++++++
 ...dCacheContinuousQueryNodesFilteringTest.java | 168 +++++++++++
 .../datastreamer/DataStreamerTimeoutTest.java   | 163 +++++++++++
 ...rviceDeploymentExceptionPropagationTest.java |  80 ++++++
 .../OptimizedMarshallerPooledSelfTest.java      |  44 +++
 .../testsuites/IgniteBinaryBasicTestSuite.java  |   2 +
 .../ignite/testsuites/IgniteCacheTestSuite.java |   2 +
 .../IgniteMarshallerSelfTestSuite.java          |   2 +
 .../IgniteCacheQuerySelfTestSuite3.java         |   4 +
 .../ignite/visor/commands/VisorConsole.scala    |   5 +-
 .../commands/alert/VisorAlertCommand.scala      |   2 +-
 .../commands/cache/VisorCacheCommand.scala      |  40 ++-
 .../commands/cache/VisorCacheStopCommand.scala  |   2 +-
 .../config/VisorConfigurationCommand.scala      |  23 +-
 .../commands/events/VisorEventsCommand.scala    |  29 +-
 .../visor/commands/gc/VisorGcCommand.scala      |  11 +-
 .../visor/commands/kill/VisorKillCommand.scala  | 184 ++++++++----
 .../visor/commands/node/VisorNodeCommand.scala  |  13 +-
 .../visor/commands/vvm/VisorVvmCommand.scala    |  11 +-
 .../scala/org/apache/ignite/visor/visor.scala   |  76 +++--
 32 files changed, 1470 insertions(+), 231 deletions(-)
----------------------------------------------------------------------