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

KAFKA-18745: Handle network related errors in persister. #18824

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

smjn
Copy link
Contributor

@smjn smjn commented Feb 6, 2025

  • Currently, if the RPCs managed by the PersisterStateManager receive network errors like null response or disconnected/timeout status in response - it is not handled.
  • In this PR, we remedy the situation by handling all RPC responses containing network issue related status codes.
  • Tests have been added for handler method.

@github-actions github-actions bot added triage PRs from the community core Kafka Broker labels Feb 6, 2025
@AndrewJSchofield AndrewJSchofield added KIP-932 Queues for Kafka ci-approved and removed triage PRs from the community labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved core Kafka Broker KIP-932 Queues for Kafka
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants