You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2017/07/21 04:45:00 UTC

[jira] [Assigned] (KAFKA-5468) Change Source offset commit message to info to match Sink behaviour

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

Ewen Cheslack-Postava reassigned KAFKA-5468:
--------------------------------------------

    Assignee: Stephane Maarek
    Reviewer: Ewen Cheslack-Postava

> Change Source offset commit message to info to match Sink behaviour
> -------------------------------------------------------------------
>
>                 Key: KAFKA-5468
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5468
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Stephane Maarek
>            Assignee: Stephane Maarek
>
> When WorkerSinkTask does a commit, we get an INFO message:
> https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSinkTask.java#L278
> When WorkerSourceTask does a commit, we get a DEBUG message:
> https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java#L284
> Changing it to INFO is a bit easier to easily measure timeout and get a better understanding of source connectors behaviour and tune the timeout settings. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)