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/22 09:26:26 UTC

[ignite-3] branch ignite-18323 updated (0a63f10acb -> 30833a61ff)

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


 discard 0a63f10acb Disable broken tests.
 discard 7881e6f229 wip. fix hanging on synchronous operation inside busylock in RebalanceRaftGroupEventsListener
 discard 69becdcf4b wip. fix hanging on synchronous operation inside busylock in TableManager
 discard 3361b8798a wip. fix wrong busylock usage in MetaStorageManager
 discard b354a7d110 wip. init raft group in a background.
 discard 2bc985b64a wip. fix leader await
 discard 51db3e3399 Add tests.
     add ca944d9f6a Add tests.
     add 0e83253cfa wip. fix leader await
     add b66351b87c wip. init raft group in a background.
     add f53e13596c wip. fix wrong busylock usage in MetaStorageManager
     add 254fa5dc85 wip. fix hanging on synchronous operation inside busylock in TableManager
     add ef796e8067 wip. fix hanging on synchronous operation inside busylock in RebalanceRaftGroupEventsListener
     add 30833a61ff Disable broken tests.

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   (0a63f10acb)
            \
             N -- N -- N   refs/heads/ignite-18323 (30833a61ff)

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:
 .../internal/metastorage/MetaStorageManager.java   | 26 +++++++++-------------
 .../ignite/internal/raft/RaftGroupServiceImpl.java |  4 ++--
 .../cluster/AbstractClusterStartStopTest.java      |  1 -
 .../internal/cluster/ItClusterStartupTest.java     | 10 ++++-----
 .../ignite/internal/cluster/ItNodeRestartTest.java | 24 +++++++++++---------
 5 files changed, 31 insertions(+), 34 deletions(-)