-
Notifications
You must be signed in to change notification settings - Fork 411
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
Conversation
/debug pull-unit-test |
The pipeline triggered in the current debug mode will not report the task link. The current triggered pipeline link is: https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflash%2Fpull_unit_test/detail/pull_unit_test/11/pipeline |
/debug pull-unit-test |
2 similar comments
/debug pull-unit-test |
/debug pull-unit-test |
// Some old formats does not support ingest DMFiles. | ||
if (mode == TestMode::V1_BlockOnly) | ||
return; |
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.
comes from #8737 (comment)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, 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 |
[LGTM Timeline notifier]Timeline:
|
/run-all-tests |
/run-unit-test |
1 similar comment
/run-unit-test |
/cherry-pick-release-7.5 |
/cherry-pick release-7.5 |
Signed-off-by: ti-chi-bot <[email protected]>
@Lloyd-Pottiger: new pull request created to branch In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
… SegmentReader bind fail (#8694) (#9388) close #9389 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: Lloyd-Pottiger <[email protected]> Co-authored-by: jinhelin <[email protected]> Co-authored-by: Lloyd-Pottiger <[email protected]>
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