Please upgrade to the latest H2 version. H2 2.2.224 was not the best release and quite a few important issues have been fixed since. Warm regards Andres
On Sun, 2024-12-22 at 04:14 -0800, Dan Howard wrote: > Hi all, > > I think I caused this by running a query repeatedly too > often/quickly. > > H2 2.2.224 > > Caused by: org.h2.mvstore.MVStoreException: java.lang.AssertionError: > 38662144 != 26615808 [2.2.224/3] > at > [email protected]/org.h2.mvstore.DataUtils.newMVStoreException(D > ataUtils.java:996) > at > [email protected]/org.h2.mvstore.FileStore.storeBuffer(FileStore > .java:1529) > at > [email protected]/org.h2.mvstore.FileStore.lambda$serializeAndSt > ore$3(FileStore.java:1432) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executo > rs.java:572) > at > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoo > lExecutor.java:1144) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPo > olExecutor.java:642) > ... 1 common frames omitted > Caused by: java.lang.AssertionError: 38662144 != 26615808 > at > [email protected]/org.h2.mvstore.RandomAccessStore.shrinkStoreIf > Possible(RandomAccessStore.java:679) > at > [email protected]/org.h2.mvstore.RandomAccessStore.writeChunk(Ra > ndomAccessStore.java:377) > at > [email protected]/org.h2.mvstore.RandomAccessStore.writeChunk(Ra > ndomAccessStore.java:28) > at > [email protected]/org.h2.mvstore.FileStore.storeBuffer(FileStore > .java:1524) > ... 6 common frames omitted > -- > 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 visit > https://groups.google.com/d/msgid/h2-database/8c50185b-5a63-4285-a942-57905431926en%40googlegroups.com > [1]. [1] https://groups.google.com/d/msgid/h2-database/8c50185b-5a63-4285-a942-57905431926en%40googlegroups.com https://groups.google.com/d/msgid/h2-database/8c50185b-5a63-4285-a942-57905431926en%40googlegroups.com?utm_medium=email&utm_source=footer -- 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 visit https://groups.google.com/d/msgid/h2-database/e9c5c5df36e268e40cf1487a52c5776ed246d277.camel%40manticore-projects.com.
