Performance issue with ehcache stuck thread
Hi team,
Is there any workaround to clear stuck while reading ehcache MemoryStore like programmatically if we can clear stuck thread which caused by ehcache MemoryStore or anything else ?
all threads seem to be stuck reading from ehcache MemoryStore:
net.sf.ehcache.Cache.searchInMemoryStore(Cache.java:1321)
net.sf.ehcache.Cache.get(Cache.java:950)
net.sf.ehcache.Cache.get(Cache.java:927)
Thanks
Durgesh Patidar
Is there any workaround to clear stuck while reading ehcache MemoryStore like programmatically if we can clear stuck thread which caused by ehcache MemoryStore or anything else ?
all threads seem to be stuck reading from ehcache MemoryStore:
net.sf.ehcache.Cache.searchInMemoryStore(Cache.java:1321)
net.sf.ehcache.Cache.get(Cache.java:950)
net.sf.ehcache.Cache.get(Cache.java:927)
Thanks
Durgesh Patidar
0