[jboss-user] [JBossCache] - Re: Deadlock at UpdateTimeStampsCache !

JohnBat26 do-not-reply at jboss.com
Thu Sep 13 10:51:10 EDT 2007


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



More information about the jboss-user mailing list