Closed GoogleCodeExporter closed 9 years ago
I also found this to be a real issue and a quite serious problem exactly with
the noted code block.
The problem is, that new ConnectionSpy objects are created, and added to the
connectionTracker -Map in ConnectionSpy class, but they will never be removed
from this map.
This results in nonstopping growing of the connectionTracker-map.
Within our application, which has quite high database useage, and which is
restarted rarely, this resulted in blocking problems (the access to the
connectionTracker map gets slow and is inside synchronized block), and
additionally a memory leak problem, all available memory will be used for the
connectionTracker -map.
Original comment by uwe.lamp...@gmail.com
on 19 Nov 2010 at 10:53
Thanks for the report. I will fix it soon.
Original comment by arthur.b...@gmail.com
on 19 Nov 2010 at 2:06
Fixed, SVN rev 93.
Original comment by arthur.b...@gmail.com
on 8 Jan 2011 at 3:21
This issue was closed by revision 10f13dece77b.
Original comment by arthur.b...@gmail.com
on 19 Mar 2013 at 3:24
Original issue reported on code.google.com by
Zsolt.S...@gmail.com
on 8 Nov 2010 at 1:33