You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Liquan Pei (JIRA)" <ji...@apache.org> on 2016/05/20 00:56:13 UTC

[jira] [Assigned] (KAFKA-3734) Exceptions in SourceTask.commit() methods should cause task to stop and report failed state

     [ https://issues.apache.org/jira/browse/KAFKA-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liquan Pei reassigned KAFKA-3734:
---------------------------------

    Assignee: Liquan Pei  (was: Ewen Cheslack-Postava)

> Exceptions in SourceTask.commit() methods should cause task to stop and report failed state
> -------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-3734
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3734
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 0.10.0.0
>            Reporter: Ewen Cheslack-Postava
>            Assignee: Liquan Pei
>
> https://github.com/apache/kafka/pull/1402 is catching exceptions and at least logging something useful, but we can't really ignore this type of exception. It implies something went wrong committing the data and we don't know if that will continue to happen indefinitely (and anything that is ok should be caught and handled by the connector).
> This callback happens inside a Producer callback, so propagating the exception is not necessarily trivial.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)