-
Notifications
You must be signed in to change notification settings - Fork 14.9k
KAFKA-15834: Remove NamedTopologyIntegrationTest which leaks clients #15185
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-15834: Remove NamedTopologyIntegrationTest which leaks clients #15185
Conversation
Signed-off-by: Greg Harris <greg.harris@aiven.io>
|
Hey @mjsax @ableegoldman thanks for the context on the Jira ticket. I removed just the leaky test, instead of the whole suite, but let me know if you think the whole suite should be eliminated. Thanks! |
Signed-off-by: Greg Harris <greg.harris@aiven.io>
|
Not sure. Leave it up to @ableegoldman to sign off and make a call. |
ableegoldman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Build succeeded in CI, and test failures appear unrelated. |
…ents (apache#15185) Signed-off-by: Greg Harris <greg.harris@aiven.io> Reviewers: Anna Sophie Blee-Goldman <sophie@responsive.dev>, Matthias J. Sax <matthias@confluent.io>
…ents (apache#15185) Signed-off-by: Greg Harris <greg.harris@aiven.io> Reviewers: Anna Sophie Blee-Goldman <sophie@responsive.dev>, Matthias J. Sax <matthias@confluent.io>
…ents (apache#15185) Signed-off-by: Greg Harris <greg.harris@aiven.io> Reviewers: Anna Sophie Blee-Goldman <sophie@responsive.dev>, Matthias J. Sax <matthias@confluent.io>
…ents (apache#15185) Signed-off-by: Greg Harris <greg.harris@aiven.io> Reviewers: Anna Sophie Blee-Goldman <sophie@responsive.dev>, Matthias J. Sax <matthias@confluent.io>
…ents (apache#15185) Signed-off-by: Greg Harris <greg.harris@aiven.io> Reviewers: Anna Sophie Blee-Goldman <sophie@responsive.dev>, Matthias J. Sax <matthias@confluent.io>
This test leaks Kafka clients, because the underlying consumer gets stuck trying to read from a non-existent topic.
Rather than change the client behavior in this situation, or change the way streams handles blocked threads, remove this test which causes the leak because the test itself is low-value.
Committer Checklist (excluded from commit message)