You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2024/02/12 14:37:02 UTC

(ignite-3) branch ignite-20680 updated (079e13012e -> 3a66df0914)

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

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


    omit 079e13012e add debug info
    omit 1e3c8b373a Minor.
    omit 4fd84308af Minor.
    omit b1f4844b1a Minor. Fix index recovery.
    omit 041cda7f8e Minor.
    omit e0db12d9b1 Minors.
    omit 28ef5ee2e6 wip. add debug info.
     add 3a50655a29 Minors.
     add 0a53d525e3 Minor. Fix index recovery.
     add 4933e0b3ce Minor.
     add cdabbfe385 Enable tests.
     add 3a66df0914 wip

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   (079e13012e)
            \
             N -- N -- N   refs/heads/ignite-20680 (3a66df0914)

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:
 .../ignite/internal/catalog/CatalogManagerImpl.java       |  7 ++-----
 .../ignite/internal/catalog/commands/CatalogUtils.java    | 13 -------------
 .../ignite/internal/index/IndexManagementUtils.java       | 15 ++++-----------
 .../internal/schemasync/ItSchemaSyncSingleNodeTest.java   |  2 --
 .../org/apache/ignite/internal/schema/SchemaManager.java  |  7 -------
 .../ignite/internal/sql/engine/ItCreateTableDdlTest.java  |  2 --
 .../sql/engine/exec/ExecutableTableRegistryImpl.java      |  6 ++----
 .../ignite/internal/table/distributed/TableManager.java   |  9 ++-------
 8 files changed, 10 insertions(+), 51 deletions(-)