-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connection_keeper: get rid of unused parts
Most of the responsibility was moved from ConnectionKeeper to NodeConnectionPool. The former is still used for the control connection, but some of its functionality became unused and was removed: - Ability to set keyspace - Sending updated ShardInfo Moreover, the `many_connections` test was removed because a very similar version of the test was introduced in `connection_pool.rs`.
- Loading branch information
Showing
2 changed files
with
12 additions
and
195 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