We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, For now, if plugin runs in test mode, client will not close its connections, because of this check, that process == nil runs early: https://github.com/hashicorp/go-plugin/blob/master/client.go#L414
process == nil
This can cause memory leaks in plugin.
Original issue in terraform-provider-aws: hashicorp/terraform-provider-aws#26130
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
For now, if plugin runs in test mode, client will not close its connections, because of this check, that
process == nil
runs early:https://github.com/hashicorp/go-plugin/blob/master/client.go#L414
This can cause memory leaks in plugin.
Original issue in terraform-provider-aws:
hashicorp/terraform-provider-aws#26130
The text was updated successfully, but these errors were encountered: