Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Queue up federation PDUs while a room join is in progress #2016
Conversation
richvdh
added some commits
Mar 15, 2017
richvdh
assigned
erikjohnston
Mar 15, 2017
richvdh
referenced this pull request
Mar 16, 2017
Open
Forward extremities accumulate and lead to poor performance #1760
|
lgtm |
richvdh
merged commit 2abe85d
into
develop
Mar 17, 2017
7 of 8 checks passed
Sytest Dendron (Commit)
Build #1701 origin/rav/queue_pdus_during_join failed in 13 min
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2518 origin/rav/queue_pdus_during_join succeeded in 7 min 0 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2584 origin/rav/queue_pdus_during_join succeeded in 6 min 33 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/queue_pdus_during_join
branch
Mar 17, 2017
This was referenced Mar 22, 2017
psaavedra
added a commit
to psaavedra/synapse
that referenced
this pull request
May 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedMar 15, 2017
•
edited
This just takes the existing
room_queueslogic and moves it out toon_receive_pduinstead of_process_received_pdu, which ensures that we don't start trying to fetch prev_events and whathaveyou until the join has completed.I'm hoping this will fix some slightly odd behaviour observed when joining busy rooms with complicated state graphs.