Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.2.3, 3.3.0 Alpha 1, 3.3.0 Beta 1, 3.2.4
-
Fix Version/s: 3.3.0
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
Several users are reporting memory leak issues with HttpBinding and the new Semaphore that is being used to forward packets. I have been unable to reproduce this issue locally.
Issue Links
- is related to
-
JM-1001
Http-binding deadlock
-
The current implement of the HttpBinding (including the Semaphores) seems to be triggering: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6460501. Maybe the java Semaphore class should be avoided completely, and use standard Java synchornization instead.