You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/19 04:35:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16053469#comment-16053469 ] 

ASF GitHub Bot commented on KAFKA-5468:
---------------------------------------

GitHub user simplesteph opened a pull request:

    https://github.com/apache/kafka/pull/3367

    KAFKA-5468 WorkerSourceTask offset commit loglevel changes

    changed log level for source connector worker task when committing offsets

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/simplesteph/kafka KAFKA-5468

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3367.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3367
    
----
commit dbab56a9493922f606aebc830bc0c8556254793c
Author: Stephane Maarek <st...@simplemachines.com.au>
Date:   2017-06-19T04:33:08Z

    changed log level for source connector worker task when committing offsets

----


> 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
>
> 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)