1. 05 12月, 2013 1 次提交
  2. 03 12月, 2013 2 次提交
  3. 02 12月, 2013 3 次提交
    • A
      Redis 2.8.2. · 4d650a3b
      antirez 提交于
      4d650a3b
    • A
      Sentinel: don't write HZ when flushing config. · dd0ac4ac
      antirez 提交于
      See issue #1419.
      dd0ac4ac
    • A
      Sentinel: better time desynchronization. · 75347ada
      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.
      75347ada
  4. 28 11月, 2013 4 次提交
  5. 26 11月, 2013 1 次提交
  6. 25 11月, 2013 5 次提交
  7. 22 11月, 2013 2 次提交
  8. 21 11月, 2013 22 次提交