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 30833a61ff Disable broken tests.
discard ef796e8067 wip. fix hanging on synchronous operation inside busylock
in RebalanceRaftGroupEventsListener
discard 254fa5dc85 wip. fix hanging on synchronous operation inside busylock
in TableManager
discard f53e13596c wip. fix wrong busylock usage in MetaStorageManager
discard b66351b87c wip. init raft group in a background.
discard 0e83253cfa wip. fix leader await
discard ca944d9f6a Add tests.
add 64a05ebeca Add tests.
add 94faf63131 wip. fix leader await
add 4795b6d0f7 wip. init raft group in a background.
add 184e10d7c1 wip. partially fixed hanging in IgnitionImpl
add 699cad69c1 wip. fix LifecycleManager
add b962a709b0 wip. fix wrong busylock usage in MetaStorageManager
add 599a6c0e22 wip. fix hanging on synchronous operation inside busylock
in TableManager
add 8d3a9dbb9b 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 (30833a61ff)
\
N -- N -- N refs/heads/ignite-18323 (8d3a9dbb9b)
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/testframework/IgniteTestUtils.java | 2 +-
.../ignite/internal/raft/RaftGroupServiceImpl.java | 9 ++++-
.../cluster/AbstractClusterStartStopTest.java | 5 ++-
.../ignite/internal/cluster/ItNodeRestartTest.java | 45 +++++++++++++---------
.../apache/ignite/internal/app/IgnitionImpl.java | 18 ++++++---
.../ignite/internal/app/LifecycleManager.java | 8 ++--
.../internal/table/distributed/TableManager.java | 4 +-
7 files changed, 57 insertions(+), 34 deletions(-)