Closed nikowitt closed 1 year ago
That is very odd looking. I would be doubtful that this is truly "stalled", and maybe speculate that this is really just a very hot path? I would probably start with trying to get a series of thread dumps from the machine to see if you can catch threads making progress, or whether things are truly stalled. If you can catch a thread moving then I would immediately shift my focus to what Hibernate is doing and whether this is just a heavily loaded system (maybe with some poor caching behaviors).
At the time where it happened, there was no significant load, compared to other usage. As I also was able to take a heap dump at this, I will also further investigate. So this means that this stacktrace does not ring any bells on your end?
Also checking the heap dump, I do not find any unusual load.
Closing for now as I don't find anything suspicous, will reopen if I can add more details that could point to an EHCache issue.
Hi there, we just encountered the case that an application stalled using EHcache and LOTS of thread (50-100 user threads) stuck at
Just from this trace, is there a good guess where I could have a look at? If not, which information is important? It is a cache that is not using offheap, but is stored only in memory. The heap dump shows that the sum of all on-heap caches (~350) is not bigger than ~80-100 MB in memory.
Thanks in advance!