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

[jira] [Commented] (KAFKA-5358) Consumer perf tool should count rebalance time separately

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

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

GitHub user amethystic opened a pull request:

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

    KAFKA-5358: Consumer perf tool should count rebalance time.

    Added 'join.group.ms' for new consumer to calculate the time of joining group.

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

    $ git pull https://github.com/amethystic/kafka KAKFA-5358

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

    https://github.com/apache/kafka/pull/3188.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 #3188
    
----
commit be43bf3a1257ca5f058e38af3e185ba775749614
Author: amethystic <hu...@hotmail.com>
Date:   2017-06-01T09:15:15Z

    KAFKA-5358: Consumer perf tool should count rebalance time.
    
    Added 'join.group.ms' for new consumer to calculate the time of joining group.

----


> Consumer perf tool should count rebalance time separately
> ---------------------------------------------------------
>
>                 Key: KAFKA-5358
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5358
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jason Gustafson
>            Assignee: huxi
>
> It would be helpful to measure rebalance time separately in the performance tool so that throughput between different versions can be compared more easily in spite of improvements such as https://cwiki.apache.org/confluence/display/KAFKA/KIP-134%3A+Delay+initial+consumer+group+rebalance. At the moment, running the perf tool on 0.11.0 or trunk for a short amount of time will present a severely skewed picture since the overall time will be dominated by the join group delay.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)