Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in StorageChaser: "Prefix/suffix length inconsistency: prefix length(615) != suffix length (0). Something is seriously wrong in chunk X" #4226

Open
mmuller99 opened this issue Apr 16, 2024 · 0 comments

Comments

@mmuller99
Copy link

Describe the bug
We are unable to rebuild our index, EventStore shuts down upon error.

image

We tried to run a scavenge over the chunk as a hail mary. But the scavenge did indicate a duplicate key in the previous chunk which might be the reason the next chunk has the prefix/suffix issue.

image

Our DB is around 7.5TB, we have multiple streams that have index misses that we manually have to work around if a large read back needs to happen and it hits the index miss and causes the read to fail. Hence the need to rebuild the index.

To Reproduce
Not reproducible

Expected behavior
Should be able to rebuild index

Actual behavior
EventStore shuts down

EventStore details

  • EventStore server version: 21.10.11.0

  • Operating system: Ubuntu 22.04

Is there a way to remedy these chunks? Your advice or help would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant