On 2016/06/24 9:26 AM, Ranjit K wrote:
My question to you more specifically is “how to do we prevent H2 DB or tables from getting corrupt?”
We don't know. Normally it is related to machine-specific issues, dodgy hardware or drives, frequent power interruptions, that kind of thing.
Sometimes it is a bug, but without a test-case, impossible to track down.
We think that since the connection to database is getting closed abruptly, it might be causing the following SELECT query to fail (which can possibly be due to database/table corruption).
No, that's not a problem, that's just a warning to alert you to leaking connections in your code. -- 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.
