-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix assertion failure in conn_manager
conn_manager_collect_idle_conns is used in order to close connections, which have not been used by a storage for a period of time. Currently, it has an assertion, which checks, that node never connects to self. However, storage establishes connection to self, e.g. during downloading of bucket states for rebalancer. As this is expected behavior, this commit deletes this assertion. Closes #446 NO_DOC=bugfix
- Loading branch information
1 parent
f386a77
commit 2cf393d
Showing
2 changed files
with
33 additions
and
1 deletion.
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