-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Connections
-
None
Connection pools are currently scoped to clusters, and cached per server address. This means if a cluster connects to a server and then removes the server and adds it again, it is possible for connections to the original server to be used with the new server object. This is undesirable.
Prior to pools being scoped to clusters they were globally cached for a server address which was even more problematic.
- is depended on by
-
RUBY-1647 Reset connection pool on non-timeout network errors
- Closed
- links to