Skip to content

If a FailureAnalyzer throws an exception, we give up #7956

@snicoll

Description

@snicoll

We defensively load FailureAnalyzer instances to discard those that require a dependency that's not on the classpath. But we can have a valid FailureAnalyzer that actually throws an exception while checking if it can handle the request.

If that happens, we just stop and we don't attempt to invoke other instances down the road that might be able to process it. That exception isn't logged anywhere either.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions