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

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


    from bc4855de8b IGNITE-22842 Improve synchronous client API performance 
(#4488)
     add e620c4a4d2 IGNITE-22825 Remove non-public storage error codes (#4500)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/ignite/lang/ErrorGroups.java   | 17 +----------------
 .../index/ItIndexAndIndexStorageDestructionTest.java    |  6 +++---
 .../cpp/ignite/client/detail/cluster_connection.cpp     |  2 +-
 modules/platforms/cpp/ignite/common/error_codes.h       |  7 +------
 modules/platforms/cpp/ignite/common/ignite_error.h      |  2 +-
 modules/platforms/cpp/ignite/common/ignite_result.h     |  2 +-
 .../cpp/ignite/network/error_handling_filter.cpp        |  2 +-
 .../platforms/cpp/ignite/network/ssl/secure_utils.cpp   |  3 +--
 modules/platforms/cpp/ignite/odbc/common_types.cpp      |  5 -----
 modules/platforms/dotnet/Apache.Ignite/ErrorCodes.g.cs  | 17 +----------------
 .../ignite/internal/storage/StorageClosedException.java |  4 ++--
 .../internal/storage/StorageDestroyedException.java     | 12 ++----------
 .../ignite/internal/storage/StorageException.java       |  8 ++++----
 .../internal/storage/StorageRebalanceException.java     | 10 +++++-----
 14 files changed, 24 insertions(+), 73 deletions(-)

Reply via email to