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

fix: return buffers after canceling badger operation #5796

Merged
merged 1 commit into from
Mar 12, 2021

Commits on Mar 12, 2021

  1. fix: return buffers after canceling badger operation

    In theory, Delete/Put could fail. If it does, we'll return the buffers
    to the pool before we're really done with them.
    
    In practice, this is almost certainly not an issue as badger shouldn't
    _use_ the buffer unless we flush. But I feel slightly safer this way.
    Stebalien committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    bba71da View commit details
    Browse the repository at this point in the history