1. 02 12月, 2013 1 次提交
  2. 30 11月, 2013 1 次提交
  3. 29 11月, 2013 1 次提交
  4. 28 11月, 2013 3 次提交
  5. 26 11月, 2013 2 次提交
  6. 25 11月, 2013 3 次提交
  7. 22 11月, 2013 1 次提交
  8. 21 11月, 2013 8 次提交
  9. 20 11月, 2013 3 次提交
  10. 19 11月, 2013 12 次提交
  11. 18 11月, 2013 5 次提交
    • A
      Sentinel: added config options useful to take state on config rewrite. · 232cdb95
      antirez 提交于
      We'll use CONFIG REWRITE (internally) in order to store the new
      configuration of a Sentinel after the internal state changes. In order
      to do so, we need configuration options (that usually the user will not
      touch at all) about config epoch of the master, Sentinels and Slaves
      known for this master, and so forth.
      232cdb95
    • A
      Sentinel: failover abort function simplified. · 3a374b05
      antirez 提交于
      3a374b05
    • A
      Sentinel: slaves reconfig delay modified. · e0750acf
      antirez 提交于
      The time Sentinel waits since the slave is detected to be configured to
      the wrong master, before reconfiguring it, is now the failover_timeout
      time as this makes more sense in order to give the Sentinel performing
      the failover enoung time to reconfigure the slaves slowly (if required
      by the configuration).
      
      Also we now PUBLISH more frequently the new configuraiton as this allows
      to switch the reapprearing master back to slave faster.
      e0750acf
    • A
      Sentinel: failover restart time is now multiple of failover timeout. · 83316f51
      antirez 提交于
      Also defaulf failover timeout changed to 3 minutes as the failover is a
      fairly fast procedure most of the times, unless there are a very big
      number of slaves and the user picked to configure them sequentially (in
      that case the user should change the failover timeout accordingly).
      83316f51
    • A
      Sentinel: state machine and timeouts simplified. · 3a56013a
      antirez 提交于
      3a56013a