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

[segment replication]Introducing common Replication interfaces for segment replication and recovery code paths #3234

Merged

Commits on May 12, 2022

  1. RecoveryState inherits from ReplicationState + RecoveryTarget inherit…

    …s from ReplicationTarget
    
    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9d381c0 View commit details
    Browse the repository at this point in the history
  2. Refactoring: mixedClusterVersion error fix + move Stage to Replicatio…

    …nState
    
    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ca0106a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. pull ReplicationListener into a top level class + add javadocs + addr…

    …ess review comments
    
    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ba51c17 View commit details
    Browse the repository at this point in the history
  2. fix javadoc

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d7fc756 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. review changes

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 17, 2022
    Configuration menu
    Copy the full SHA
    b84c184 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Refactoring the hierarchy relationship between repl and recovery

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8447624 View commit details
    Browse the repository at this point in the history
  2. style fix

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5edeae3 View commit details
    Browse the repository at this point in the history
  3. move package common under replication

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 18, 2022
    Configuration menu
    Copy the full SHA
    47379df View commit details
    Browse the repository at this point in the history
  4. rename to replication

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 18, 2022
    Configuration menu
    Copy the full SHA
    233acbc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. rename and doc changes

    Signed-off-by: Poojita Raj <poojiraj@amazon.com>
    Poojita-Raj committed May 19, 2022
    Configuration menu
    Copy the full SHA
    50c4e6e View commit details
    Browse the repository at this point in the history