Jaroslaw Cwiklik wrote:
> Jorn, I will try to find a source of this leakage today. There is a per CAS
> statistic cached in a Map in the UIMA AS service and most likely this Map is
> not being cleaned up every time a CAS is returned to a client. I will create
> JIRA for this once I confirm the problem.
> Thanks
>
All ServicePerformance objects I manually checked where referenced by a
ConcurrentHashMap.HashEntry object where the key is
a string which looks like this "-73ca03a4:127b9341087:1dd3".
Sounds like the map you are talking about.
Jörn
|