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

[IMPROVED] Do not hold filestore lock during remove that needs to do IO. #4123

Merged
merged 1 commit into from May 2, 2023

Commits on May 2, 2023

  1. When removing a msg and we need to load the msg block and incur IO, u…

    …nlock fs lock to avoid stalling other activity on other blocks.
    
    E.g removing and adding msgs at the same time.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4a58fef View commit details
    Browse the repository at this point in the history