Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Jun 05, 2018
  3. May 22, 2018
  4. Apr 25, 2018
  5. Feb 05, 2018
  6. Feb 04, 2018
  7. Sep 23, 2016
    • Erik Johnston's avatar
      Reduce DB hits for replication · 748d8fdc
      Erik Johnston authored
      Some streams will occaisonally advance their positions without actually
      having any new rows to send over federation. Currently this means that
      the token will not advance on the workers, leading to them repeatedly
      sending a slightly out of date token. This in turns requires the master
      to hit the DB to check if there are any new rows, rather than hitting
      the no op logic where we check if the given token matches the current
      token.
      
      This commit changes the API to always return an entry if the position
      for a stream has changed, allowing workers to advance their tokens
      correctly.
      748d8fdc
  8. Sep 01, 2015
  9. Aug 25, 2015
  10. Feb 23, 2015
  11. Jan 23, 2015
  12. Jan 22, 2015
  13. Dec 08, 2014
  14. Nov 12, 2014
  15. Nov 11, 2014
  16. Nov 04, 2014
  17. Sep 22, 2014
  18. Sep 06, 2014
  19. Sep 05, 2014
  20. Aug 27, 2014
  21. Aug 26, 2014
  22. Aug 12, 2014
Loading