HyperQueue crashes with "Deserialization error: Journal load error: SizeLimit"
Hi,
during the weekend, my HyperQueue stopped working and could not be restarted. Looking at the debug log, it ends with:
```
[2026-01-31T18:36:22.865Z DEBUG hyperqueue::server::restore] Replaying: WorkerConnected 0
Deserialization error: Journal load error: SizeLimit.
It appears that the journal file is corrupted.
```
I did not know there is a limit on journal size. Does it mean I need to prune it regularly? I dont have a problem with it, I just did not know it.
Also, is this a new thing? In https://github.com/It4innovations/hyperqueue/issues/785, my journal size was twice as big and the HyperQueue was working fine.
Zipped journal (the original size is 4.2GB) and last debug log is at
https://www.fzu.cz/~svatosm/hqJournal.zip
https://www.fzu.cz/~svatosm/hq-debug-output.log
4 条评论