You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/08/01 09:26:12 UTC

[29/47] ignite git commit: Merge branch 'ignite-2.1.3' of https://github.com/gridgain/apache-ignite into ignite-2.1.3

Merge branch 'ignite-2.1.3' of https://github.com/gridgain/apache-ignite into ignite-2.1.3


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

Branch: refs/heads/master
Commit: 430bf06adbc3e154a870571da3ed0ae7326d0950
Parents: 4de9eb1 1d4cda9
Author: Pavel Kovalenko <jo...@gmail.com>
Authored: Fri Jul 28 16:08:04 2017 +0300
Committer: Pavel Kovalenko <jo...@gmail.com>
Committed: Fri Jul 28 16:08:04 2017 +0300

----------------------------------------------------------------------
 .../IgniteDiagnosticPrepareContext.java         |   3 +-
 .../apache/ignite/internal/IgniteKernal.java    |   3 +-
 .../mem/file/MappedFileMemoryProvider.java      |   3 +-
 .../GridCachePartitionExchangeManager.java      |   2 +-
 .../GridDhtPartitionsExchangeFuture.java        |  20 +--
 .../GridCacheDatabaseSharedManager.java         |   7 +-
 .../persistence/freelist/FreeListImpl.java      |  18 +--
 .../reader/StandaloneWalRecordsIterator.java    |   4 +-
 .../cluster/GridClusterStateProcessor.java      |   3 +-
 .../datastructures/GridCacheLockImpl.java       |  13 +-
 .../processors/odbc/SqlListenerProcessor.java   |   3 +-
 .../ignite/internal/util/nio/GridNioServer.java |   7 +-
 .../ignite/spi/discovery/tcp/ServerImpl.java    |  38 +++---
 .../IgnitePdsCacheRebalancingAbstractTest.java  |   2 +
 .../ignite/tests/p2p/JobStealingTask.java       |  12 +-
 .../hadoop/jobtracker/HadoopJobTracker.java     |  24 ++--
 .../hadoop/shuffle/HadoopShuffleJob.java        |   5 +-
 .../processors/query/h2/IgniteH2Indexing.java   |  21 ++-
 .../cache/index/H2DynamicTableSelfTest.java     |  32 +++++
 .../apache/ignite/stream/mqtt/MqttStreamer.java |   6 +-
 .../include/ignite/binary/binary_writer.h       |   4 +-
 .../ignite/impl/binary/binary_reader_impl.h     |  50 ++++---
 .../ignite/impl/binary/binary_type_impl.h       |  67 +++++++++
 .../ignite/impl/binary/binary_writer_impl.h     |  43 ++++--
 .../src/impl/binary/binary_reader_impl.cpp      |  63 ++++-----
 .../src/impl/binary/binary_writer_impl.cpp      |  41 +++---
 .../src/binary_reader_writer_raw_test.cpp       |  36 +++++
 .../core-test/src/binary_reader_writer_test.cpp | 135 ++++++++++++++-----
 .../cpp/core/include/ignite/impl/ignite_impl.h  |   1 -
 .../platforms/cpp/core/src/impl/ignite_impl.cpp |   4 +
 .../spi/deployment/uri/UriDeploymentSpi.java    |   3 +-
 modules/web-console/frontend/app/app.js         |   2 +
 .../components/grid-item-selected/component.js  |  28 ++++
 .../components/grid-item-selected/controller.js |  38 ++++++
 .../app/components/grid-item-selected/index.js  |  24 ++++
 .../components/grid-item-selected/template.pug  |  17 +++
 .../list-of-registered-users.tpl.pug            |   2 +-
 37 files changed, 585 insertions(+), 199 deletions(-)
----------------------------------------------------------------------