You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/06/04 13:25:28 UTC

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5111: NIFI-8645: Disable LongRunningTaskMonitor by default

exceptionfactory commented on a change in pull request #5111:
URL: https://github.com/apache/nifi/pull/5111#discussion_r645567361



##########
File path: nifi-docs/src/main/asciidoc/administration-guide.adoc
##########
@@ -3732,6 +3732,21 @@ These properties determine the behavior of the internal NiFi predictive analytic
 
 |====
 
+[[runtime_monitoring_properties]]
+=== Runtime Monitoring Properties
+
+Long-Running Task Monitor periodically checks the NiFi processor executor threads and produces warning logs and bulletin messages for those that have been running for a longer period of time.
+It can be used to detect possibly stuck / hanging processor tasks.
+Please note the performance impact of the task monitor: it creates a thread dump for every run that may affect the normal flow execution.
+The Long-Running Task Monitor can be disabled via defining no values for its properties, and it is disabled by default.

Review comment:
       For clarity, is it worth noting that both of these properties must be specified in order to enable the task?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org