Hi, > but when i cut the network for one H2 node, all connections who are > open in pool don't work (block), > and all applications cluster node look.
Could you find out why they block? To find out, I usually use: jps -l (to get the process id) jstack <pid> (to get the full thread dump) or (Linux only): kill -QUIT <pid> 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.
