-
Notifications
You must be signed in to change notification settings - Fork 312
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
enable but inact memory profiling #1272
Conversation
Signed-off-by: qupeng <qupeng@pingcap.com>
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d65016d
|
/hold |
To fix tikv/tikv#9538, maybe you want to change |
@lucklove all TiKV clusters have the problem, regardless they are deployed with This PR is only for |
BTW I will do a bench for this change. The result will be post later. |
TiUP set envs for each component here.
|
Codecov Report
@@ Coverage Diff @@
## master #1272 +/- ##
===========================================
+ Coverage 26.28% 53.66% +27.37%
===========================================
Files 263 289 +26
Lines 18840 20780 +1940
===========================================
+ Hits 4953 11152 +6199
+ Misses 13115 7891 -5224
- Partials 772 1737 +965
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I have benchmarked it, here is the result:
There aren't obvious dirrerences. The reason is memory profiling is compiled for both 2 cases, and it's not actived in both 2 cases. |
Signed-off-by: qupeng <qupeng@pingcap.com>
/hold cancel |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c8f2b81
|
Signed-off-by: qupeng qupeng@pingcap.com
What problem does this PR solve?
Close #1270 and tikv/tikv#9538.
Check List
Tests
Code changes
Side effects
Related changes
Release notes: