1. 02 Oct, 2013 3 commits
  2. 01 Oct, 2013 2 commits
  3. 30 Sep, 2013 8 commits
  4. 27 Sep, 2013 1 commit
  5. 26 Sep, 2013 4 commits
  6. 25 Sep, 2013 7 commits
  7. 20 Sep, 2013 2 commits
    • antirez's avatar
      Cluster: PFAIL -> FAIL transition allowed for slaves. · 3c9bb875
      antirez authored
      First change: now there is no need to be a master in order to detect a
      failure, however the majority of masters signaling PFAIL or FAIL is needed.
      
      This change is important because it allows slaves rejoining the cluster
      after a partition to sense the FAIL condition so that eventually all the
      nodes agree on failures.
      3c9bb875
    • antirez's avatar
      Cluster: added time field in cluster bus messages. · 925ea9f8
      antirez authored
      The time is sent in requests, and copied back in reply packets.
      This way the receiver can compare the time field in a reply with its
      local clock and check the age of the request associated with this reply.
      
      This is an easy way to discard delayed replies. Note that only a clock
      is used here, that is the one of the node sending the packet. The
      receiver only copies the field back into the reply, so no
      synchronization is needed between clocks of different hosts.
      925ea9f8
  8. 17 Sep, 2013 1 commit
  9. 04 Sep, 2013 6 commits
  10. 03 Sep, 2013 5 commits
  11. 30 Aug, 2013 1 commit