Skip to content

Teach Page Server's WAL receiver to respond to KeepAlives #30

@hlinnaka

Description

@hlinnaka

Currently, the page server ignores PrimaryKeepAlive messages. See walreceiver.rs:

            ReplicationMessage::PrimaryKeepAlive(_keepalive) => {
                trace!("received PrimaryKeepAlive");
                // FIXME: Reply, or the connection will time out
            }

Because of that, the primary will terminate the connection after a timeout.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions