Github user peter-toth commented on the issue:
https://github.com/apache/nifi/pull/2630
Hi @mattyb149,
Thanks for the feedback, I amended the error handling a bit:
- Processor is yielded now if there is no session available
- KerberosKeytabSPNegoScheme throws a ProcessException on a Kerberos error,
so the flow file will be penalized automatically
- CS session manager thread no longer dies on an exception, it goes to
sleep instead and then retries to fill up the sessions---
