Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix stuck notification counts on small servers #13168

Merged
merged 4 commits into from
Jul 4, 2022

Commits on Jul 4, 2022

  1. Fix stuck notification counts on small servers

    There was an off-by-one error due to incorrect bounds on stream
    ordering.
    erikjohnston committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    fa34e38 View commit details
    Browse the repository at this point in the history
  2. Fix rare race causing incorrect notification counts

    We always need to upper bound the stream ordering when querying the DB,
    due to out of order persistence.
    erikjohnston committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8524344 View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d157d12 View commit details
    Browse the repository at this point in the history
  4. Add missing comment

    erikjohnston committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3472063 View commit details
    Browse the repository at this point in the history