Production Readiness: Rework fix for leases sometimes not renewed due to failure to transfer an expired lease during the acquire call #1104
Labels
Bug
A error that causes the feature to behave differently than what was expected based on design docs
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
released on @0.33.x
released
Description
The fix for the
IntervalLease
implementation included in PR #978 may create future issues since it ultimately changes a low level utility method to behave well beyond the original scope. Instead the fix should be applied to the incorrect logic in theacquire
method.See the changes made here for reference.
The text was updated successfully, but these errors were encountered: