Files
redis/src
antirez e7bcec829c Sentinel: changes to tilt mode.
Tilt mode was too aggressive (not processing INFO output), this
resulted in a few problems:

1) Redirections were not followed when in tilt mode. This opened a
   window to misinform clients about the current master when a Sentinel
   was in tilt mode and a fail over happened during the time it was not
   able to update the state.

2) It was possible for a Sentinel exiting tilt mode to detect a false
   fail over start, if a slave rebooted with a wrong configuration
   about at the same time. This used to happen since in tilt mode we
   lose the information that the runid changed (reboot).

   Now instead the Sentinel in tilt mode will still remove the instance
   from the list of slaves if it changes state AND runid at the same
   time.

Both are edge conditions but the changes should overall improve the
reliability of Sentinel.
2013-04-30 15:09:14 +02:00
..
2012-04-13 18:05:51 -07:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2013-02-11 11:44:18 +01:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2012-10-22 11:56:06 +02:00
2013-01-19 11:03:19 +01:00
2013-04-02 14:12:28 +02:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2013-04-30 15:09:14 +02:00
2013-01-19 11:03:19 +01:00
2013-02-05 10:49:24 +01:00
2011-07-06 15:22:00 +02:00
2013-01-19 11:03:19 +01:00