Niklas Schlimm [
https://community.jboss.org/people/Niklas1973] created the discussion
"Memory Leak through MVCCInvocationContext"
To view the discussion, visit:
https://community.jboss.org/message/727141#727141
--------------------------------------------------------------
I have a problem when I redeploying my App on Tomcat several times I am getting an
OutOfMemoryError. I hav looked at the Memory and it shows MVCCInvocationContext thread
local in the 8080 worker threads.
The only way to remove the thread local is through
CacheInvocationDelegate.setInvocationContext(null).
The issue is that I don't have direct access here.
The documentation says that InvocationContextInterceptor does the clean up here. It
doesn't obviously. (I checked if its in the chain - it is ...)
I have attached the Memory Analyzer screen shot.
Any help would be appreciated.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/727141#727141]
Start a new discussion in JBoss Cache at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]