Skip to content

Commit

Permalink
Merge branch 'm/tso-client-optimization' into m/tso-opt-with-hard-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MyonKeminta committed Jul 22, 2024
2 parents a24e36c + 0f60bd8 commit b787252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tso_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ tsoBatchLoop:
}
}
nowaitCollectEnd := time.Now()
td.batchWaitTimerDuration.Observe(nowaitCollectEnd.Sub(nowaitCollectStart).Seconds(), nowaitCollectEnd)
td.batchNoWaitCollectDuration.Observe(nowaitCollectEnd.Sub(nowaitCollectStart).Seconds(), nowaitCollectEnd)

//done := make(chan struct{})
//dl := newTSDeadline(option.timeout, done, cancel)
Expand Down

0 comments on commit b787252

Please sign in to comment.