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 2022/12/29 11:17:33 UTC

[ignite-3] branch ignite-18323 updated (be7b802a21 -> ad2eeda5e8)

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

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


    omit be7b802a21 wip. fix hanging on synchronous operation inside busylock in RebalanceRaftGroupEventsListener
    omit fdf90945b6 wip. fix hanging on synchronous operation inside busylock in TableManager
    omit 9356365cfb wip. fix wrong busylock usage in MetaStorageManager
    omit 67ad2adcfd wip. fix LifecycleManager
    omit 6a0ba0fb06 wip. partially fixed hanging in IgnitionImpl
    omit 1c490e4b23 wip. init raft group in a background.
     add 0b67a4bd73 wip. init raft group in a background.
     add 0a69896d47 wip. partially fixed hanging in IgnitionImpl
     add 61d831d71b wip. fix LifecycleManager
     add d9f7af99dc wip. fix wrong busylock usage in MetaStorageManager
     add 9b23ca1336 wip. fix hanging on synchronous operation inside busylock in TableManager
     add ad2eeda5e8 wip. fix hanging on synchronous operation inside busylock in RebalanceRaftGroupEventsListener

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   (be7b802a21)
            \
             N -- N -- N   refs/heads/ignite-18323 (ad2eeda5e8)

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/internal/raft/RaftGroupServiceImpl.java   | 5 ++---
 .../src/main/java/org/apache/ignite/internal/app/IgnitionImpl.java   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)