1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B: Wrong term stored in DB after stopping oned in leader mode

(cherry picked from commit 31830b62a7639ce7b9409323d513b323e06d5464)
This commit is contained in:
Ruben S. Montero 2017-10-11 15:02:15 +02:00
parent ec74047987
commit 23825b2c82

View File

@ -253,7 +253,7 @@ void RaftManager::finalize_action(const ActionRequest& ar)
if (is_leader())
{
follower(-1);
follower(0);
}
}