]> git.saurik.com Git - redis.git/commitdiff
Sentinel: when leader in wait-start, sense another leader as race.
authorantirez <antirez@gmail.com>
Tue, 31 Jul 2012 15:11:26 +0000 (17:11 +0200)
committerantirez <antirez@gmail.com>
Tue, 31 Jul 2012 15:11:26 +0000 (17:11 +0200)
When we are in wait start, if another leader (or any other external
entity) turns a slave into a master, abort the failover, and detect it
as an observer.

Note that the wait-start state is mainly there for this reason but the
abort was yet not implemented.

This adds a new sentinel event -failover-abort-race.


No differences found