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

KinesisProducer is not correctly destroying callbackCompletionExecuto… #225

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

xbcratos
Copy link
Contributor

…r #224

When destroying KinesisProducer instances, destroy method is not shutting down callbackCompletionExecutor. This makes Daemon child object to still be alive occupying 8MB of heap memory each one.

Creating and destroying lots of KinesisProducer instances will result in a Heap Out Of Memory exception.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…awslabs#224

When destroying KinesisProducer instances, destroy method is not shutting down callbackCompletionExecutor. This makes Daemon child object to still be alive occupying 8MB of heap memory each one.

Creating and destroying lots of KinesisProducer instances will result in a Heap Out Of Memory exception.
@ankur-jain1-hp
Copy link

Hi,
I am upgrading kpl from 0.12.9 to 0.13.1.... but the service is not booting up.... Can you please once again verify the fix.

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.

3 participants