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 Restore Cluster Metadata if local disk state lost after quorum loss recovery #10447

Merged
merged 20 commits into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. Remote Restore Cluster Metadata if local disk state lost after quorum…

    … loss recovery
    
    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    35ca9bf View commit details
    Browse the repository at this point in the history
  2. restore repository metadata as well

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2c0c482 View commit details
    Browse the repository at this point in the history
  3. only restore non system repos

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    543b06f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63dee0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ef4608 View commit details
    Browse the repository at this point in the history
  6. fetch Metadata before IndexMetadata, remove IndexMetadata version upg…

    …rade as GatewayMetaState would handle it
    
    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1137347 View commit details
    Browse the repository at this point in the history
  7. add UT for index and cluster block recovery

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    00697a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    949acfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41e993e View commit details
    Browse the repository at this point in the history
  10. fix UT

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    99467c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. bring back index template and customs restore

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5ff0521 View commit details
    Browse the repository at this point in the history
  2. Address PR comments and add basic IT

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1c233ad View commit details
    Browse the repository at this point in the history
  3. minor refactor

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9a40066 View commit details
    Browse the repository at this point in the history
  4. fix spotless

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8a447d5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into global-metadata-restore

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4b0f0a1 View commit details
    Browse the repository at this point in the history
  6. update integ test after rebase from main

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3003a23 View commit details
    Browse the repository at this point in the history
  7. modify mock download method to let ITs pass

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b3099cf View commit details
    Browse the repository at this point in the history
  8. only restore global metadata is not null

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    22d6325 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into global-metadata-restore

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2f6514c View commit details
    Browse the repository at this point in the history
  10. add changelog

    Signed-off-by: bansvaru <[email protected]>
    linuxpi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6191d6b View commit details
    Browse the repository at this point in the history