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
catalog/lease: handle range feed recovery for dropped descriptors
Previously, when range feed recovery was executed by the lease manager,
the operation would handle missing descriptors by removing them.
However, it also needs to gracefully handle dropped descriptors in the
same way, since dropped descriptors cannot be leased. This patch updates
the recovery process and adds a test to confirm that dropped descriptors
are correctly released by the lease manager.
Fixes: #148598Fixes: #148273Fixes: #146536
Release note: None
0 commit comments