On 5/3/2023 3:10 PM, Christian Dirks wrote:
We are running a java application using embedded H2 databases and ran into data loss situation that we can not explain. It appears as if the database reverted to a previous state - or that data wasn't written to file for hours.
Given the lengths of time involved, my first guess would be some kind of cloud-sync service that is getting confused and reverting parts of the filesystem to a prior state.
My second guess would be that HA-JDBC is doing something weird like directing writes to one file and not the other, and then choosing the wrong file the next time the software starts up.
-- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/d0c225ff-769f-73da-718f-dd2055db7ba2%40gmail.com.
