1. 09 Oct, 2014 2 commits
    • antirez's avatar
      Cluster: process gossip section only for known nodes. · c6226f26
      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.
      c6226f26
    • antirez's avatar
      Cluster: fix logic to detect we are among a minority. · 419eb185
      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.
      419eb185
  2. 08 Oct, 2014 4 commits
  3. 06 Oct, 2014 33 commits
  4. 22 Sep, 2014 1 commit