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
The plugin architecture leads to having plugins running over RPC. While debugging the operator, it very often happens that a RPC requests times out (because the operator process is stopped for state inspection, for example) leading to plugins crashing or worse, the operator crashing. apimachinery PanicHandlers might be helpful here, as well as looking into increasing the time out time on go-plugin / rpc stack…
The text was updated successfully, but these errors were encountered:
The plugin architecture leads to having plugins running over RPC. While debugging the operator, it very often happens that a RPC requests times out (because the operator process is stopped for state inspection, for example) leading to plugins crashing or worse, the operator crashing. apimachinery
PanicHandlers
might be helpful here, as well as looking into increasing the time out time on go-plugin / rpc stack…The text was updated successfully, but these errors were encountered: