exporter: memory leak in CommitteeObserver
.postConsensusContainer
#1857
Labels
bug
Something isn't working
CommitteeObserver
.postConsensusContainer
#1857
Description
It seems that
postConsensusContainer
map is never cleaned and always keeps growing causing a memory leak in exporter.NOTE: it also looks like we are saving all the post consensus sigs under validator index without any notion of the slot?
Possible solutions
Change the mapping to be per-slot and remove on slots on newer slots arrival.
The text was updated successfully, but these errors were encountered: