Skip to content
Snippets Groups Projects
Commit ea4a55df authored by Serge Petrenko's avatar Serge Petrenko Committed by Serge Petrenko
Browse files

applier: unify state and ballot update triggers

Both triggers are used to wait for specific applier state (applier is
connected, remote node ballot is known, etc.) and are often used one
after another. Keeping these two trigger lists only adds complexity of
creating 2 triggers instead of 1 in some places. Let's unify the
triggers.

Now the triggers might be fired multiple times, so make all the existing
trigger functions reenterable.

In-scope-of #8509

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent 450b978d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment