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
changefeedccl: ensure that spans planned from cdc queries have end keys
When a cdc query results in a plan that scans a
single key, the end key of the span is unset. This
causes the feed to fail on startup. We now set
span.EndKey = span.Key.Next().
Fixes: #143101
Release note (bug fix): Fixed a bug that caused feeds to fail on startup when
scanning a single key.
0 commit comments