You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2013/02/19 05:39:13 UTC

[jira] [Created] (KAFKA-763) Add an option to replica from the largest offset during unclean leader election

Jun Rao created KAFKA-763:
-----------------------------

             Summary: Add an option to replica from the largest offset during unclean leader election
                 Key: KAFKA-763
                 URL: https://issues.apache.org/jira/browse/KAFKA-763
             Project: Kafka
          Issue Type: Improvement
          Components: core
    Affects Versions: 0.8
            Reporter: Jun Rao
            Assignee: Jun Rao
            Priority: Blocker


If there is an unclean leader election, a follower may have an offset out of the range of the leader. Currently, the follower will delete all its data and refetch from the smallest offset of the leader. It would be useful to add an option to let the follower refetch from the largest offset of the leader since refetching from the smallest offset may take some time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira