1. 18 May, 2016 5 commits
  2. 08 May, 2016 2 commits
  3. 06 May, 2016 1 commit
  4. 05 May, 2016 18 commits
  5. 04 May, 2016 11 commits
  6. 02 May, 2016 3 commits
    • antirez's avatar
      Cluster regression test for #3043. · 38cf2bd2
      antirez authored
      The test works but is very slow so far, since it involves resharding
      1/5 of all the cluster slots from master 0 to the other 4 masters and
      back into the original master.
      38cf2bd2
    • antirez's avatar
      New masters with slots are now targets of migration if others are. · 7b618823
      antirez authored
      This fixes issue #3043.
      
      Before this fix, after a complete resharding of a master slots
      to other nodes, the master remains empty and the slaves migrate away
      to other masters with non-zero nodes. However the old master now empty,
      is no longer considered a target for migration, because the system has
      no way to tell it had slaves in the past.
      
      This fix leaves the algorithm used in the past untouched, but adds a
      new rule. When a new or old master which is empty and without slaves,
      are assigend with their first slot, if other masters in the cluster have
      slaves, they are automatically considered to be targets for replicas
      migration.
      7b618823
    • antirez's avatar
      Test ZINCRBY return value. · 1101b515
      antirez authored
      1101b515