You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2020/06/06 19:05:00 UTC

[jira] [Created] (KAFKA-10113) LogTruncationException sets fetch offsets incorrectly

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)