This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch catalog-feature
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 632b5665a1 Merge branch 'main' into catalog-feature
add 9ba717a670 IGNITE-20266 .NET: Fix MetricsTests flakiness (#2516)
add 1f080dd0cd IGNITE-20279 Fix asynchronous zone altering in
DistributionZonesTestUtil. (#2511)
add cfb3b11893 IGNITE-17539 Fix error groups initialization on start-up
(#2507)
new 6fd95d5610 Merge branch 'ai-main' into catalog-feature
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/ignite/lang/ErrorGroup.java | 80 +---------
.../java/org/apache/ignite/lang/ErrorGroups.java | 119 +++++++++++++--
.../apache/ignite/lang/IgniteCheckedException.java | 4 +-
.../org/apache/ignite/lang/IgniteException.java | 4 +-
.../ignite/internal/client/TcpIgniteClient.java | 3 +
.../lang/IgniteInternalCheckedException.java | 4 +-
.../ignite/lang/IgniteInternalException.java | 4 +-
.../org/apache/ignite/lang/ErrorGroupTest.java | 13 ++
.../ErrorGroupsGenerator.cs | 2 +-
.../dotnet/Apache.Ignite.Tests/ErrorGroupTests.cs | 4 +-
.../dotnet/Apache.Ignite.Tests/MetricsTests.cs | 167 ++++++++++-----------
.../apache/ignite/internal/app/IgnitionImpl.java | 3 +
.../tx/TransactionInternalCheckedException.java | 4 +-
13 files changed, 218 insertions(+), 193 deletions(-)