You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (Jira)" <ji...@apache.org> on 2020/05/05 14:05:00 UTC

[jira] [Updated] (KAFKA-9731) Increased fetch request rate with leader selector due to HW propagation

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

Ismael Juma updated KAFKA-9731:
-------------------------------
    Fix Version/s: 2.6.0

> Increased fetch request rate with leader selector due to HW propagation
> -----------------------------------------------------------------------
>
>                 Key: KAFKA-9731
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9731
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.4.0, 2.4.1
>            Reporter: Vahid Hashemian
>            Assignee: Ismael Juma
>            Priority: Major
>             Fix For: 2.6.0
>
>         Attachments: image-2020-03-17-10-19-08-987.png
>
>
> KIP-392 adds high watermark propagation to followers as a means to better sync up followers HW with leader. The issue we have noticed after trying out 2.4.0 and 2.4.1 is a spike in fetch request rate in the default selector case (leader), that does not really require this high watermark propagation:
> !image-2020-03-17-10-19-08-987.png|width=811,height=354!
> This spike causes an increase in resource allocation (CPU) on the brokers.
> An easy solution would be to disable this propagation (at least) for the default leader selector case to improve the backward compatibility.



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