Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73395: changefeedccl: Explicitly set min_resolved_frequency. r=miretskiy a=miretskiy 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 Fixes #72806 Release Notes: none 74552: kv: Allow nil when checking for empty lease. r=knz a=miretskiy Treat nil lease as empty when checking for empty lease. Recent changes in #66374 as well as in #74315 changed how lease is stored as well as modified receiver type. As a result, attempts to print empty `EvictionToken{}` will result in a nil panic. Release Notes: None Co-authored-by: Yevgeniy Miretskiy <[email protected]>
- Loading branch information