You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2021/03/01 18:22:37 UTC

[ignite] branch ignite-2.10 updated (41efe1f -> c843af8)

This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a change to branch ignite-2.10
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 41efe1f  IGNITE-14261 Add documentation references to the new metrics system (#8844)
     add c843af8  IGNITE-14204 Fix C++ thin transactions

No new revisions were added by this update.

Summary of changes:
 .../platforms/cpp/thin-client-test/src/tx_test.cpp |  85 ++++++++----
 modules/platforms/cpp/thin-client/CMakeLists.txt   |   1 +
 .../cpp/thin-client/project/vs/thin-client.vcxproj |   1 +
 .../project/vs/thin-client.vcxproj.filters         |  24 ++++
 .../src/impl/cache/cache_client_impl.cpp           | 145 ++++++++-------------
 .../thin-client/src/impl/cache/cache_client_impl.h |  37 +++++-
 .../cpp/thin-client/src/impl/data_router.h         |  10 ++
 .../platforms/cpp/thin-client/src/impl/message.h   |  18 +--
 ...{transactions_impl.cpp => transaction_impl.cpp} |  94 +++----------
 .../src/impl/transactions/transaction_impl.h       |  50 +++++--
 .../src/impl/transactions/transactions_impl.cpp    | 135 +------------------
 .../src/impl/transactions/transactions_impl.h      |  48 +------
 12 files changed, 252 insertions(+), 396 deletions(-)
 copy modules/platforms/cpp/thin-client/src/impl/transactions/{transactions_impl.cpp => transaction_impl.cpp} (64%)