You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
142742: changefeedccl: warn user when creating changefeed with an older cursor r=KeithCh a=KeithCh
changefeedccl: warn user when creating changefeed
with an older cursor
Older but valid cursors can cause changefeeds to lag behind a lot.
To ensure that customers are not accidentally using a cursor that's too
old, we now provide a warning if the provided cursor is older than 5
hours. This warning would not show if the changefeed option is
initial_scan='only' as the changefeed would never lag behind with
this option.
The warning looks like:
NOTICE: the provided cursor is 7 hours old; older cursors can result in
increased changefeed latency
Resolves#124290
Epic: CRDB-32401
Release note (general): Provide a warning when creating an enterprise
changefeed with a cursor older than 5 hours
Co-authored-by: Keith Chow <[email protected]>
0 commit comments