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

Self freeze functionality seem to kick in even if Value Store type is set to none #2668

Open
masih opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@masih
Copy link
Member

masih commented Oct 11, 2024

Even if value store type is set to none it seems the freezing functionality kicks in regardless. This happened on berg, where disabling freeze fixed the issue. It happened when disk utilisation for dhstore was at 70%.

I suspect this is a bug in storetheindex.

@masih masih added the bug Something isn't working label Oct 11, 2024
@gammazero gammazero self-assigned this Oct 11, 2024
@gammazero
Copy link
Collaborator

gammazero commented Oct 11, 2024

This is not a bug because storetheindex takes into account the value store, data store, and temporary ad data storage locations:

I will update config doc to say this.

To disable freezing, set config Indexer.FreezeAtPercent to -1: https://github.com/ipni/storetheindex/blob/main/config/indexer.go#L30-L33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants