https://issues.apache.org/bugzilla/show_bug.cgi?id=47740
Curt Arnold <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Curt Arnold <[email protected]> 2009-10-08 22:12:28 PDT --- Looked at the stack trace and looks like there is contention on Hashtable 0x0000002aa16b5fb8, but I've got no obvious reason why anything would be deadlocking on it. However, there is a weird mix of internal and external synchronization on the ht variable. Note the initial comment that synchronized is not used in this class, but then it appears in lazyRemove, but lazyRemove does not appear in your thread dumps. I'd look for any reports on synchronization issues with HashTable on your JVM. If you are willing to experiment and know how to reproduce them problem, rewrite NDC using externally synchronized HashMap's. If that fixes the problem, we may migrate to that approach. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
