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
In orchagent, the SIGHUP handler is used for log rotation purpose. When signaling happens, zmq functions might fail with EINTR errno.
We should do retry in ZeroMQChannel.cpp if zmq functions fail with EINTR.
The text was updated successfully, but these errors were encountered:
In orchagent, the SIGHUP handler is used for log rotation purpose. When signaling happens, zmq functions might fail with EINTR errno.
We should do retry in ZeroMQChannel.cpp if zmq functions fail with EINTR.
The text was updated successfully, but these errors were encountered: