Fix bitcask_pulse model to know when a keydir may have been frozen. #181
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #180.
bitcask_nifs:keydir_remove/3
-> *bitcask_nifs:keydir_remove_int/3
pulse_log_call()
wrappersaround all keydir NIF calls that can mutate the keydir.
at-last-one-folder-is-running-time that the bad result appeared.
Then figure out if a keydir mutating NIF was called; if yes,
then it's possible that the keydir was frozen ... we don't know
for sure, but we won't cause the model to fail in this case.