Skip to content

Conversation

@dothebart
Copy link
Contributor

Scope & Purpose

in case we fail to parse the environment variable bail out with a meaningfull error message instead of throwing uncaught.

  • 💩 Bugfix

@cla-bot cla-bot bot added the cla-signed label May 14, 2025
@dothebart dothebart marked this pull request as ready for review May 14, 2025 14:27
@KVS85 KVS85 added this to the devel milestone May 15, 2025
@KVS85 KVS85 requested a review from a team May 15, 2025 11:58
Comment on lines 98 to 100
std::cerr
<< "failed to parse ARANGODB_OVERRIDE_DETECTED_TOTAL_MEMORY: "
<< value << std::endl;
Copy link
Member

Choose a reason for hiding this comment

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

We can't use the logger here, that's a problem that should be solved. But not in this PR. Would you be so kind to open a BTS ticket, so we can address this later?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

dothebart and others added 4 commits May 15, 2025 15:49
@goedderz goedderz merged commit aa77ac0 into devel May 15, 2025
7 checks passed
@goedderz goedderz deleted the bug-fix/meaningfull-error-exit branch May 15, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants