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 State] Create service to publish cluster state to remote store #9160

Merged
merged 11 commits into from
Aug 31, 2023

Commits on Aug 30, 2023

  1. Upload all index metadata to remote

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    551e3cb View commit details
    Browse the repository at this point in the history
  2. Add nodeId field in marker

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ab5ff8c View commit details
    Browse the repository at this point in the history
  3. Move assertion to setLastAcceptedState

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0486d23 View commit details
    Browse the repository at this point in the history
  4. Handle RepositoryMissingException during bootstrap

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4824bb5 View commit details
    Browse the repository at this point in the history
  5. Add changelog

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8b8d43d View commit details
    Browse the repository at this point in the history
  6. Add assert for previous cluster state and marker

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b1c7ab9 View commit details
    Browse the repository at this point in the history
  7. Add RemotePersistedState tests

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8f8e034 View commit details
    Browse the repository at this point in the history
  8. Rename ClusterMetadataMarker to ClusterMetadataManifest

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6998fbd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge branch 'main' into remote_state

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e386afc View commit details
    Browse the repository at this point in the history
  2. Remove redundant remote state assertions

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    42af4dd View commit details
    Browse the repository at this point in the history
  3. Fix Unit test after remove state enabled assertion

    Signed-off-by: Sooraj Sinha <[email protected]>
    soosinha committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    99734f1 View commit details
    Browse the repository at this point in the history