Skip to content
Snippets Groups Projects
Verified Commit b2b1b293 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

bug: uuid mismatch on bootstrap leader

When bootstrapping an instance, there're two possible execution paths -
`start_boot` and `start_join`. While `start_join` takes all uuids from
JoinResponse, `start_boot` already deals with a bootstrapped `box.cfg`
(it's done in `start_discover`, refer to [1]). In order to make uuids
consistent across `box.cfg` and topology module, `start_boot` stage is
preceded with rebootstrap.

This case is also covered with a pytest.

- [1] doc/clustering.md
parent c71e3351
No related branches found
No related tags found
1 merge request!111bug: uuid mismatch on bootstrap leader
Pipeline #4987 passed
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