This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Topic-aware consensus-gossip pruning #1646
Labels
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
Milestone
Related to #1645
Consensus gossip (
network/consensus_gossip.rs
) should maintain an LRU cache of "known dead" topics. There should be acollect_garbage
variant specifically for removing all messages on a specific topic.received messages for a dead topic should be rejected.
All current uses of
collect_garbage
should be amended where possible to use the new variant.The text was updated successfully, but these errors were encountered: