We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Preconditions Active schain medium type with enabled JSON-RPC API
Version Skaled 3.17.0-beta.11
To Reproduce
Expected state Skaled should delete key-values pairs after self-destruct function and run compaction to free space in the levelDB
Actual state: Skaled delete key-values pairs after self-destruct function and waiting for auto compaction of levelDB (unpredictable timeout)
Logs after self-destruct without force compaction: 27M 12041
total key: 164175 total value 164175 value size: 5513863 key size: 8534711
After force compaction: 7,3M 12041
The text was updated successfully, but these errors were encountered:
kladkogex
No branches or pull requests
Preconditions
Active schain medium type with enabled JSON-RPC API
Version
Skaled 3.17.0-beta.11
To Reproduce
Expected state
Skaled should delete key-values pairs after self-destruct function and run compaction to free space in the levelDB
Actual state:
Skaled delete key-values pairs after self-destruct function and waiting for auto compaction of levelDB (unpredictable timeout)
Logs
after self-destruct without force compaction:
27M 12041
After force compaction:
7,3M 12041
The text was updated successfully, but these errors were encountered: