My system treats the multiple h2 databases. Sometimes I deleted old database from my system. org.h2.server.TcpServerThread is remained after deleting H2 databases by using following query.
- query for deleting database DROP ALL OBJECTS DELETE FILES; SHUTDOWN; I checked the TcpServerThread that should be deleted with database. "stop" flag didn't become true. And thread is suspended in org.h2.value.Transfer.readInt method with inifinite wait. Is there any way to avoid this thread remaining issue? My h2 version is 1.3.176. I access with TCP server mode. -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
