Chasing after another problem I found several blocked task threads, best as I can determine:

InMemorySessionmanager$SessionImpl.invalidate() is invoked.

This method is synchronized, and the call blocks inside SesssionListeners.sessionDestroyed() (separate issue there…)

 

Later, InMemorySessionmanager$SessionImpl.bumpTimeout() is invoked from another thread.

This method is also synchronized, and blocks waiting for invalidate() to complete.  As the first thread is indefinitely blocked inside invalidate(), this second thread also remains blocked indefinitely.

 

In my environment it appears to make an existing problem slightly more severe.

 

Found in 1.1.0, but it looks like it’s in both 1.1.7 and the master branch as well.

Using RHEL, Java 7, Wildfly 8.2

 

invalidate() Thread trace (excerpt):

 

bumpTimeout() Thread trace:

//EricP

 



This message has been scanned for malware by Websense. www.websense.com