-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Cluster Management
-
None
For load balanced clusters, the driver must never mark servers as Unknown to avoid making the load balancer itself unselctable. Additionally, connection pool clears should only close connections that have the same serverId as the connection that encountered an error. The final change required is to add a ServerID field to PoolEvent and populate it with the server ID of the connection that errored in PoolCleared events.