-
Notifications
You must be signed in to change notification settings - Fork 416
Storages: Only print errno instead of its string when CPU affinity of SegmentReader bind fail (#8694) #9388
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
Storages: Only print errno instead of its string when CPU affinity of SegmentReader bind fail (#8694) #9388
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
CalvinNeo
left a comment
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 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/run-all-tests |
|
/run-integration-test |
1 similar comment
|
/run-integration-test |
… SegmentReader bind fail (pingcap#8694) (pingcap#9388) close pingcap#9389 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: jinhelin <linjinhe33@gmail.com> Co-authored-by: Lloyd-Pottiger <yan1579196623@gmail.com>
This is an automated cherry-pick of #8694
What problem does this PR solve?
Issue Number: close #9389
Problem Summary: printing the strerrno may cause data race under the new CI pipeline
What is changed and how it works?
Only print the errno instead of its string
Check List
Tests
Side effects
Documentation
Release note