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

Fill missing sequence IDs up to max sequence ID when recovering from store #24238

Merged
merged 5 commits into from
Apr 21, 2017

Commits on Apr 21, 2017

  1. Fill missing sequence IDs up to max sequence ID when recovering from …

    …store
    
    Today we might promote a primary and recover from store where after translog
    recovery the local checkpoint is still behind the maximum sequence ID seen.
    To fill the holes in the sequence ID history this PR adds a utility method
    that fills up all missing sequence IDs up to the maximum seen sequence ID
    with no-ops.
    s1monw committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    736be72 View commit details
    Browse the repository at this point in the history
  2. fix compile errors

    s1monw committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    4f8b4c5 View commit details
    Browse the repository at this point in the history
  3. apply feedback

    s1monw committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    09fff06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28edc5c View commit details
    Browse the repository at this point in the history
  5. apply feedback

    s1monw committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    1beb757 View commit details
    Browse the repository at this point in the history