Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: v0.9.3
-
Fix Version/s: v0.9.5
-
Component/s: Sinks+Sources
-
Labels:None
Description
In 0.9.3, and an unexpected exception occurs such as an NPE, ArrayOutOfBounds or IllegalStateException, this exception either gets treated like a recoverable failure, which may results in an implicit loop that never exits and always fails. Ideally, these exceptions should skip the current event or abort.