Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SummaryCache should clean previous date properly #1138

Closed
Neylix opened this issue Jul 3, 2023 · 0 comments · Fixed by #1144
Closed

SummaryCache should clean previous date properly #1138

Neylix opened this issue Jul 3, 2023 · 0 comments · Fixed by #1144
Assignees
Labels
beacon chain Involve BeaconChain bug Something isn't working
Milestone

Comments

@Neylix
Copy link
Member

Neylix commented Jul 3, 2023

Describe the problem you discovered

Currently summary cache clean previous slots when receiving the first slot event from slot timer.
But slot timer could be down and not trigger the slot time event. So the summary cache may not clean the previous slots

Describe the solution you'd like

We should have a way to always clean previous slots in cache when they has been used

Epic

No response

@Neylix Neylix added bug Something isn't working beacon chain Involve BeaconChain labels Jul 3, 2023
@samuelmanzanera samuelmanzanera added this to the 1.2.4 milestone Jul 3, 2023
@Neylix Neylix self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beacon chain Involve BeaconChain bug Something isn't working
Projects
Status: Done 🍻
Development

Successfully merging a pull request may close this issue.

2 participants