1. 08 12月, 2013 1 次提交
  2. 06 12月, 2013 7 次提交
  3. 05 12月, 2013 5 次提交
  4. 04 12月, 2013 3 次提交
  5. 03 12月, 2013 2 次提交
  6. 02 12月, 2013 3 次提交
    • A
      Sentinel: don't write HZ when flushing config. · f80cf736
      antirez 提交于
      See issue #1419.
      f80cf736
    • A
      Sentinel: better time desynchronization. · dffebbc9
      antirez 提交于
      Sentinels are now desynchronized in a better way changing the time
      handler frequency between 10 and 20 HZ. This way on average a
      desynchronization of 25 milliesconds is produced that should be larger
      enough compared to network latency, avoiding most split-brain condition
      during the vote.
      
      Now that the clocks are desynchronized, to have larger random delays when
      performing operations can be easily achieved in the following way.
      Take as example the function that starts the failover, that is
      called with a frequency between 10 and 20 HZ and will start the
      failover every time there are the conditions. By just adding as an
      additional condition something like rand()%4 == 0, we can amplify the
      desynchronization between Sentinel instances easily.
      
      See issue #1419.
      dffebbc9
    • A
      Cluster: nodes re-addition blacklist API. · 6fa42b75
      antirez 提交于
      6fa42b75
  7. 30 11月, 2013 1 次提交
  8. 29 11月, 2013 1 次提交
  9. 28 11月, 2013 3 次提交
  10. 26 11月, 2013 2 次提交
  11. 25 11月, 2013 3 次提交
  12. 22 11月, 2013 1 次提交
  13. 21 11月, 2013 8 次提交