Bugs item #614313, was opened at 2002-09-25 12:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=614313&group_id=22866

Category: JBossTX
Group: v3.2
Status: Open
Resolution: None
>Priority: 6
Submitted By: Michael Bartmann (bartmann)
Assigned to: Nobody/Anonymous (nobody)
Summary: TxManager memory leak

Initial Comment:
The TxManager stores all allocated TransactionImpl
instances in a private HashMap (globalIdTx).
The only package-private method releaseTransactionImp
which would clear them from the HashMap
does not seam to be called from anywhere.

This is a leak which costs us 100MB per day on a
medium trafic server.
(Each TransactionImpl itself holds an XIdImpl,
a Logger, ...)

Regards,
Michael Bartmann



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=614313&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to