You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Koji Kawamura (JIRA)" <ji...@apache.org> on 2019/01/11 02:50:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Koji Kawamura updated NIFI-5951:
--------------------------------
    Description: 
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.

  was:
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.


> 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: 10m
>  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)