Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-1021

Write a tool to check replica lag for individual topic partitions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.8.0
    • None
    • tools
    • None

    Description

      For highest consistency guarantees, we require all replicas to be in-sync with the leader. This increases the possibility of picking an in-sync replica as the next leader, during leader election. However, due to network/disk/CPU bottleneck, replicas may fall out of ISR. One of the first things to check is if the replica is making progress and how many messages behind it has fallen.

      We need a simple tool that can take in one or more topics/partitions and find the lag of the replicas. This tool is similar in usage to the ConsumerOffsetChecker, but work differently since we do not checkpoint replica offsets in zookeeper.

      Attachments

        Issue Links

          Activity

            People

              nehanarkhede Neha Narkhede
              nehanarkhede Neha Narkhede
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: