[
https://issues.apache.org/jira/browse/NIFI-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428371#comment-16428371
]
ASF GitHub Bot commented on NIFI-1295:
--------------------------------------
Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2607#discussion_r179768517
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java
---
@@ -3846,6 +3851,73 @@ public QueueSize getTotalFlowFileCount(final
ProcessGroup group) {
return new QueueSize(count, contentSize);
}
+ public class GroupStatusCounts {
--- End diff --
And honestly, at that point, you could even get rid of the
getGroupStatusCounts(ProcessGroup) method all together if you wanted, as you
could just use the FlowController to get the root group and then just pass that
root group to the constructor of GroupStatusCounts...
> Add UI option to interrupt a running processor
> ----------------------------------------------
>
> Key: NIFI-1295
> URL: https://issues.apache.org/jira/browse/NIFI-1295
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Affects Versions: 0.4.0
> Reporter: Oleg Zhurakousky
> Assignee: Matt Gilman
> Priority: Major
>
> Basically we need an expose option to a user to kill Processors that can't be
> shut down the usual way (see NIFI-78 for more details).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)