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

Improvements to Filestore #3867

Merged
merged 3 commits into from Feb 14, 2023
Merged

Improvements to Filestore #3867

merged 3 commits into from Feb 14, 2023

Commits on Feb 13, 2023

  1. Improve expireMsgs minAge calculation for when lots of messages to ex…

    …pire in each callback.
    
    This happens when under extreme load as shown in the skipped test.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1e3c281 View commit details
    Browse the repository at this point in the history
  2. Increase limit for internal blocking IO vs num cores.

    Will help in slow IO situations and lots of expire cache calls.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e2f9fb7 View commit details
    Browse the repository at this point in the history
  3. Only update per subject information if we know we have an update.

    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3bc0af7 View commit details
    Browse the repository at this point in the history