Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull less state out if we fail to backfill #16788

Merged
merged 5 commits into from
Jan 10, 2024

Commits on Jan 8, 2024

  1. Pull less state out if we fail to backfill

    Sometimes we fail to fetch events during backfill due to missing state,
    and we often end up querying the same bad events periodically (as people
    backpaginate). In such cases its likely we will continue to fail to get
    the state, and therefore we should try *before* loading the state that
    we have from the DB (as otherwise it's wasted DB and memory).
    erikjohnston committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    de5ec99 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4f6de3a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update synapse/handlers/federation_event.py

    Co-authored-by: reivilibre <oliverw@matrix.org>
    erikjohnston and reivilibre committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    de0c1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d5524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a869faf View commit details
    Browse the repository at this point in the history