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

cloud_storage: adjust condition to remove archiver #5934

Merged
merged 2 commits into from
Aug 10, 2022

Commits on Aug 10, 2022

  1. cloud_storage: adjust condition to remove archiver

    an archiver is removed in reconcile loop if it is stopped. the stop
    condition checks if the upload loop is stopped. with read replica there
    are two status variables which denote a stopped loop. this change makes
    the condition such that any of these two variables being true marks the
    archiver as stopped, as the two conditions start out being false. they
    turn to true in mutually exclusive code paths.
    
    the archiver must be marked as removed in order for a stopped upload
    loop to restart.
    abhijat committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5d93dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ff954 View commit details
    Browse the repository at this point in the history