1. 18 Mar, 2019 1 commit
  2. 15 Mar, 2019 2 commits
  3. 12 Mar, 2019 1 commit
  4. 08 Mar, 2019 1 commit
    • Steve Webster's avatar
      Increment delivery counter on XCLAIM unless RETRYCOUNT specified · f1e7df4b
      Steve Webster authored
      The XCLAIM docs state the XCLAIM increments the delivery counter for
      messages. This PR makes the code match the documentation - which seems
      like the desired behaviour - whilst still allowing RETRYCOUNT to be
      specified manually.
      
      My understanding of the way streamPropagateXCLAIM() works is that this
      change will safely propagate to replicas since retry count is pulled
      directly from the streamNACK struct.
      
      Fixes #5194
      f1e7df4b
  5. 30 Jan, 2019 1 commit
  6. 28 Jan, 2019 7 commits
  7. 18 Jan, 2019 1 commit
  8. 17 Jan, 2019 1 commit
  9. 12 Dec, 2018 1 commit
  10. 28 Nov, 2018 1 commit
  11. 19 Nov, 2018 2 commits
  12. 12 Nov, 2018 1 commit
  13. 17 Oct, 2018 1 commit
  14. 16 Oct, 2018 2 commits
  15. 13 Oct, 2018 1 commit
  16. 10 Oct, 2018 2 commits
  17. 09 Oct, 2018 2 commits
  18. 30 Sep, 2018 1 commit
  19. 11 Sep, 2018 2 commits
  20. 05 Sep, 2018 1 commit
  21. 04 Sep, 2018 1 commit
  22. 31 Aug, 2018 1 commit
  23. 26 Aug, 2018 1 commit
  24. 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
  25. 13 Aug, 2018 1 commit
  26. 02 Aug, 2018 3 commits