Scott Clasen created KAFKA-1459: ----------------------------------- Summary: kafka.tools.ConsumerOffsetChecker throws NoNodeException Key: KAFKA-1459 URL: https://issues.apache.org/jira/browse/KAFKA-1459 Project: Kafka Issue Type: Bug Components: tools Affects Versions: 0.8.1.1 Reporter: Scott Clasen
When using the kafka.tools.ConsumerOffsetChecker to check offsets for consumers that are doing manual offset management, and offsets for some but not all partitions have been stored, the offset checker will throw a no node exception. It should probably return 0 for partitions that dont have an offset recorded yet. In this case I was using github.com/pinterest/secor, which may read thousands or millions of messages from a partition before committing an offset. -- This message was sent by Atlassian JIRA (v6.2#6252)