FrankChen021 commented on issue #14344:
URL: https://github.com/apache/druid/issues/14344#issuecomment-3047219484
the comment was there when the code was first committed.
```java
//
// Handles OffsetOutOfRangeException, which is thrown if the seeked-to
// offset is not present in the topic-partition. This can happen if
we're asking a task to read from data
// that has not been written yet (which is totally legitimate). So
let's wait for it to show up
//
```
"if we're asking a task to read from data that has not been written yet" -->
I don't think we have such scenario, because we don't provide an API to user to
reset offset to a position where it has not been written.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]