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
Deduplicate new deviceinbox rows for replication #2099
Conversation
erikjohnston
assigned
richvdh
Apr 4, 2017
|
ok, so this looks like it will make the server send fewer RDATAs (or the equivalent json for http) for device inbox messages. Where do we define what the rows should be for each stream? |
|
https://github.com/matrix-org/synapse/blob/develop/synapse/replication/tcp/streams.py#L61 are the formats for each type of stream in RDATA |
|
right, but that doesn't really define whether it is valid to skip rows. |
|
Oh, I'm being stupid. LGTM |
richvdh
assigned
erikjohnston
and unassigned
richvdh
Apr 4, 2017
erikjohnston
merged commit b9caf4f
into
develop
Apr 5, 2017
7 of 8 checks passed
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Dendron (Commit)
Build #1898 origin/erikj/deviceinbox_reduce succeeded in 12 min
Details
Sytest Postgres (Commit)
Build #2726 origin/erikj/deviceinbox_reduce succeeded in 7 min 46 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2798 origin/erikj/deviceinbox_reduce succeeded in 5 min 27 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
psaavedra
added a commit
to psaavedra/synapse
that referenced
this pull request
May 19, 2017
erikjohnston
deleted the
erikj/deviceinbox_reduce
branch
Oct 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedApr 4, 2017
No description provided.