-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 2.9.1
-
Component/s: Configuration
-
None
Because CompressorConfiguration does not currently implement Equals two configurations that should compare Equal might not, which in turn interferes with proper operation of ClusterKey.Equals.
If ClusterKey.Equals returns false when it should return true that results in additional clusters being created which is a problem because clusters instances never go away and each cluster instance results in a new connection pool and new open sockets.
- causes
-
CSHARP-2755 Prevent exceptions in legacy testing during client init
- Closed