Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote fetch operations failed with interrupted exception #483

Open
jeqo opened this issue Jan 23, 2024 · 1 comment
Open

Remote fetch operations failed with interrupted exception #483

jeqo opened this issue Jan 23, 2024 · 1 comment

Comments

@jeqo
Copy link
Contributor

jeqo commented Jan 23, 2024

Currently, fetch.max.wait.ms is reused on remote fetches to cancel operations if taking longer than timeout.
Given the default value is 500ms, it may end up being too small for the whole remote operation to complete.

Ideally this would be default by a different configuration. Some alternatives are being discussed here: https://issues.apache.org/jira/browse/KAFKA-15776

Once a better approach for this issue is implemented upstream, update the plugin to support it properly.

@jeqo
Copy link
Contributor Author

jeqo commented May 21, 2024

https://cwiki.apache.org/confluence/display/KAFKA/KIP-1018%3A+Introduce+max+remote+fetch+timeout+config+for+DelayedRemoteFetch+requests is accepted and targeting 3.8 -- once that's released, we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant