Skip to content

Conversation

@StarryVerse
Copy link
Contributor

Log(FATAL) introduces a core dump, which is confusing for users. We should print error msg and exit without a core dump.

Proposed changes

Issue Number: open #31441

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

Log(FATAL) introduces a core dump, which is confusing for users. We should print error msg and exit without a core dump.
@doris-robot
Copy link

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

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@zclllyybb zclllyybb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should make it exit here. and no __builtin_unreachable since LOG(ERROR) make it reachable

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@yiguolei
Copy link
Contributor

run buildall

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Apr 25, 2024
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.20% (8919/25341)
Line Coverage: 26.98% (73339/271866)
Region Coverage: 26.15% (37886/144885)
Branch Coverage: 22.97% (19292/83994)
Coverage Report: http://coverage.selectdb-in.cc/coverage/a16e7560e586ba0a388b73b2324d8eeacbcd903a_a16e7560e586ba0a388b73b2324d8eeacbcd903a/report/index.html

@yiguolei yiguolei merged commit 09525e7 into apache:master Apr 25, 2024
yiguolei pushed a commit that referenced this pull request Apr 25, 2024
* Update doris_main.cpp

Log(FATAL) introduces a core dump, which is confusing for users. We should print error msg and exit without a core dump.

* Update doris_main.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants