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

Listener should be unregistered on local regions when cache shutdown #163

Closed
EzequielB opened this issue May 22, 2020 · 1 comment
Closed
Assignees

Comments

@EzequielB
Copy link
Contributor

Describe the bug
When regions are shutdown (destroy) from hibernate side, if the hazelcast instance is not shutdown, local region listeners are still registered. This forces the hazelcast instance to keep a reference to the listener, and thus the whole local region.

Expected behavior
Local region should clear registered regions when hibernate region is shutdown.

To Reproduce
On a running app, shutdown hibernate but do not shutdown hazelcast.
Check the listeners on hazelcast.

@enozcan
Copy link
Contributor

enozcan commented Jun 4, 2020

Closed by #164

@enozcan enozcan closed this as completed Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants