Skip to content

Commit

Permalink
sql: add reference to ticket in TODO
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
stevendanna committed Feb 10, 2022
1 parent 14b144a commit 3d2daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/mvcc_backfiller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d2daaf

Please sign in to comment.