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

fix(#557): memory leak during transaction handling #558

Merged
merged 2 commits into from
May 10, 2024

Conversation

novoj
Copy link
Collaborator

@novoj novoj commented May 10, 2024

No description provided.

novoj added 2 commits May 10, 2024 10:24
According to heapdump - current way of switching catalog reference is not safe and there are references to old catalogs trapped in "catalogAccessor" lambda in entity collection. These changes aim to clarify the process of transitioning from one catalog version to another and avoiding the reference leak.
According to heapdump - current way of switching catalog reference is not safe and there are references to old catalogs trapped in "catalogAccessor" lambda in entity collection. These changes aim to clarify the process of transitioning from one catalog version to another and avoiding the reference leak.
@novoj novoj linked an issue May 10, 2024 that may be closed by this pull request
@novoj novoj merged commit 01fa0f1 into dev May 10, 2024
1 check passed
@novoj novoj deleted the 557-memory-leak-during-transaction-handling branch May 10, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak during transaction handling
1 participant