forked from scylladb/gocql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conn selection: use copy on write for conn list
The connection pool will always give the conn selector a new slice of conns when the list is updated, it also holds a mutex so SetConns will not be called concurrently. Replace the mutex protected slice of conns with an atomic.Value.
- Loading branch information
Showing
1 changed file
with
15 additions
and
14 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