Skip to content

KAFKA-20678: Exception handling for read call in ReplicaManagerLogReader.readAsync.#22753

Open
smjn wants to merge 1 commit into
apache:trunkfrom
smjn:KAFKA-20678-3
Open

KAFKA-20678: Exception handling for read call in ReplicaManagerLogReader.readAsync.#22753
smjn wants to merge 1 commit into
apache:trunkfrom
smjn:KAFKA-20678-3

Conversation

@smjn

@smjn smjn commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

The read call in readAsync was not protected by a try catch block
which could throw an exception in a non-async fashion to the caller.
This PR surrounds the call in try-catch and adds appropriate tests.

@github-actions github-actions Bot added the triage PRs from the community label Jul 3, 2026
@smjn smjn requested a review from apoorvmittal10 July 3, 2026 15:37
@github-actions github-actions Bot added core Kafka Broker KIP-932 Queues for Kafka small Small PRs labels Jul 3, 2026
@smjn smjn added ci-approved and removed triage PRs from the community labels Jul 3, 2026
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 small Small PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant