Skip to content
Snippets Groups Projects
Commit aa55ad5a authored by Nikita Zheleztsov's avatar Nikita Zheleztsov Committed by Alexander Turenko
Browse files

config: fix leader failing to start when uuids are set


Currently a leader fails to start with `attempt to index a nil value`
error, when all UUIDs are specified in config. This is caused by the
fact, that we try to apply names to the instance, which have not joined
yet, _cluster record doesn't exist.

We must skip such names. Alert will be dropeed automatically as soon as
the instance is joined.

Closes #9572

NO_DOC=bugfix

Co-authored-by: default avatarAlexander Turenko <totktonada.ru@gmail.com>
parent 0bd15468
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