Skip to content
Snippets Groups Projects
user avatar
Ilya Kosarev authored
In replicaset_follow we iterate anon replicas list: list of replicas
that haven't received an UUID. In case of successful connect replica
link is being removed from anon list. If it happens immediately,
without yield in applier, iteration breaks. Now it is fixed by
rlist_foreach_entry_safe instead of common rlist_foreach_entry.
Relevant test case is added.

Part of #4586
Closes #4576
Closes #4440

(cherry picked from commit 6f038f4b)
3ccd60c8
History
Name Last commit Last update