I think, that deadlock appear from :
protected boolean isUpToDate(Set spaces, Long timestamp) {
if ( log.isDebugEnabled() ) {
log.debug("Checking query spaces for up-to-dateness: "
+ spaces);
}
return updateTimestampsCache.isUpToDate(spaces, timestamp);
}
in StandardQueryCache !
updateTimestampsCache.isUpToDate(spaces, timestamp); is SYNCHRONIZED !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083999#4083999
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083999
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user