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

fix: don't persist local component of promotion vclock

parent d7153b74
No related branches found
No related tags found
1 merge request!1259Gmoshkin/fix expel
......@@ -296,6 +296,7 @@ impl Loop {
}
let promotion_vclock = promotion_vclock.expect("is always set on a previous step");
let promotion_vclock = promotion_vclock.ignore_zero();
governor_step! {
"proposing replicaset current master change" [
"current_master_id" => %new_master_id,
......
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