bbejeck commented on code in PR #23086: URL: https://github.com/apache/kafka/pull/23086#discussion_r3769735076
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/StoreChangelogReader.java: ########## Review Comment: The `probeFailedAtMs` is only updated from `seekByRetentionFromPolledRecords`, which is the last statement of the try at 1257 — so neither catch arms the backoff. A probe that fails by `TimeoutException` re-probes on every iteration -- 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]
