It doesn't seem to make a difference.What am I missing?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/3995f783-e45d-4ed3-89cc-6be2d84fab1en%40googlegroups.com.
I'm running reindex to upgrade from 3.11 to 3.12. I'm seeing this:
org.h2.jdbc.JdbcSQLNonTransientException: General error: "org.h2.mvstore.MVStoreException: Illegal page length -2103318 reading at 49485846; max pos 47382528 [2.3.232/6]"; SQL statement:
SELECT v, created FROM data WHERE k=? AND version=? [50000-232]
On Wednesday, August 27, 2025 at 8:43:28 PM UTC+2 John Schmitt wrote:I'm running reindex to upgrade from 3.11 to 3.12. I'm seeing this:[...]org.h2.jdbc.JdbcSQLNonTransientException: General error: "org.h2.mvstore.MVStoreException: Illegal page length -2103318 reading at 49485846; max pos 47382528 [2.3.232/6]"; SQL statement:
SELECT v, created FROM data WHERE k=? AND version=? [50000-232]Did you upgrade the existing H2 databases to the new H2 version? Gerrit upgraded H2 from version 1.3.176 to 2.3.232. This requires rebuilding/migrating the H2 databases used for caches
If not, use the migration script provided at [1] for the caches. I think the database at ./db/account_patch_reviews.h2.db also needs to be migrated.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/56774a7e-78ba-4fb9-a058-8fcf4b099ed5n%40googlegroups.com.
On Tue, Sep 2, 2025 at 8:33 PM Thomas Wolf <t.wo...@gmail.com> wrote:On Wednesday, August 27, 2025 at 8:43:28 PM UTC+2 John Schmitt wrote:I'm running reindex to upgrade from 3.11 to 3.12. I'm seeing this:[...]org.h2.jdbc.JdbcSQLNonTransientException: General error: "org.h2.mvstore.MVStoreException: Illegal page length -2103318 reading at 49485846; max pos 47382528 [2.3.232/6]"; SQL statement:
SELECT v, created FROM data WHERE k=? AND version=? [50000-232]Did you upgrade the existing H2 databases to the new H2 version? Gerrit upgraded H2 from version 1.3.176 to 2.3.232. This requires rebuilding/migrating the H2 databases used for cachesWith h2 version 2.x we use different file names for the database files than the ones we used with h2 version 1.x.This means if you don't migrate the old caches, new empty databases will be created for persistent caches.
--Cheers,Thomas
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/f2d01b74-5c6f-4aab-9754-04c13ab153c7n%40googlegroups.com.