Status: Accepted
Owner: [email protected]
CC: [email protected], [email protected]
Labels: Type-Defect Priority-Critical Component-SS7 Roadmap-Fix
Release-Type-Candidate-3 Version-1.0.0 SS7-1.0.0.CR3
New issue 3046 by [email protected]: Creation of Long objects in
TCAPProviderImpl
http://code.google.com/p/mobicents/issues/detail?id=3046
TCAPProviderImpl.getAvailableTxId() creates many unused Long objects for
ever new creation of Dialog. This quickly eats away the memory at high
concurrent load. Logic needs to be modified to find out unused Tx id.