-
Notifications
You must be signed in to change notification settings - Fork 409
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
*: Refine storage layer logging level (release-6.5) #8558
*: Refine storage layer logging level (release-6.5) #8558
Conversation
82116fb
to
c69423d
Compare
/run-all-tests |
0a8bcd3
to
1d555b7
Compare
/run-all-tests |
/run-all-tests |
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~
Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com>
/run-all-tests |
I suggest changing these logs to INFO as well: JaySon-Huang#26 |
[LGTM Timeline notifier]Timeline:
|
/run-all-tests |
/run-all-tests |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CalvinNeo, JinheLin, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cherry-pick to release-6.5
What problem does this PR solve?
Issue Number: ref #8563
Problem Summary:
With logging level "info",
Before this PR when there is no write && read on tiflash, there are more than 15 logging every 30 seconds
After this PR, when there is no write && read, there is only 2 logging every 10 minutes
What is changed and how it works?
dag_request->ShortDebugString
to reduce some useless spacesPoco::Logger
withDB::Logger
flash.replica_read_max_thread
Check List
Tests
Side effects
Documentation
Release note