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

[Remote Store] Change behaviour in replica recovery for remote translog enabled indices #4318

Merged
merged 12 commits into from
Sep 17, 2022

Commits on Sep 16, 2022

  1. Initiate Recovery - Decouples translog if remote xlog

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6b4ce75 View commit details
    Browse the repository at this point in the history
  2. Skips txlog replay during recovery if remote txlog

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    687e12f View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary code

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5773fd8 View commit details
    Browse the repository at this point in the history
  4. Refactored code and simplified remote txlog check

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c7e8464 View commit details
    Browse the repository at this point in the history
  5. Incorporated PR review feedback

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fae774c View commit details
    Browse the repository at this point in the history
  6. Added UT for replica shard recovery

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    94d5cf7 View commit details
    Browse the repository at this point in the history
  7. Added UT for replica shard recovery

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    60dfb37 View commit details
    Browse the repository at this point in the history
  8. Added UT for checking starting seq no in replica recovery

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9d813b0 View commit details
    Browse the repository at this point in the history
  9. Fixed UT for checking starting seq no in replica recovery

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6c4f93b View commit details
    Browse the repository at this point in the history
  10. Incorporated PR review feedback

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4eda9b0 View commit details
    Browse the repository at this point in the history
  11. Incorporates PR feedback

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    3bacd4c View commit details
    Browse the repository at this point in the history
  12. Incorporates PR feedback

    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b2ada8e View commit details
    Browse the repository at this point in the history