We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4594411 commit 3a65ddfCopy full SHA for 3a65ddf
pkg/kv/kvclient/rangefeed/rangefeedcache/watcher.go
@@ -312,6 +312,7 @@ func (s *Watcher[E]) Run(ctx context.Context) error {
312
rangefeed.WithDiff(s.withPrevValue),
313
rangefeed.WithRowTimestampInInitialScan(s.withRowTSInInitialScan),
314
rangefeed.WithOnInitialScanError(func(ctx context.Context, err error) (shouldFail bool) {
315
+ log.VInfof(ctx, 1, "initial scan error: %s", err)
316
// TODO(irfansharif): Consider if there are other errors which we
317
// want to treat as permanent. This was cargo culted from the
318
// settings watcher.
0 commit comments