Skip to content
Snippets Groups Projects
  1. Jun 17, 2020
  2. Jun 16, 2020
  3. Jun 11, 2020
  4. Jun 10, 2020
  5. Jun 05, 2020
  6. Jun 03, 2020
  7. May 27, 2020
  8. May 22, 2020
  9. May 21, 2020
  10. May 20, 2020
  11. May 19, 2020
  12. May 15, 2020
  13. May 14, 2020
  14. May 12, 2020
  15. May 11, 2020
  16. May 08, 2020
  17. May 07, 2020
  18. May 05, 2020
  19. Apr 29, 2020
    • Erik Johnston's avatar
      Add instance name to RDATA/POSITION commands (#7364) · 37f6823f
      Erik Johnston authored
      This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
      Unverified
      37f6823f
  20. Apr 28, 2020
  21. Apr 27, 2020
  22. Apr 24, 2020
  23. Apr 23, 2020
  24. Apr 22, 2020
    • Richard van der Hoff's avatar
      Stop the master relaying USER_SYNC for other workers (#7318) · 71a1abb8
      Richard van der Hoff authored
      Long story short: if we're handling presence on the current worker, we shouldn't be sending USER_SYNC commands over replication.
      
      In an attempt to figure out what is going on here, I ended up refactoring some bits of the presencehandler code, so the first 4 commits here are non-functional refactors to move this code slightly closer to sanity. (There's still plenty to do here :/). Suggest reviewing individual commits.
      
      Fixes (I hope) #7257.
      Unverified
      71a1abb8
Loading