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 2020/01/06 16:36:00 UTC

[jira] [Commented] (NIFI-6983) PublishKafka* Processors not properly handling exceptions when creating transactions

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

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

Commit b03e5b0520230d90d112a1e7958fc17adbed3834 in nifi's branch refs/heads/master from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b03e5b0 ]

NIFI-6983: Ensure that if any call to kafka's Producer throws a ProducerFencedException that it's handled properly by poisoning the lease, which in turn will close the client

This closes #6983.

Signed-off-by: Bryan Bende <bb...@apache.org>


> PublishKafka* Processors not properly handling exceptions when creating transactions
> ------------------------------------------------------------------------------------
>
>                 Key: NIFI-6983
>                 URL: https://issues.apache.org/jira/browse/NIFI-6983
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When an Exception is thrown while publishing a message to Kafka, NiFi properly poisons the client and creates a new one. However, if an Exception is thrown while creating the transaction, the client does not get poisoned. As a result, the client continues to be used and continues to fail until the processor is restarted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)