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

Support shard promotion with Segment Replication. #4135

Merged
merged 5 commits into from
Aug 17, 2022

Commits on Aug 17, 2022

  1. Support shard promotion with Segment Replication.

    This change adds basic failover support with segment replication.  Once selected, a replica will commit and reopen a writeable engine.
    
    Signed-off-by: Marc Handalian <[email protected]>
    mch2 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    21654e3 View commit details
    Browse the repository at this point in the history
  2. Add check to ensure a closed shard does not publish checkpoints.

    Signed-off-by: Marc Handalian <[email protected]>
    mch2 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6dac556 View commit details
    Browse the repository at this point in the history
  3. Clean up in SegmentReplicationIT.

    Signed-off-by: Marc Handalian <[email protected]>
    mch2 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6666b27 View commit details
    Browse the repository at this point in the history
  4. PR feedback.

    Signed-off-by: Marc Handalian <[email protected]>
    mch2 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d7b3241 View commit details
    Browse the repository at this point in the history
  5. Fix merge conflict.

    Signed-off-by: Marc Handalian <[email protected]>
    mch2 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    28fea5f View commit details
    Browse the repository at this point in the history