Hello
In a Windows VM, I'm experience a race condition in FileLock.run() using version 1.3.174. Basically, when I open a database with the windows computer, the database get properly open, but looking at the threads, I don't see a "H2 File Lock Watchdog" thread.
The problem is always reproducible. In debug mode, I see the thread being called, but it goes straight to "watchdog end". Most likely, called to "locked = true;" was run after the call to "while (locked && filename!=null)".
I don't see how I can fix it from application level. Help please