You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2018/03/12 21:48:00 UTC

[jira] [Created] (KAFKA-6639) Follower may have sparse index if catching up

Jason Gustafson created KAFKA-6639:
--------------------------------------

             Summary: Follower may have sparse index if catching up
                 Key: KAFKA-6639
                 URL: https://issues.apache.org/jira/browse/KAFKA-6639
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson
            Assignee: Dhruvil Shah


When a follower is catching up, it may fetch considerably more data than the size of the offset index interval. Since we only write to the index once for every append, this could lead to a sparsely populated index, which may have a performance impact if the follower ever becomes leader.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)