[
https://issues.apache.org/jira/browse/NIFI-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106657#comment-18106657
]
ASF subversion and git services commented on NIFI-16227:
--------------------------------------------------------
Commit 732f77b8041b220559016805c74741cfc303c144 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=732f77b8041 ]
NIFI-16227 GenerateTableFetch can leave incoming FlowFiles unacknowledged after
processing failures (#11563)
Signed-off-by: David Handermann <[email protected]>
> GenerateTableFetch can leave incoming FlowFiles unacknowledged after
> processing failures
> ----------------------------------------------------------------------------------------
>
> Key: NIFI-16227
> URL: https://issues.apache.org/jira/browse/NIFI-16227
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> GenerateTableFetch can dequeue an incoming FlowFile and exit without
> committing or rolling back the ProcessSession when an unchecked exception
> occurs or cluster state retrieval fails. The FlowFile remains held and
> unavailable for further processing, preventing the connection destination
> from being changed even after the processor is stopped or disabled. Ensure
> all failure paths roll back the session while preserving existing error
> reporting.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)