Skip to content

Commit

Permalink
cop: cop request should contains buckets version (#46446)
Browse files Browse the repository at this point in the history
close #46557
  • Loading branch information
bufferflies authored Sep 4, 2023
1 parent a427113 commit 1cf3201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/copr/coprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ func (worker *copIteratorWorker) handleTaskOnce(bo *Backoffer, task *copTask, ch
ResourceGroupName: worker.req.ResourceGroupName,
},
BusyThresholdMs: uint32(task.busyThreshold.Milliseconds()),
BucketsVersion: task.bucketsVer,
})
req.InputRequestSource = task.requestSource.GetRequestSource()
if task.firstReadType != "" {
Expand Down

0 comments on commit 1cf3201

Please sign in to comment.