Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #47918

Issue Number: DORIS-18704
Problem Summary:

Human-readable error messages should be displayed alongside the error
code in local file system errors.

Example (before):

```
[E-232]failed to write /path/be/storage/data/xxx/xxxx/xxxxx/xxxxxx.dat
```

Example (after):

```
[E-232]failed to write /path/be/storage/data/xxx/xxxx/xxxxx/xxxxxx.dat: No space left on device
```

The error message now includes a more informative description, providing
users with a clearer understanding of the issue.
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Feb 18, 2025
@hello-stephen
Copy link
Contributor

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.49% (9608/26327)
Line Coverage: 28.08% (79651/283611)
Region Coverage: 26.73% (40844/152778)
Branch Coverage: 23.50% (20708/88126)
Coverage Report: http://coverage.selectdb-in.cc/coverage/0709ef7dd251cd2731ff4e393a3137ce84bfa75c_0709ef7dd251cd2731ff4e393a3137ce84bfa75c/report/index.html

@yiguolei yiguolei merged commit c099ccd into branch-2.1 Feb 19, 2025
18 of 19 checks passed
@github-actions github-actions bot deleted the auto-pick-47918-branch-2.1 branch February 19, 2025 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants