-
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
executor: update the memory usage format in expensive logs #12809
Conversation
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
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
Should we cherry-pick this commit to release-3.0 and release-3.1 |
I will pick this PR later. |
/run-all-tests |
@qw4990 merge failed. |
Codecov Report
@@ Coverage Diff @@
## master #12809 +/- ##
===========================================
Coverage 80.1539% 80.1539%
===========================================
Files 465 465
Lines 107200 107200
===========================================
Hits 85925 85925
Misses 14895 14895
Partials 6380 6380 |
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
cherry pick to release-3.0 failed |
cherry pick to release-3.1 failed |
It seems that, not for sure, we failed to cherry-pick this commit to release-3.0. Please comment '/run-cherry-picker' to try to trigger the cherry-picker if we did fail to cherry-pick this commit before. @qw4990 PTAL. |
What problem does this PR solve?
Update the memory usage format in expensive logs to let it can be analyzed by tools easily.
What is changed and how it works?
Before this PR:
mem_max: 1 MB
.After this PR:
mem_max: 1048576 Bytes (1 MB)
.Check List
Tests