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 2016/02/17 20:35:17 UTC

[10/11] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-2669

Merge remote-tracking branch 'remotes/origin/master' into ignite-2669


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

Branch: refs/heads/ignite-2669
Commit: 447a74f7135eccf1e357aefd22db221cf37b636b
Parents: 86f5220 2ad4b5c
Author: sboikov <sb...@gridgain.com>
Authored: Wed Feb 17 22:32:51 2016 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Feb 17 22:32:51 2016 +0300

----------------------------------------------------------------------
 .../dht/preloader/GridDhtPartitionDemander.java |   3 +-
 .../platform/PlatformProcessorImpl.java         |  17 ++-
 .../callback/PlatformCallbackGateway.java       |  30 +++++
 .../callback/PlatformCallbackUtils.java         |  15 +++
 .../processors/query/h2/IgniteH2Indexing.java   |  95 +++++++++-------
 .../h2/GridIndexingSpiAbstractSelfTest.java     |  38 ++++++-
 .../cpp/common/include/ignite/common/exports.h  |   6 +-
 .../cpp/common/include/ignite/common/java.h     |  21 +++-
 modules/platforms/cpp/common/src/exports.cpp    |   6 +-
 modules/platforms/cpp/common/src/java.cpp       |  28 +++--
 .../cpp/core-test/src/cache_query_test.cpp      |  45 ++++++++
 .../ignite/cache/query/query_fields_row.h       |   2 +-
 .../Apache.Ignite.Core.Tests.csproj             |   2 +
 .../Process/IgniteProcess.cs                    |  16 +++
 .../ProcessExtensions.cs                        |  78 +++++++++++++
 .../Apache.Ignite.Core.Tests/ReconnectTest.cs   |  96 ++++++++++++++++
 .../Apache.Ignite.Core.csproj                   |   1 +
 .../Apache.Ignite.Core/Cluster/ICluster.cs      |  14 +++
 .../Common/ClientDisconnectedException.cs       |  97 ++++++++++++++++
 .../Impl/Binary/BinaryUtils.cs                  |   2 +-
 .../Apache.Ignite.Core/Impl/Cache/CacheImpl.cs  |   2 +-
 .../Impl/Compute/ComputeTaskHolder.cs           |   2 +-
 .../Apache.Ignite.Core/Impl/ExceptionUtils.cs   | 110 +++++++++++--------
 .../dotnet/Apache.Ignite.Core/Impl/Ignite.cs    |  32 +++++-
 .../Apache.Ignite.Core/Impl/IgniteProxy.cs      |   7 ++
 .../Impl/Unmanaged/UnmanagedCallbackHandlers.cs |   3 +
 .../Impl/Unmanaged/UnmanagedCallbacks.cs        |  32 +++++-
 pom.xml                                         |   2 +-
 28 files changed, 682 insertions(+), 120 deletions(-)
----------------------------------------------------------------------