Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flowinfra: fix recently introduced minor bug
This commit fixes a minor bug introduced in #110625. In particular, that PR made so that we now unconditionally call `ConsumerClosed` on the "head" processor to make sure that resources are properly closed in the pausable portal model. However, `ConsumerClosed` is only valid to be called only if `Start` was called, so this commit fixes that. Additionally, to de-risk #110625 further we now only call that method for local flows since pausable portals currently disable DistSQL. Epic: None Release note: None
- Loading branch information