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

Eliminate accumulated forwarded Request messages #170

Open
sergefdrv opened this issue Apr 22, 2020 · 0 comments
Open

Eliminate accumulated forwarded Request messages #170

sergefdrv opened this issue Apr 22, 2020 · 0 comments

Comments

@sergefdrv
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant