From 3d2daafcd4315009e6d5565d7c898370b44435b1 Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Thu, 10 Feb 2022 12:15:07 +0000 Subject: [PATCH] sql: add reference to ticket in TODO Release note: None --- pkg/sql/mvcc_backfiller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sql/mvcc_backfiller.go b/pkg/sql/mvcc_backfiller.go index 1a3582717240..498711ca8d35 100644 --- a/pkg/sql/mvcc_backfiller.go +++ b/pkg/sql/mvcc_backfiller.go @@ -182,7 +182,7 @@ func (imt *IndexMergeTracker) FlushCheckpoint(ctx context.Context) error { // FlushFractionCompleted writes out the fraction completed. func (imt *IndexMergeTracker) FlushFractionCompleted(ctx context.Context) error { - // TODO(rui): The backfiller currently doesn't have a good way to report the + // TODO(#76365): The backfiller currently doesn't have a good way to report the // total progress of mutations that occur in multiple stages that // independently report progress. So fraction tracking of the merge will be // unimplemented for now and the progress fraction will report only the