You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/sentinel.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,9 +237,9 @@ and is only specified if the instance is not a master itself.
237
237
***+slave**`<instance details>` -- A new slave was detected and attached.
238
238
***+failover-state-reconf-slaves**`<instance details>` -- Failover state changed to `reconf-slaves` state.
239
239
***+failover-detected**`<instance details>` -- A failover started by another Sentinel or any other external entity was detected (An attached slave turned into a master).
240
-
***+salve-reconf-sent**`<instance details>` -- The leader sentinel sent the `SLAVEOF` command to this instance in order to reconfigure it for the new slave.
241
-
***+salve-reconf-inprog**`<instance details>` -- The slave being reconfigured showed to be a slave of the new master ip:port pair, but the synchronization process is not yet complete.
242
-
***+salve-reconf-done**`<instance details>` -- The slave is now synchronized with the new master.
240
+
***+slave-reconf-sent**`<instance details>` -- The leader sentinel sent the `SLAVEOF` command to this instance in order to reconfigure it for the new slave.
241
+
***+slave-reconf-inprog**`<instance details>` -- The slave being reconfigured showed to be a slave of the new master ip:port pair, but the synchronization process is not yet complete.
242
+
***+slave-reconf-done**`<instance details>` -- The slave is now synchronized with the new master.
243
243
***-dup-sentinel**`<instance details>` -- One or more sentinels for the specified master were removed as duplicated (this happens for instance when a Sentinel instance is restarted).
244
244
***+sentinel**`<instance details>` -- A new sentinel for this master was detected and attached.
245
245
***+sdown**`<instance details>` -- The specified instance is now in Subjectively Down state.
0 commit comments