Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34066: rangefeed: Fix iterator leak when stopping cluster r=danhhz a=mrtracy When converting rangefeeds to use a per-registration output loop in issue #33557, I accidentally removed two places where the passed "catchupIter" for a registration was being closed if the processor is terminated before the registration is actually completed. This happened due to some work-in-progress confusion where the catchupIter was removed, but eventually restored. This was caught promptly by our regular stress tests. Fixes #34051 Release note: None Co-authored-by: Matt Tracy <[email protected]>
- Loading branch information