-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Continuous profiling causes SQL P999 duration jitter #48695
Comments
This may be because of golang/go#33250, which has been fixed in https://go-review.googlesource.com/c/go/+/387415 by doing less work during STW. |
When I fetch the goroutines with |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
No jitter
3. What did you see instead (Required)
Some duration jitters, including compiling duration, get TSO duration, etc.
P999 sometimes up to 100ms or above.
The jitter happens one time every minute, which matches the frequency of continuous profiling.
4. What is your TiDB version? (Required)
v6.5.4
The text was updated successfully, but these errors were encountered: