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

Fixes memory leak in InfinispanAsyncMultiMap #42

Closed
wants to merge 0 commits into from

Conversation

tsegismont
Copy link
Contributor

Calling ClusterManager.getAsyncMultiMap multiple times can leak memory as the cache listener is still registered.

See vert-x3/issues#316

@tsegismont
Copy link
Contributor Author

@vietj PTAL

@PDziamentsyeu
Copy link

How to resolve this issue for now?

@tsegismont
Copy link
Contributor Author

As a workaround, store the multimap instance as a verticle field instead of consecutive lookups

@tsegismont tsegismont removed the request for review from vietj September 28, 2018 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants