Is there a way to safely interrupt a running thread, that may be in middle 
of a transaction commit? I read that it is not recommended to use 
Thread.interrupt() with h2, but I have a need to shutdown many threads and 
cannot tell which thread may be in middle of a transaction. The main 
motivation here is to prevent database corruption which I suspect is 
happening.

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/3378645d-9e41-41bd-9b2c-c9bf15da83c7%40googlegroups.com.

Reply via email to