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 2019/01/17 22:13:00 UTC

[jira] [Commented] (NIFI-5951) PutHiveQL can miss logging error message if rollback-on-failure is enabled

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

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

Commit 05de73d6a0c53714f0c4accccc3704fc0eeeac96 in nifi's branch refs/heads/master from Koji Kawamura
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=05de73d ]

NIFI-5951 Fix error logging with rollback on failure

Signed-off-by: Matthew Burgess <ma...@apache.org>

This closes #3264


> PutHiveQL can miss logging error message if rollback-on-failure is enabled
> --------------------------------------------------------------------------
>
>                 Key: NIFI-5951
>                 URL: https://issues.apache.org/jira/browse/NIFI-5951
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Koji Kawamura
>            Assignee: Koji Kawamura
>            Priority: Major
>              Labels: extension
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> if rollback-on-failure is enabled and a failure occurred after processing some successful FlowFiles, the input FlowFile caused the failure stays in incoming connection (by routed to SELF) while the succeeded FlowFiles are transferred to 'success' relationship.
> That is expected behavior based on rollback-on-failure spec. However, a error log message should be logged for the Exception. Currently, no error message is logged.
>  
> PutHive3QL, PutSQL and PutHiveStreaming has the same issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)