-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store/tikv: implement a ttlManager
to update the TTL of a transaction (#12177)
#12579
Conversation
PTAL @coocood @lysu @MyonKeminta |
1 similar comment
PTAL @coocood @lysu @MyonKeminta |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
metrics/metrics.go
Outdated
@@ -151,5 +151,7 @@ func RegisterMetrics() { | |||
prometheus.MustRegister(TiKVRangeTaskStats) | |||
prometheus.MustRegister(TiKVRangeTaskPushDuration) | |||
prometheus.MustRegister(HandleSchemaValidate) | |||
prometheus.MustRegister(TiKVTokenWaitDuration) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this metric used? Why is it picked into this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done @MyonKeminta
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
Cherry-pick #12177 and #12398