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
Client performs Close with some context timeout. It can be enough to reach NSMgr but in some cases (e.g. on high load) it can be not enough to pass the whole networkservice chain across all hops, so this Close would fail even it has reach the NSMgr.
Solution
Add closer server in the beginning of the NSMgr networkservice chain, so it would restart Close event on NSMgr application context with the bigger timeout.
Issue
Client performs
Close
with some context timeout. It can be enough to reach NSMgr but in some cases (e.g. on high load) it can be not enough to pass the whole networkservice chain across all hops, so thisClose
would fail even it has reach the NSMgr.Solution
Add
closer
server in the beginning of the NSMgr networkservice chain, so it would restartClose
event on NSMgr application context with the bigger timeout.References
#1031
The text was updated successfully, but these errors were encountered: