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
Remove fallback from get_missing_events. #1734
Conversation
NegativeMjark
merged commit 48c3b7d
into
release-v0.18.6
Dec 30, 2016
6 of 8 checks passed
Sytest Dendron (Commit)
Build #1287 origin/markjh/fix_get_missing failed in 1 min 9 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2130 origin/markjh/fix_get_missing succeeded in 6 min 51 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2172 origin/markjh/fix_get_missing succeeded in 5 min 30 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
ara4n
referenced this pull request
Dec 30, 2016
Closed
Servers may sometimes temporarily blackhole federation traffic #1733
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NegativeMjark commentedDec 30, 2016
•
edited by ara4n
get_missing_events used to fallback to fetching the missing events
individually requesting from every server in the room, one by one.e
This could be unacceptably slow, possibly causing #1733