You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between 0.12.4 and 0.12.5, the grpc gem was upgraded from 1.31.1 to 1.45.0, which likely introduced this instability. Since we regularly test on Windows with use_grpc enabled, there must be some other factor in your setup that's triggering this. Any information you can provide that would help us reproduce the issue would be helpful.
Line 1789 of out_google_cloud.rb creates a new GRPC::Core::ChannelCredentials object. However, the C stack trace indicates that it crashes in grpc_init (more specifically, in grpc_iomgr_init()), so the credentials thing may be a red herring.
Nonetheless, what kind of credentials are you using to authorize the plugin? What version of Windows do you observe this on? In what environment/platform? Do you see this on Linux as well with the same credentials? Also, from your paths, it looks like you're adding this plugin into an upstream td-agent installation. This plugin is not really supported outside of the Google Cloud logging agent package — do you observe the same crash with that package?
I'm using the below configuration for plugin.
this is working with 0.12.4 version but not the latest 0.12.5
Errors as below:
The text was updated successfully, but these errors were encountered: