Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colflow: handle error during draining correctly
This commit fixes the way we handle internal errors that occur during the draining in the `FlowCoordinator`. Previously, with all such errors we would call `MoveToDraining`, but if the processor is already draining, then it would panic. This could occur, for example, when accounting for the metadata footprint and exceeding the limit (which was added several weeks ago). This is now fixed. Release justification: bug fix. Release note: None
- Loading branch information