We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3050588 commit 1e01110Copy full SHA for 1e01110
state.c
@@ -59,6 +59,8 @@ MtmSetClusterStatus(MtmNodeStatus status)
59
if (Mtm->status == status)
60
return;
61
62
+ Mtm->nConfigChanges += 1; /* this will restart backends */
63
+
64
MTM_LOG1("[STATE] Switching status from %s to %s status",
65
MtmNodeStatusMnem[Mtm->status], MtmNodeStatusMnem[status]);
66
0 commit comments