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 2015/09/02 03:21:45 UTC

[jira] [Commented] (KAFKA-2309) ISR shrink rate not updated on LeaderAndIsr request with shrunk ISR

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

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

GitHub user auradkar opened a pull request:

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

    Fixing KAFKA-2309

    Currently, a LeaderAndIsrRequest does not mark the isrShrinkRate if the received ISR is smaller than the existing ISR. This can happen if one of the replicas is shut down.

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

    $ git pull https://github.com/auradkar/kafka K-2309

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

    https://github.com/apache/kafka/pull/185.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 #185
    
----

----


> ISR shrink rate not updated on LeaderAndIsr request with shrunk ISR
> -------------------------------------------------------------------
>
>                 Key: KAFKA-2309
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2309
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Joel Koshy
>            Assignee: Aditya Auradkar
>            Priority: Minor
>
> If a broker receives a LeaderAndIsr request with a shrunk ISR (say, when a follower shuts down) it needs to mark the isr shrink rate meter when it updates its ISR.



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