You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/01/18 20:32:00 UTC

[jira] [Commented] (NIFI-9571) PutTCP and PutUDP not committing Session

    [ https://issues.apache.org/jira/browse/NIFI-9571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478185#comment-17478185 ] 

ASF subversion and git services commented on NIFI-9571:
-------------------------------------------------------

Commit 405934dcd216db24a4d1009dc8e8da5f76bf165d in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=405934d ]

NIFI-9571 Corrected Session commit handling in PutTCP

- Added generic type to AbstractPutEventProcessor for compiler checking of event types
- Refactored createTransitUri to shared method in AbstractPutEventProcessor

Signed-off-by: Joe Gresock <jg...@gmail.com>

This closes #5658.


> 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
>            Priority: Major
>             Fix For: 1.16.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)