-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[sqlquery]: Command invoked during init statement #32420
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
The ideal situation is that the upstream dep moves their init function to an optional watchdog process that can called manually by the service. |
Thanks for filing @MovieStoreGuy! Looks like this is 99designs/keyring#103 and snowflakedb/gosnowflake#773. Unfortunately from those issues it looks like there's nothing that can be done on our side at this time, from what I understand. I'll leave it open though in case others run into this issue and someone has an idea on how to resolve. 👍 |
Note that this is not a sqlquery receiver issue alone, but also impacts the Snowflake receiver, Pulsar receiver, and docsgen and configschema packages as well, if not more. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
receiver/sqlquery
What happened?
Description
On invocation of the binary, the function https://github.com/snowflakedb/gosnowflake/blob/3b14581d78684b783c0b2c86ae5873cf338fdec4/driver.go#L70 is called which can cause lock contention within the kernel if binary is invoked frequently enough. (Ie, via a docker health command.
Steps to Reproduce
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver v0.98.0
installedExpected Result
Ideally not having this error reported or function invoked.
Actual Result
High amount of invoked called to dbus
Collector version
v0.97.0
Environment information
Environment
Compiler: v1.21.2 + cgo
The text was updated successfully, but these errors were encountered: