You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2023/01/25 13:01:33 UTC

[ignite-3] branch ignite-18446 updated (7f2745b8b7 -> d5cfe5063f)

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

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


    omit 7f2745b8b7 .
    omit bdbea97b9a IGNITE-18446 Add busylock to raft service.
     add d5cfe5063f IGNITE-18446 Add busylock to raft service.

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   (7f2745b8b7)
            \
             N -- N -- N   refs/heads/ignite-18446 (d5cfe5063f)

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:
 .../management/ClusterManagementGroupManager.java  |  6 +++++
 .../cluster/management/raft/CmgRaftService.java    |  8 ++++++-
 .../apache/ignite/internal/util/IgniteUtils.java   | 27 ++++++++++++++++++++++
 .../metastorage/impl/MetaStorageManagerImpl.java   | 18 ++-------------
 4 files changed, 42 insertions(+), 17 deletions(-)