[
https://issues.apache.org/jira/browse/NIFI-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15699962#comment-15699962
]
Oleg Zhurakousky commented on NIFI-2886:
----------------------------------------
Looks like it is due (at least partially) to the following code in
_StandardProcessScheduler_
{code}
try {
Thread.sleep(administrativeYieldMillis);
} catch (final InterruptedException ie) {
}
{code}
> Framework doesn't release thread if processor administratively yields
> ---------------------------------------------------------------------
>
> Key: NIFI-2886
> URL: https://issues.apache.org/jira/browse/NIFI-2886
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David A. Wynne
> Assignee: Oleg Zhurakousky
> Fix For: 1.2.0
>
>
> If a processor yields due to a exception from onScheduled it doesn't
> immediately release the thread back to the pool.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)