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

storage/inmem: Create path if does not exist during truncate #4853

Merged
merged 1 commit into from Jul 7, 2022

Commits on Jul 6, 2022

  1. storage/inmem: Create path if does not exist during truncate

    A data write performed at a non-root nonexistent path
    in the im-memory store during a trucnate op would cause a
    storage not found error. This change creates a path if one
    does not exist before writing data.
    
    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a9fced9 View commit details
    Browse the repository at this point in the history