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

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


    omit c7d0c89dde wip.
    omit aa83710d8c Add awaiting for table initialization if table wasn't found 
by id. Drop dead code: ConfiguredTablesCache.java
    omit 6408eb5edf Use sync service instead of configuration.
    omit 1b46ac96d6 Plug SchemaSyncService in.
     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)
     add 6fd95d5610 Merge branch 'ai-main' into catalog-feature
     add 2d0c66c973 Plug SchemaSyncService in.
     add 96231934aa Use sync service instead of configuration.
     add bf77b98cfc Fix test hanging.
     add fa34e8df53 Fix test hanging.
     add d944cd1ee1 Fix test.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c7d0c89dde)
            \
             N -- N -- N   refs/heads/ignite-19499 (d944cd1ee1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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 ++++++++++-----------
 .../internal/runner/app/ItDataSchemaSyncTest.java  |  16 +-
 .../schemasync/ItSchemaSyncAndReplicationTest.java |  26 ++--
 .../apache/ignite/internal/app/IgnitionImpl.java   |   3 +
 .../internal/table/distributed/TableManager.java   | 120 +++++++++------
 .../table/distributed/TableManagerTest.java        |  31 +++-
 .../tx/TransactionInternalCheckedException.java    |   4 +-
 17 files changed, 345 insertions(+), 259 deletions(-)

Reply via email to