-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: org.hibernate.cache.UpdateTimestampsCache never returns
PostPosted: Fri Dec 18, 2009 3:11 pm 
Newbie

Joined: Fri Dec 18, 2009 3:00 pm
Posts: 1
I use Grails' GORM for datastore (underlining db is HSQLDB). When I have a multi-thread program that writes object to db (not same row, but same table), sometimes, a few threads will never return. The last log entries for that thread show the following:

2009-10-22 10:54:09,406 [17502052@qtp1-0] DEBUG algorithm.AbstractConcurrentReadCache - get called (key=gr_lic_line.org.hibernate.cache.UpdateTimestampsCache)
2009-10-22 10:54:09,406 [17502052@qtp1-0] DEBUG algorithm.AbstractConcurrentReadCache - persistStore called (key=gr_lic_line.org.hibernate.cache.UpdateTimestampsCache)
2009-10-22 10:54:09,406 [17502052@qtp1-0] DEBUG algorithm.AbstractConcurrentReadCache - get called (key=gr_count_info.org.hibernate.cache.UpdateTimestampsCache)
2009-10-22 10:54:09,406 [17502052@qtp1-0] DEBUG algorithm.AbstractConcurrentReadCache - persistStore called (key=gr_count_info.org.hibernate.cache.UpdateTimestampsCache)
2009-10-22 10:54:09,406 [17502052@qtp1-0] DEBUG algorithm.AbstractConcurrentReadCache - get called (key=gr_expiry_info.org.hibernate.cache.UpdateTimestampsCache)
2009-10-22 10:54:09,406 [17502052@qtp1-0] DEBUG algorithm.AbstractConcurrentReadCache - persistStore called (key=gr_expiry_info.org.hibernate.cache.UpdateTimestampsCache)


It seems UpdateTimestampsCache is blocked somehow. Has anyone encountered this problem before? Any suggestion on how to solve this problem?

Appreciate your help,

Jane Jin


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.