1. 31 Aug, 2018 1 commit
  2. 30 Aug, 2018 2 commits
    • antirez's avatar
      While the slave is busy, just accumulate master input. · e8d35809
      antirez authored
      Processing command from the master while the slave is in busy state is
      not correct, however we cannot, also, just reply -BUSY to the
      replication stream commands from the master. The correct solution is to
      stop processing data from the master, but just accumulate the stream
      into the buffers and resume the processing later.
      
      Related to #5297.
      e8d35809
    • antirez's avatar
      Allow scripts to timeout even if from the master instance. · 4b68dbcb
      antirez authored
      However the master scripts will be impossible to kill.
      
      Related to #5297.
      4b68dbcb
  3. 29 Aug, 2018 7 commits
  4. 27 Aug, 2018 8 commits
  5. 26 Aug, 2018 6 commits
  6. 25 Aug, 2018 1 commit
  7. 23 Aug, 2018 1 commit
    • zhaozhao.zz's avatar
      networking: make setProtocolError simple and clear · f2ad89a3
      zhaozhao.zz authored
      Function setProtocolError just records proctocol error
      details in server log, set client as CLIENT_CLOSE_AFTER_REPLY.
      It doesn't care about querybuf sdsrange, because we
      will do it after procotol parsing.
      f2ad89a3
  8. 21 Aug, 2018 1 commit
    • Oran Agra's avatar
      Fix unstable tests on slow machines. · c8452ab0
      Oran Agra authored
      Few tests had borderline thresholds that were adjusted.
      
      The slave buffers test had two issues, preventing the slave buffer from growing:
      1) the slave didn't necessarily go to sleep on time, or woke up too early,
         now using SIGSTOP to make sure it goes to sleep exactly when we want.
      2) the master disconnected the slave on timeout
      c8452ab0
  9. 14 Aug, 2018 4 commits
  10. 13 Aug, 2018 2 commits
  11. 03 Aug, 2018 4 commits
  12. 02 Aug, 2018 3 commits