Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: Explicitly set min_resolved_frequency.
Previously, the `resolved` was used to control the frequency of of aggregators emitting checkpoint information to the frontier. Now, this frequency is controlled via `min_checkpoint_frequency`. Set checkpoint frequency to 10s, so that checkpoints are emitted more frequently. The default of 30s causes latency verifier to fail at 1 minute since it's now very easy to simply miss sending frontier updates (so latency can go up to almost 1 minute), plus the closed timestamp setting of 10 second can exceed required thresholds. Fixes #73295 Fixes #73294 Release Notes: none
- Loading branch information