Skip to content
Snippets Groups Projects
Commit 6336ea26 authored by Serge Petrenko's avatar Serge Petrenko Committed by Vladimir Davydov
Browse files

refactoring: remove relay_restart_recovery as unneeded

As stated in its comment, this routine was needed back in the time when
raft followers ignored data coming from a non-leader. This is not the
case anymore. Now the followers accept the data from any source, so
there's no need to try and re-send some data which accumulated while the
node hasn't yet broadcast its leadership.

Part of #6754

NO_DOC=dead code removal
NO_CHANGELOG=dead code removal
NO_TEST=dead code removal
parent 1ddd3f2a
No related branches found
No related tags found
Loading
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