1. 14 Feb, 2018 4 commits
  2. 13 Feb, 2018 9 commits
  3. 02 Feb, 2018 1 commit
  4. 24 Jan, 2018 3 commits
  5. 23 Jan, 2018 1 commit
  6. 18 Jan, 2018 3 commits
    • antirez's avatar
      727dd436
    • Guy Benoish's avatar
      Replication buffer fills up on high rate traffic. · fd8efb7c
      Guy Benoish authored
      When feeding the master with a high rate traffic the the slave's feed is much slower.
      This causes the replication buffer to grow (indefinitely) which leads to slave disconnection.
      The problem is that writeToClient() decides to stop writing after NET_MAX_WRITES_PER_EVENT
      writes (In order to be fair to clients).
      We should ignore this when the client is a slave.
      It's better if clients wait longer, the alternative is that the slave has no chance to stay in
      sync in this situation.
      fd8efb7c
    • antirez's avatar
      Cluster: improve anti-affinity algo in redis-trib.rb. · 1673a3f3
      antirez authored
      See #3462 and related PRs.
      
      We use a simple algorithm to calculate the level of affinity violation,
      and then an optimizer that performs random swaps until things improve.
      1673a3f3
  7. 17 Jan, 2018 4 commits
  8. 16 Jan, 2018 4 commits
  9. 15 Jan, 2018 3 commits
  10. 14 Jan, 2018 1 commit
  11. 12 Jan, 2018 5 commits
  12. 11 Jan, 2018 2 commits