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
Close TCP endpoints on restore error instead of panics.
Restoring of TCP endpoints can fail due to various reasons, some of them are:
- when the port used by the endpoint during checkpoint is already being used
by some host socket during restore.
- when the new route cannot be found due to changes in the network config.
During these failures instead of panic'ing and aborting the restore, log a
warning and close the failing connection.
PiperOrigin-RevId: 795118834
0 commit comments