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

[FIXED] Stream / KV lookups fail after decreasing history size. #4656

Merged
merged 1 commit into from Oct 12, 2023

Commits on Oct 12, 2023

  1. Fixed a bug that was not correctly selecting next first because it wa…

    …s not skipping dbit entries.
    
    This could result in lookups failing, e.g. after a change in max msgs per subject to a lower value.
    
    Also fixed a bug that would not prperly update psim during compact when throwing away the whole block and a subject had more than one message.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b7b40b0 View commit details
    Browse the repository at this point in the history