Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 22, 2016
  3. Sep 21, 2016
  4. Sep 19, 2016
  5. Sep 17, 2016
  6. Sep 16, 2016
Loading