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
Host B keeps updating the Azure blob lease with bogus check-pointing data.
Expected Behavior
Host B should not be able to update the lease if it already lost the partition ownership.
Issue is due to downloading Azure blob lease before each checkpointing. This way host continues to access newly generated token and updates lease with bogus checkpoint.
Actual Behavior
Expected Behavior
Issue is due to downloading Azure blob lease before each checkpointing. This way host continues to access newly generated token and updates lease with bogus checkpoint.