From dcc4b8590f3c4f579c3291a1ff8a5989238138ce Mon Sep 17 00:00:00 2001 From: annanys23 Date: Fri, 3 Nov 2023 17:36:27 +0000 Subject: [PATCH] NIFI-8673 Documented Active Threads versus Cluster Summary details Documented difference between Active Threads in Status bar versus as shown by Node in Cluster Summary This closes #7978 Signed-off-by: David Handermann --- nifi-docs/src/main/asciidoc/getting-started.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nifi-docs/src/main/asciidoc/getting-started.adoc b/nifi-docs/src/main/asciidoc/getting-started.adoc index cb736bc209..08b7d96bc1 100644 --- a/nifi-docs/src/main/asciidoc/getting-started.adoc +++ b/nifi-docs/src/main/asciidoc/getting-started.adoc @@ -602,6 +602,9 @@ are currently queued across the entire flow, as well as the total size of those If the NiFi instance is in a cluster, we will also see an indicator here telling us how many nodes are in the cluster and how many are currently connected. In this case, the number of active threads and the queue size are indicative of all the sum of all nodes that are currently connected. +It is important to note that active threads only captures threads by objects that are in the graph (processors, processor groups, remote processor groups, funnels, etc.). +When broken down by node in the cluster (Global Menu -> Cluster), the active thread count is more comprehensive and includes these as well as any +other threads (reporting tasks, controller services, etc.) === Component Statistics