David Handermann created NIFI-9571:
--------------------------------------
Summary: PutTCP and PutUDP not committing Session
Key: NIFI-9571
URL: https://issues.apache.org/jira/browse/NIFI-9571
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.16.0
Reporter: David Handermann
Assignee: David Handermann
Fix For: 1.16.0
Recent updates to improve the behavior of {{PutTCP}} and {{PutUDP}} removed
calls to {{ProcessSession.commitAsync()}} in some operational scenarios. Both
of these procesors extend {{{}AbstractPutEventProcessor{}}}, which extends
{{{}AbstractSessionFactoryProcessor{}}}. As a result of this class hierarchy,
it is necessary to call {{commitAsync()}} after Session operations.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)