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(storagenode): restore uncommitted logs #492

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Commits on Jul 28, 2023

  1. fix(storagenode): restore uncommitted logs

    Currently, all log stream replicas belonging to the storage nodes that are just restarted can't
    commit logs written before restarting if all log stream replicas in a log stream were restarted
    simultaneously. They have logs uncommitted in their storages, but they can't process Commit RPC sent
    from the metadata repository.
    
    This PR fixes the above issue. While recovering the log stream context after restarting the storage
    nodes, it restores uncommitted logs.
    
    Resolves #490
    ijsong committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    267cccc View commit details
    Browse the repository at this point in the history