You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your hintfiles are deleted, and you shut down cleanly the node before any merges happen, your hintfiles will not be recreated. This is undesirable on very large nodes, so since we already have the hintfile information, we should make sure that it is up to date on bitcask:close().
The text was updated successfully, but these errors were encountered:
Would it be possible to write out the hintfile as soon as the datafile is read rather than waiting on a bitcask:close()? This would prevent a nodes crashing before a proper close or merge from having to fully read the datafile again.
If your hintfiles are deleted, and you shut down cleanly the node before any merges happen, your hintfiles will not be recreated. This is undesirable on very large nodes, so since we already have the hintfile information, we should make sure that it is up to date on
bitcask:close()
.The text was updated successfully, but these errors were encountered: