-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fail to restart service. #1252
Comments
The panic comes from here: This means that the size that was read from the index file, here, was less than 4 bytes, causing the data here to be too short and failing the bounds check. This means that something is wrong with the index file as it appears to have an invalid data size value. |
What should I do? Can I delete the corresponding index file? |
Do not delete the corresponding index file, but rather truncate it to zero size. Unfortunately, this will result in the loss of any indexed data that was referenced by the indexes in that file. If you are planning on re-indexing, then I recommend you move to a more recent version of the indexer that supports the Pebble valuestore. Using that will result in significantly better storage space utilization, and better performance an larger scale. |
This issue is dead. Any recovery of a version this old is to simply install new indexer and other services and reindex. |
When I tried to restart the service, this problem occurred. Is there any problem with index
The text was updated successfully, but these errors were encountered: