You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2021/05/05 16:47:47 UTC

[ignite-3] branch ignite-13670 updated (fbd5fa8 -> 2bb95d8)

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

amashenkov pushed a change to branch ignite-13670
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from fbd5fa8  Merge branch 'main' into ignite-13670
     add 8bec45a  IGNITE-14682 Fix sending messages from a node to itself (#119)
     add 53bd906  IGNITE-14557: Improve row layout. (#100)
     add 2bb95d8  Merge branch 'main' into ignite-13670

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/network/TestMessage.java     |  5 ++
 .../scalecube/ITScaleCubeNetworkMessagingTest.java | 83 +++++++++++++++++-
 .../scalecube/DelegatingTransportFactory.java      | 99 ++++++++++++++++++++++
 .../scalecube/ScaleCubeClusterServiceFactory.java  |  9 +-
 .../scalecube/ScaleCubeTopologyService.java        | 11 ++-
 .../ignite/internal/schema/RowAssembler.java       | 16 ++--
 6 files changed, 203 insertions(+), 20 deletions(-)
 create mode 100644 modules/network/src/main/java/org/apache/ignite/network/scalecube/DelegatingTransportFactory.java