Skip to content

KAFKA-17202: EosIntegrationTest.verifyChangelogMaxRecordOffsetMatchesCheckpointedOffset leaks consumers#16702

Merged
chia7712 merged 1 commit intoapache:trunkfrom
frankvicky:KAFKA-17202
Jul 29, 2024
Merged

KAFKA-17202: EosIntegrationTest.verifyChangelogMaxRecordOffsetMatchesCheckpointedOffset leaks consumers#16702
chia7712 merged 1 commit intoapache:trunkfrom
frankvicky:KAFKA-17202

Conversation

@frankvicky
Copy link
Copy Markdown
Contributor

This method creates a KafkaConsumer, but does not close it.

We should use a try-with-resources statement to ensure the consumer is closed prior to returning or throwing from this function.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

Copy link
Copy Markdown
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chia7712 chia7712 merged commit b348b55 into apache:trunk Jul 29, 2024
abhi-ksolves pushed a commit to ksolves/kafka that referenced this pull request Jul 31, 2024
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

Successfully merging this pull request may close these issues.

2 participants