1. 30 Oct, 2013 4 commits
  2. 28 Oct, 2013 8 commits
  3. 25 Oct, 2013 15 commits
  4. 11 Oct, 2013 2 commits
  5. 09 Oct, 2013 5 commits
  6. 08 Oct, 2013 2 commits
  7. 07 Oct, 2013 3 commits
  8. 04 Oct, 2013 1 commit
    • antirez's avatar
      Replication: install the write handler when reusing a cached master. · 0150c70b
      antirez authored
      Sometimes when we resurrect a cached master after a successful partial
      resynchronization attempt, there is pending data in the output buffers
      of the client structure representing the master (likely REPLCONF ACK
      commands).
      
      If we don't reinstall the write handler, it will never be installed
      again by addReply*() family functions as they'll assume that if there is
      already data pending, the write handler is already installed.
      
      This bug caused some slaves after a successful partial sync to never
      send REPLCONF ACK, and continuously being detected as timing out by the
      master, with a disconnection / reconnection loop.
      0150c70b