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

KSQL-493: Fix producer thread leak #556

Merged
merged 1 commit into from
Dec 20, 2017
Merged

KSQL-493: Fix producer thread leak #556

merged 1 commit into from
Dec 20, 2017

Conversation

rodesai
Copy link
Contributor

@rodesai rodesai commented Dec 20, 2017

Close QueryMetadata objects created during ddl verification.
This in turn closes KafkaStreams, which should stop the
producer thread. This is currently not happening due to:
https://issues.apache.org/jira/browse/KAFKA-6383

There is a PR open to fix that issue:
apache/kafka#4343

Close QueryMetadata objects created during ddl verification.
This in turn closes KafkaStreams, which *should* stop the
producer thread. This is currently not happening due to:
https://issues.apache.org/jira/browse/KAFKA-6383

There is a PR open to fix that issue:
apache/kafka#4343
@miguno
Copy link
Contributor

miguno commented Dec 20, 2017

Does this need to get into 0.3, too?

@apurvam
Copy link
Contributor

apurvam commented Dec 20, 2017 via email

Copy link
Contributor

@apurvam apurvam left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the patch!

@rodesai
Copy link
Contributor Author

rodesai commented Dec 20, 2017

@miguno this won't break anything from a correctness POV. Its more of a resource utilization issue for somebody trying to run a long-running server. Plus this PR on its own doesn't actually help much. We need to get the KAFKA PR merged/released as well.

Copy link
Contributor

@hjafarpour hjafarpour left a comment

Choose a reason for hiding this comment

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

LGTM.

@rodesai rodesai merged commit fa16540 into master Dec 20, 2017
@miguno
Copy link
Contributor

miguno commented Dec 20, 2017

@rodesai : Ah, thanks for the clarification!

@rodesai rodesai deleted the KSQL-493 branch March 6, 2018 01:04
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.

4 participants