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

Incorrect total memtable size used with RocksDB #2390

Merged

Conversation

wezrule
Copy link
Contributor

@wezrule wezrule commented Nov 5, 2019

Thanks to Srayman's testing of the RocksDB ledger backend and providing of the LOG files, we noticed that an incorrect total_memtable_size was being used; the value from the config.toml file was being passed directly but this needed to be multiplied into megabytes before being set as a RocksDB option. This could be the cause of the write issues some people were experiencing, further testing by Srayman is still underway, thanks!

Also modifying a typo in a comment.

@wezrule wezrule added bug database Relates to lmdb or rocksdb labels Nov 5, 2019
@wezrule wezrule added this to the V20.0 milestone Nov 5, 2019
@wezrule wezrule self-assigned this Nov 5, 2019
@wezrule wezrule merged commit cfebe57 into nanocurrency:master Nov 5, 2019
@wezrule wezrule deleted the rocksdb_total_memsize_incorrect branch November 5, 2019 15:49
argakiig pushed a commit that referenced this pull request Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug database Relates to lmdb or rocksdb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants