You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tk...@apache.org on 2023/08/31 05:11:56 UTC

[ignite-3] branch catalog-feature updated (632b5665a1 -> 6fd95d5610)

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(-)


[ignite-3] 01/01: Merge branch 'ai-main' into catalog-feature

Posted by tk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a commit to branch catalog-feature
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 6fd95d5610ab837911be8a02f9a2dc730d8a86b3
Merge: 632b5665a1 cfb3b11893
Author: Kirill Tkalenko <tk...@yandex.ru>
AuthorDate: Thu Aug 31 08:03:22 2023 +0300

    Merge branch 'ai-main' into catalog-feature

 .../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(-)