Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
NiFi keeps track of how long any particular call to onTrigger is taking. We should periodically (perhaps every minute) check for any long-running task. If any task has been running more than 5 minutes (or some configurable value), we should log a WARN message with the stack trace for that particular thread, and we should generate a bulletin indicating that the processor has been running for a while.