Skip to content
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

Daemons should not swallow any exception #969

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Apr 23, 2024

The "happy path" should happen without anything thrown, unsure why here runtime ex is rethrown, others swallowed.

Change: just remove the try/catch and make method throw Exception (diff best seen with whitespace ignored).

Fixes #957
Fixes #966

The "happy path" should happen without anything thrown,
unsure why here runtime ex is rethrown, others swallowed.

Fixes apache#957
Fixes apache#968
@cstamas cstamas requested review from gnodet and ppalaga April 23, 2024 07:42
@cstamas cstamas self-assigned this Apr 23, 2024
Copy link
Contributor

@gnodet gnodet left a comment

Choose a reason for hiding this comment

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

LGTM

@cstamas cstamas merged commit a6dbd07 into apache:master Apr 23, 2024
4 checks passed
@cstamas cstamas deleted the issue-957 branch April 23, 2024 08:03
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.

Mvnd should fail is extension cannot be loaded mvnd happily fails to load extension and continues on
2 participants