This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 5d7de62ea4 IGNITE-23111 Fix docker compose config (#4313)
add e17117496a IGNITE-22882 Thin client: support multiple cluster IDs in
handshake (#4314)
No new revisions were added by this update.
Summary of changes:
.../client/handler/ItClientHandlerMetricsTest.java | 4 ++--
.../ignite/client/handler/ItClientHandlerTest.java | 6 ++---
.../handler/ClientInboundMessageHandler.java | 6 +++++
.../ignite/internal/client/ProtocolContext.java | 28 +++++++++++++++-------
.../ignite/internal/client/ReliableChannel.java | 8 ++++---
.../ignite/internal/client/TcpClientChannel.java | 16 +++++++++++--
.../ignite/client/detail/cluster_connection.cpp | 21 ++++++++++++----
.../cpp/ignite/client/detail/cluster_connection.h | 4 +++-
modules/platforms/cpp/ignite/protocol/messages.cpp | 13 +++++++++-
.../cpp/ignite/protocol/protocol_context.h | 18 +++++++-------
.../dotnet/Apache.Ignite.Tests/FakeServer.cs | 1 +
.../dotnet/Apache.Ignite.Tests/MetricsTests.cs | 6 ++---
.../Apache.Ignite/Internal/ClientFailoverSocket.cs | 5 ++--
.../dotnet/Apache.Ignite/Internal/ClientSocket.cs | 15 ++++++++++--
.../Apache.Ignite/Internal/ConnectionContext.cs | 13 +++++++---
15 files changed, 121 insertions(+), 43 deletions(-)