We are currently running version 1.3.155 of H2 in Automatic Mixed Mode, and are experiencing an issue where any insertion fails with the exception 'java.lang.RuntimeException: rowCount expected 6654959 got 6655154 CACHE.CACHE_DATA'. We noticed that the 'got' count increments with each subsequent exception.
The database in question contains only a single simple table, used as a persistent cache. The server process opening the database for direct embedded access is multithreaded, typically running about 8-10 threads. Other monitoring processes can infrequently attach to the database to query it. Here are our connection options. jdbc:h2:<path to database>;AUTO_SERVER=TRUE;LOCK_TIMEOUT=5000 3 stack traces can be found at http://pastebin.com/TwujBdxG thanks, Andrew -- 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.
