Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: do not error out on checkpoint during pause-requested
Resolves #83253 Previously there was a race condition where we would attempt to checkpoint while the job was in a pause-requested state. Since the changefeed should still be running normally during requested states this should not error. Release note (bug fix): Changefeeds no longer error out when attempting to checkpoint during intermediate pause-requested or cancel-requested states.
- Loading branch information