Skip to content
Snippets Groups Projects
Commit c126adf9 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

refactor: explicitly set is_master to false

parent 5aeb07cb
No related branches found
No related tags found
1 merge request!299Feat/poor mans vshard
......@@ -169,7 +169,7 @@ impl Topology {
current_grade: CurrentGrade::Offline,
target_grade: TargetGrade::Offline,
failure_domain,
..Peer::default()
is_master: false,
};
self.put_peer(peer.clone());
......
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