-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Storage Execution 2026-02-16
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
KVDropPendingReaper::dropIdentsOlderThan() calls checkForInterrupt() without any logic to perform the required cleanup if it throws. When this happens, dropPending is left as true on idents which are no longer in the process of being dropped, and a subsequent attempt to drop them will hit an invariant failure.