Hi,

> the copies of database to synchronize with each other

Do you use one or multiple databases?

I can't reproduce the problem. What version of H2 do you use? Could
you post a full thread dump of the hanging process? To create one, use
jps -l and then jstack <pid> or kill -QUIT <pid>. See also "full
thread dumps" at
http://www.h2database.com/html/performance.html#application_profiling

Or you can send a reproducible test case. Please keep test cases as
simple and short as possible, but so that the problem can still be
reproduced. Method that simply call other methods should be avoided,
as well as unnecessary exception handling. Please use the JDBC API and
no external tools or libraries. The test should include all required
initialization code, and should be started with the main method. - see
also http://www.h2database.com/html/build.html#support

Regards,
Thomas

-- 
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