1. 29 Oct, 2014 1 commit
    • antirez's avatar
      Diskless replication: missing listRewind() added. · 9ec22d92
      antirez authored
      This caused BGSAVE to be triggered a second time without any need when
      we switch from socket to disk target via the command
      
          CONFIG SET repl-diskless-sync no
      
      and there is already a slave waiting for the BGSAVE to start.
      Also comments clarified about what is happening.
      9ec22d92
  2. 27 Oct, 2014 5 commits
  3. 24 Oct, 2014 1 commit
  4. 23 Oct, 2014 1 commit
  5. 22 Oct, 2014 3 commits
  6. 17 Oct, 2014 10 commits
  7. 16 Oct, 2014 6 commits
  8. 15 Oct, 2014 4 commits
  9. 14 Oct, 2014 3 commits
  10. 10 Oct, 2014 3 commits
  11. 09 Oct, 2014 1 commit
  12. 08 Oct, 2014 2 commits
    • antirez's avatar
      Cluster: process gossip section only for known nodes. · 5f6950ca
      antirez authored
      With the exception of nodes sending MEET packets: we have to trust them
      since they can send us MEET packets only when the cluster is initially
      created or because sysadmin manual action.
      5f6950ca
    • antirez's avatar
      Cluster: fix logic to detect we are among a minority. · 36e34a65
      antirez authored
      In the cluster evaluation function we are supposed to set the cluster
      state as "fail" if we are among a minority, however the code was not
      detecting to be into a minority partition if exactly half the masters
      were reachable, which is a minority.
      36e34a65