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

https://issues.apache.org/jira/browse/AMQ-6391 #197

Closed
wants to merge 1 commit into from

Conversation

pdudits
Copy link
Contributor

@pdudits pdudits commented Aug 10, 2016

Test case for multiple connections participating in one phase commit,
causing leak in ConnectionStateTracker.

Keep all the connections participating in an transaction in a static multimap
similar to the one in TransactionContext.

Even though Garry says that static fields may cause issues in OSGi, I am offering this as a solution. This static map has same lifecycle, classloading and source bundle as the one already present in TransactionContext, therefore I assume it cannot really make things worse.

Test case for multiple connections participating in one phase commit,
causing leak in ConnectionStateTracker.

Keep all the connections participating in an transaction in a static multimap
similar to the one in TransactionContext.
@jbonofre
Copy link
Member

Disabling transaction does the trick. Closing old PR.

@jbonofre jbonofre closed this Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants