Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
SecondaryIndexManager.CleanupGCTransaction doesn't notify registered indexers of the partition level deletion on commit. Indexers are notified of each individual row removal caused by the partition delete, but also informing them of the top level delete would enable them to make potential optimizations during cleanup.