Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: you06 <[email protected]>
  • Loading branch information
you06 committed Mar 18, 2024
1 parent 5b41fdf commit 2f65a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion txnkv/transaction/pipelined_flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ func (c *twoPhaseCommitter) buildPipelinedResolveHandler(commit bool, resolved *
// resolveFlushedLocks resolves all locks in the given range [start, end) with the given status.
// The resolve process is running in another goroutine so this function won't block.
func (c *twoPhaseCommitter) resolveFlushedLocks(bo *retry.Backoffer, start, end []byte, commit bool) {
// TODO: implement cleanup.
const RESOLVE_CONCURRENCY = 8
var resolved atomic.Uint64
handler, err := c.buildPipelinedResolveHandler(commit, &resolved)
Expand Down

0 comments on commit 2f65a8c

Please sign in to comment.