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 e2c8a55b60 IGNITE-18732 Fix race in VersionedValues in SchemaManager
(#1665)
add f005d96b16 IGNITE-18818 .NET: Improve locking granularity in
ClientFailoverSocket (#1685)
No new revisions were added by this update.
Summary of changes:
.../dotnet/Apache.Ignite.Benchmarks/Program.cs | 4 +-
.../Table/TableGetBenchmarks.cs | 54 +++++++++
.../Table/TableGetMultiThreadedBenchmarks.cs | 70 ++++++++++++
.../ClientFailoverSocketTests.cs | 54 +++++++++
.../dotnet/Apache.Ignite.Tests/FakeServer.cs | 7 ++
.../Apache.Ignite/Internal/ClientFailoverSocket.cs | 125 ++++++++++-----------
6 files changed, 244 insertions(+), 70 deletions(-)
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Benchmarks/Table/TableGetBenchmarks.cs
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Benchmarks/Table/TableGetMultiThreadedBenchmarks.cs
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Tests/ClientFailoverSocketTests.cs