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
Advance replication streams even if nothing is listening #2098
Conversation
erikjohnston
assigned
richvdh
Apr 4, 2017
richvdh
assigned
erikjohnston
and unassigned
richvdh
Apr 4, 2017
erikjohnston
merged commit a768867
into
develop
Apr 4, 2017
8 checks passed
Sytest Dendron (Commit)
Build #1893 origin/erikj/repl_tcp_fix succeeded in 11 min
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2721 origin/erikj/repl_tcp_fix succeeded in 7 min 36 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2793 origin/erikj/repl_tcp_fix succeeded in 5 min 3 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/repl_tcp_fix
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
Otherwise the streams don't advance and steadily fall behind, so when a
worker does connect either a) they'll be streamed lots of old updates or
b) the connection will fail as the streams are too far behind.
We also ensure that the stream advances during the initial subscribing to a stream.