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

Memory leak in RecordCacheImpl #10170

Closed
OlegMazurov opened this issue Nov 29, 2023 · 0 comments · Fixed by #10523
Closed

Memory leak in RecordCacheImpl #10170

OlegMazurov opened this issue Nov 29, 2023 · 0 comments · Fixed by #10523
Assignees
Labels
Modularization Issues or PRs related to modularization

Comments

@OlegMazurov
Copy link
Contributor

Description

RecordCacheImpl.histories accumulates transaction histories which are not removed when transactions expire (see removeExpiredTransactions()).

Steps to reproduce

The bug was discovered when running the NftTransferLoadTest benchmark. The node would start seeing ZGC allocation stalls and stop being ACTIVE.

Additional context

No response

Hedera network

other

Version

develop

Operating system

Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Modularization Issues or PRs related to modularization
Projects
Archived in project
2 participants