-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
High
-
Affects Version/s: None
-
Component/s: None
-
None
From investigation of the ConcurrentModificationException bug this week, it turns out that JBoss and Jetty are logging Hibernate at DEBUG level. We don't know how or where this is happening, but it's GOT to be a serious performance problem since every session is being dumped to a String at some point.
We need to work out why this is happening, and how to prevent it.