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 dd91712ef4 IGNITE-23290 Save and set a compaction revision into
Metastorage (#4471)
add 3738dd9e5b IGNITE-23312 Thin client: Pass ClusterNode ID as UUID
(#4476)
No new revisions were added by this update.
Summary of changes:
.../ignite/client/handler/ItClientHandlerMetricsTest.java | 4 ++--
.../org/apache/ignite/client/handler/ItClientHandlerTest.java | 11 +++++------
.../ignite/client/handler/ClientInboundMessageHandler.java | 2 +-
.../requests/cluster/ClientClusterGetNodesRequest.java | 5 +++--
.../org/apache/ignite/internal/client/TcpClientChannel.java | 2 +-
.../org/apache/ignite/internal/client/TcpIgniteClient.java | 3 +--
.../platforms/cpp/ignite/client/detail/ignite_client_impl.cpp | 2 +-
modules/platforms/cpp/ignite/client/network/cluster_node.h | 8 ++++----
modules/platforms/cpp/ignite/protocol/messages.cpp | 2 +-
modules/platforms/cpp/tests/client-test/compute_test.cpp | 7 ++-----
.../Apache.Ignite.Benchmarks/Table/DataStreamerBenchmark.cs | 4 +++-
.../dotnet/Apache.Ignite.Tests/Compute/ComputeTests.cs | 8 ++++----
.../platforms/dotnet/Apache.Ignite.Tests/ConnectionTests.cs | 3 ++-
modules/platforms/dotnet/Apache.Ignite.Tests/FakeServer.cs | 6 +++---
modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs | 6 +++---
.../platforms/dotnet/Apache.Ignite/Internal/ClientSocket.cs | 2 +-
.../dotnet/Apache.Ignite/Internal/Network/ClusterNode.cs | 6 +++---
.../platforms/dotnet/Apache.Ignite/Network/IClusterNode.cs | 3 ++-
18 files changed, 42 insertions(+), 42 deletions(-)