Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Eliminate accumulated forwarded Request messagesΒ #170

@sergefdrv

Description

@sergefdrv

Using messagelog to buffer forwarded requests eliminates dandling goroutines when the destination replica stops receiving the messages. However, this will still accumulate the forwarded messages in the unicast message logs, whereas we only need to keep at most one request per client (until we add support for concurrent client requests).
This is because each new Request may be added to the unicast message log for forwarding but never removed from there.

Originally posted by @sergefdrv in #166

Metadata

Metadata

Assignees

No one assigned

    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