[
https://issues.apache.org/jira/browse/NIFI-15795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070926#comment-18070926
]
ASF subversion and git services commented on NIFI-15795:
--------------------------------------------------------
Commit 1d2c25fc74cfd798d08a8cf042ec6be01ec2f813 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1d2c25fc74c ]
NIFI-15795 Fixed Email Processors Executor Service handling (#11105)
- Relocated Scheduled Executor Service creation to instance level with creation
and shutdown in Processor lifecycle methods
- Replaced SLF4J Logger references with standard Component Log
> ConsumeIMAP and ConsumePOP3 can create multiple Executor Services
> -----------------------------------------------------------------
>
> Key: NIFI-15795
> URL: https://issues.apache.org/jira/browse/NIFI-15795
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 2.0.0, 2.8.0
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{ConsumeIMAP}} and {{ConsumePOP}} Processors depend on Spring
> Integration for receiving messages and require a Scheduled Executor Service
> as part of the Mail Receiver configuration.
> When the Processors encounter an exception retrieving messages, or require
> refreshing OAuth 2 Access Token credentials, the Processors create a
> Scheduled Executor Service without closing one previously created.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)