Joseph Percivall created MINIFI-445:
---------------------------------------
Summary: FlowStatus queries does not include nested components
Key: MINIFI-445
URL: https://issues.apache.org/jira/browse/MINIFI-445
Project: Apache NiFi MiNiFi
Issue Type: Bug
Affects Versions: 0.4.0, 0.3.0, 0.2.0, 0.1.0
Reporter: Joseph Percivall
Querying for a processor's status that exists but is in a nested processor
returns "No processor with key <UUID>". This is because FlowStatus queries were
written prior to the addition of Process Group support (in MINIFI-107) and thus
doesn't do a recursive search for the UUID in the nested process groups.
The StatusConfigReporter[1] should be updated to recursively search for the
UUID of the component.
[1]
https://github.com/apache/nifi-minifi/blob/master/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/src/main/java/org/apache/nifi/minifi/status/StatusConfigReporter.java
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)