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
This behavior is related to healing.
For example, if local icmp-responder restarted - we start healing from nsmgr.
New icmp-responder receives new request and pulls IP addresses. But if requestTimeout is not enough for icmp-responder, nsmgr will close context with context deadline exceeded error before the request comes back. In this case we will lose allocated IP-addresses
Current Behavior
This behavior is related to healing.
For example, if local
icmp-responder
restarted - we start healing fromnsmgr
.New
icmp-responder
receives new request and pulls IP addresses. But ifrequestTimeout
is not enough foricmp-responder
,nsmgr
will close context withcontext deadline exceeded
error before the request comes back. In this case we will lose allocated IP-addressesExpected Behavior
Free allocated IP-addresses
Failure Information (for bugs)
For the next request we get:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: