Github user mosermw commented on the issue:
https://github.com/apache/nifi/pull/2767
I'm not sure I understand what your suggestion is @joewitt. Would you
clarify for me? Should I code it to catch StackOverflowError, which is the use
case that I need to handle cleanly?
The code pattern I used here has worked really well for me in custom
processors to avoid yield/rollback on exceptions caused by flowfile content,
while maintaining a desired yield/rollback on framework exceptions in other
situations.
---