-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node: Do not close connection with node on NeoFS status responses
Previously, storage node closed connection with the remote node on any status response from it for configured period of time (e.g. 30s). This was fundamentally incorrect since status responses can only come from "healthy" nodes. From now status responses don't affect inter-node connections. Fixes #2767. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
- Loading branch information
1 parent
06994b9
commit 01efda8
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters