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(DataUtils.java:996)
at 
[email protected]/org.h2.mvstore.FileStore.storeBuffer(FileStore.java:1529)
at 
[email protected]/org.h2.mvstore.FileStore.lambda$serializeAndStore$3(FileStore.java:1432)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
... 1 common frames omitted
Caused by: java.lang.AssertionError: 38662144 != 26615808
at 
[email protected]/org.h2.mvstore.RandomAccessStore.shrinkStoreIfPossible(RandomAccessStore.java:679)
at 
[email protected]/org.h2.mvstore.RandomAccessStore.writeChunk(RandomAccessStore.java:377)
at 
[email protected]/org.h2.mvstore.RandomAccessStore.writeChunk(RandomAccessStore.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.

Reply via email to