-
Notifications
You must be signed in to change notification settings - Fork 294
Snap plugin 'connection is shut down' error message #1448
Comments
connection is shutdown
error message
Per update in opentsdb, we were able to reproduce this error by killing the publisher plugin several times. During normal Snap operation, when the plugin health check fails consecutively, it triggers a plugin restart. After the plugin restarts several times, it hits The current proposal to resolve this issue:
Maybe we may want to reset the restart counter after successful health checks, so it behaves more like MaxPluginConsecutiveRestartCount. For now, cc: @jtlisi |
* support -1 for max_plugin_restarts, so it works better to max-failure: -1. * improve logging of MaxPluginRestarts so users are aware why a plugin is disabled. * document changes and relationship to max-failure settings.
* support -1 for max_plugin_restarts, so it works better with max-failure: -1. * improve logging of MaxPluginRestarts so users are aware why a plugin is disabled. * document changes and relationship to max-failure settings.
* support -1 for max_plugin_restarts, so it works better with max-failure: -1. * improve logging of MaxPluginRestarts so users are aware why a plugin is disabled. * document changes and relationship to max-failure settings.
(SDI-2393) Fix #1448 log and document maxpluginrestarts
There's several plugin bugs reporting the error
connection is shut down
which seems related to the go rpc client. I'm listing them below so we can centrally track them all:intelsdi-x/snap-plugin-collector-snmp#16
intelsdi-x/snap-plugin-collector-perfevents#24
intelsdi-x/snap-plugin-publisher-opentsdb#28
The text was updated successfully, but these errors were encountered: