mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.83k stars 154 forks source link

Pack_error: "Invalid_argument" when calling `integrity-check-index` command #2264

Closed metanivek closed 1 year ago

metanivek commented 1 year ago
./octez-node storage integrity-check-index --data-dir /tmp/lapin
Beginning index checking with parameters: { log_size = 2500000 }
Checking index    6.1 KiB 00:00 [############################--------------------------------------------------------------------------]  27%
(/home/vicall/Documents/Tezos/Nomadic_DEV/tezos/octez-node) Exit: exit because of uncaught exception: Pack_error: "Invalid_argument"

As reported by @vect0r-vicall. Reproducible using a GC-based snapshot on master Tezos, which is using 3.7.2.

Our small cram test for this command passes, so this issue is likely some data issue arising from a GC-based snapshot.