I got similar behaviour, H2 version 1.4.193. Using H2 with MVCC through JDBC, one SQL query appeared to be in infinite loop inside H2 code, other queries were blocked forever in synchronized block. I am not sure whether the following exception in log relates to this problem.
Caused by: org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 550216, expected page length 4..96, got 1211773484 Work with DB was only through JDBC with native JDBC for H2 driver. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
