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

fix(snapshot): update last snapshot time across members #7968

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Jul 30, 2021

Addresses DO-79.
We see frequent snapshots in an HA cluster because of the leadership re-election because of leader crash/shutdown. The local variable that we use for snapshot frequency is not synchronized across alphas. So each alpha thinks differently about the time the last snapshot was taken.

Copy of #7965 to master
(cherry picked from commit 43055bf)


This change is Reviewable

@NamanJain8 NamanJain8 requested a review from manishrjain as a code owner July 30, 2021 06:16
@NamanJain8 NamanJain8 merged commit 357d81c into master Jul 30, 2021
@NamanJain8 NamanJain8 deleted the naman/snapshot_ts_master branch July 30, 2021 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants