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
Without this change, concurrent accesses to PluginManager.shuttingDown() will incorrectly report a shutdown is happening while there isn't.
Symptoms being, you see this in the logs:
2024-07-30 15:01:14.075 UTC [WARN] PluginManager Get failed for aws: plugin manager is shutting down (0xc009ba2450)
but there is no corresponding [INFO] PluginManager Shutdown
The text was updated successfully, but these errors were encountered:
Without this change, concurrent accesses to PluginManager.shuttingDown() will incorrectly report a shutdown is happening while there isn't.
Symptoms being, you see this in the logs:
2024-07-30 15:01:14.075 UTC [WARN] PluginManager Get failed for aws: plugin manager is shutting down (0xc009ba2450)
but there is no corresponding [INFO] PluginManager Shutdown
The text was updated successfully, but these errors were encountered: