You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
The code in HA that handles backfill has a subtle bug.
When no lease at all exists for a time period the code here sees that no lease exists for the replica in question and the time-period, and assumes that another replica has the lease.
But, in certain cases nobody has the lease for that time-period and that case isn't correctly handled (instead all replicas will drop the data). What should probably happen is that we create a lease for the "gap" period with the first replica that requests it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code in HA that handles backfill has a subtle bug.
When no lease at all exists for a time period the code here sees that no lease exists for the replica in question and the time-period, and assumes that another replica has the lease.
But, in certain cases nobody has the lease for that time-period and that case isn't correctly handled (instead all replicas will drop the data). What should probably happen is that we create a lease for the "gap" period with the first replica that requests it.
The text was updated successfully, but these errors were encountered: