Commit 5d66aa3d authored by Madelyn Olson's avatar Madelyn Olson Committed by Oran Agra
Browse files

Initialize manual failover replica target (#9814)

(cherry picked from commit 362b3b02)
parent 2f94d40e
......@@ -554,6 +554,7 @@ void clusterInit(void) {
deriveAnnouncedPorts(&myself->port, &myself->pport, &myself->cport);
server.cluster->mf_end = 0;
server.cluster->mf_slave = NULL;
resetManualFailover();
clusterUpdateMyselfFlags();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment