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 b7a8ff334b IGNITE-17465 Backport JRaft improvements up to 1.3.9 - 
Fixes #1049.
     add 318873be09 IGNITE-18808 .NET: Reconnect all endpoints periodically in 
background (#1691)

No new revisions were added by this update.

Summary of changes:
 .../ClientFailoverSocketTests.cs                   |   2 +-
 .../dotnet/Apache.Ignite.Tests/FakeServer.cs       |  14 +-
 .../dotnet/Apache.Ignite.Tests/FakeServerGroup.cs  |  82 +++++++++++
 .../dotnet/Apache.Ignite.Tests/HeartbeatTests.cs   |   4 +-
 .../Apache.Ignite.Tests/PartitionAwarenessTests.cs |   6 +-
 .../dotnet/Apache.Ignite.Tests/ReconnectTests.cs   | 158 +++++++++++++++++++++
 .../Apache.Ignite.Tests/SocketTimeoutTest.cs       |   3 +-
 .../Apache.Ignite/IgniteClientConfiguration.cs     |  26 +++-
 .../Apache.Ignite/Internal/ClientFailoverSocket.cs |  66 +++++----
 .../dotnet/Apache.Ignite/Internal/ClientSocket.cs  |   4 +-
 10 files changed, 331 insertions(+), 34 deletions(-)
 create mode 100644 
modules/platforms/dotnet/Apache.Ignite.Tests/FakeServerGroup.cs
 create mode 100644 
modules/platforms/dotnet/Apache.Ignite.Tests/ReconnectTests.cs

Reply via email to