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
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
This plugin uses sticky routing strategy, so concurrency count is set to 1, what means there is no possibilities to use a single plugin instance by two tasks.
There is also an issue to provide Init() once function behavior to plugin lib to make easier manage initialization in plugins which require that - 👉 intelsdi-x/snap-plugin-lib-go#79
Based on above, I will close this issue. Of course, please do not hesitate to re-open if you notice that this issue is still valid in some circumstances. Thank You.
Snap version (use
snapctl -v
): ANYEnvironment:
Potential thread safety issue during initialisation of plugin
Looking at a PR which has been integrated earlier for the SMART plugin, and more specifically at commit bf7c332 and commit dada577 which have been added to comply with @lmroz comment r73497782, the same code should be integrated into interface collector plugin
The text was updated successfully, but these errors were encountered: