[
https://issues.apache.org/jira/browse/NIFI-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404929#comment-16404929
]
ASF GitHub Bot commented on NIFI-4895:
--------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2555#discussion_r175455733
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/scheduling/StandardProcessScheduler.java
---
@@ -138,7 +138,6 @@ public void setMaxThreadCount(final SchedulingStrategy
schedulingStrategy, final
return;
}
- agent.setMaxThreadCount(maxThreadCount);
--- End diff --
Was this intended? It appears this method `setMaxThreadCount` no longer
does anything. Assuming it was intended, we can likely remove the rest of the
code in this method. If the method is no longer relevant, should it be
deprecated?
> Implement back-end for terminating a Processor
> ----------------------------------------------
>
> Key: NIFI-4895
> URL: https://issues.apache.org/jira/browse/NIFI-4895
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)