summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: removed mem leak and useless code.antirez2013-11-211-8/+0
* Sentinel: manual failover works again.antirez2013-11-211-2/+5
* Sentinel: test for writable config file.antirez2013-11-213-2/+14
* Sentinel: check for disconnected links in sentinelSendHello().antirez2013-11-211-0/+1
* Sentinel: Hello message sending code refactored.antirez2013-11-211-21/+41
* Sentinel: select slave with best (greater) replication offset.antirez2013-11-211-2/+13
* Sentinel: take the replication offset in slaves state.antirez2013-11-211-1/+11
* CONFIG REWRITE: don't add the signature if it already exists.antirez2013-11-211-1/+5
* Sentinel: distinguish between is-master-down-by-addr requests.antirez2013-11-212-7/+15
* Sentinel: various fixes to leader election implementation.antirez2013-11-211-28/+40
* Sentinel: failover script execution fixed.antirez2013-11-211-9/+21
* Sentinel: no longer used defines removed.antirez2013-11-211-8/+1
* Sentinel: when writing config on disk, remember sentinels runid.antirez2013-11-211-4/+8
* Sentinel: arity of known-sentinel/slave is 4 not 3.antirez2013-11-211-2/+2
* Sentinel: rewriteConfigSentinelOption() sub-iterators var typo fixed.antirez2013-11-211-2/+2
* Sentinel: call sentinelFlushConfig() to persist state when needed.antirez2013-11-211-2/+22
* Sentinel: sentinelFlushConfig() to CONFIG REWRITE + fsync.antirez2013-11-212-0/+23
* Sentinel: CONFIG REWRITE support for Sentinel config.antirez2013-11-213-4/+112
* Sentinel: can-failover option removed, many comments fixed.antirez2013-11-211-76/+29
* Fix typo 'configuraiton' in rewriteConfigRewriteLine() comment.antirez2013-11-211-1/+1
* Sentinel: added config options useful to take state on config rewrite.antirez2013-11-211-0/+29
* Sentinel: failover abort function simplified.antirez2013-11-211-27/+2
* Sentinel: slaves reconfig delay modified.antirez2013-11-211-2/+2
* Sentinel: failover restart time is now multiple of failover timeout.antirez2013-11-211-2/+2
* Sentinel: state machine and timeouts simplified.antirez2013-11-211-47/+48
* Sentinel: election timeout define.antirez2013-11-211-1/+2
* Sentinel: fix address of master in Hello messages.antirez2013-11-211-1/+2
* Sentinel: master address selection in get-master-address refactored.antirez2013-11-211-12/+20
* Sentinel: fix conditional to only affect slaves with wrong master.antirez2013-11-211-0/+1
* Sentinel: simplify and refactor slave reconfig code.antirez2013-11-211-22/+21
* Sentinel: reconfigure slaves to right master.antirez2013-11-211-1/+27
* Sentinel: remember last time slave changed master.antirez2013-11-211-4/+18
* Sentinel: redirect-to-master is not ok with new algorithm.antirez2013-11-211-13/+1
* Sentinel: safer slave reconfig, master reported role should match.antirez2013-11-211-0/+1
* Sentinel: role reporting fixed and added in SENTINEL output.antirez2013-11-211-4/+13
* Sentinel: being a master and reporting as slave is considered SDOWN.antirez2013-11-211-2/+12
* Sentinel: make sure role_reported is always updated.antirez2013-11-211-9/+10
* Sentinel: track role change time. Wait before reconfigurations.antirez2013-11-211-1/+24
* Sentinel: fix no-down check in master->slave conversion code.antirez2013-11-211-1/+1
* Sentinel: readd slaves back after a master reset.antirez2013-11-211-0/+44
* Sentinel: sentinelResetMaster() new flag to avoid removing set of sentinels.antirez2013-11-211-22/+14
* Sentinel: receive Pub/Sub messages from slaves.antirez2013-11-211-1/+1
* Sentinel: change event name when converting master to slave.antirez2013-11-211-1/+1
* Sentinel: added config-epoch to SENTINEL masters output.antirez2013-11-211-0/+4
* Sentinel: new failover algo, desync slaves and update config epoch.antirez2013-11-211-1/+21
* Sentinel: when starting failover seek for votes ASAP.antirez2013-11-211-9/+16
* Sentinel: +new-epoch events.antirez2013-11-211-5/+14
* Sentinel: wait some time between failover attempts.antirez2013-11-211-2/+7
* Sentinel: allow to vote for myself.antirez2013-11-211-23/+3
* Sentinel: fix PUBLISH to masters and slaves.antirez2013-11-211-2/+2