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 memory leak with streaming queries with Id Embedded #2928

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Jan 5, 2023

The Id Embedded beans do not need the embeddedOwner to be set. They do not need to propagate dirty state back to the owner.

- The Id Embedded beans do not need the embeddedOwner to be set. They do not need to propagate dirty state back to the owner.
@rbygrave rbygrave self-assigned this Jan 5, 2023
@rbygrave rbygrave linked an issue Jan 5, 2023 that may be closed by this pull request
@rbygrave rbygrave added this to the 13.11.1 milestone Jan 5, 2023
@rbygrave rbygrave merged commit cceb293 into master Jan 8, 2023
@rbygrave rbygrave deleted the feature/2918-findEach-EmbeddedId-Memory branch January 8, 2023 21:25
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.

findStream() / findEach() memory leak
1 participant