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
148699: catalog/lease: handle range feed recovery for dropped descriptors r=fqazi a=fqazi
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
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments