On 2012-10-17 09:44, priyanka wrote:

Only one single table is getting locked..the table with huge memory...the table is unable to read and write...and getting locked.....iam sure its a deadlock...


Then you need to debug the problem using something like VisualVM.

More than likely the problem is that you have a connection that is beginning a transaction and then forgetting to call commit().

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to