Jason Gustafson created KAFKA-10113: ---------------------------------------
Summary: LogTruncationException sets fetch offsets incorrectly Key: KAFKA-10113 URL: https://issues.apache.org/jira/browse/KAFKA-10113 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Jason Gustafson LogTruncationException, which extends OffsetOutOfRangeException, takes the divergent offsets in the constructor. These are the first offsets known to diverge from what the consumer read. These are then passed to the OffsetOutOfRangeException incorrectly as the out of range fetch offsets. -- This message was sent by Atlassian Jira (v8.3.4#803005)