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

fix(replication): prevent dropped conns during replication #369

Merged
merged 1 commit into from
Jun 9, 2023

Commits on Jun 9, 2023

  1. fix(replication): prevent dropped conns during replication

    We were seeing a lot of OutboundFialure and closed connections leading
    to dropped messages during data replication. This was turning up as
    UnexpectedEof errors when a connection was closed midway through send
    eg.
    
    Seems like, due to _NOT_ responding to a request (using the protocol
    wrongly perhaps?) we were causing awaiting connections to error out
    as the receive stream was dropped unepectedly, causing a knock on to
    anything else in flight on that same connection.
    joshuef authored and maqi committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    980688f View commit details
    Browse the repository at this point in the history