Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The Avro responder wraps caught Errors, such as OutOfMemoryErrors, in Exceptions and rethrows them. That's problematic because an Error should be allowed to crash the JVM, since it's often irrecoverable.
Attachments
Attachments
Issue Links
- is related to
-
AVRO-914 SpecificResponder casts Throwable to Exception; fails for OutOfMemoryError
- Closed