-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Workload Scheduling
-
Fully Compatible
-
ALL
-
v8.0, v7.0
-
Workload Scheduling 2024-08-05
-
200
When the library creates it's own connection to a mongod in a sharded cluster, the connection used by the library is to a specific node in the cluster. Even with network retries, this will not work when the node is stopped entirely/terminated and restarted later, because the retries can be exhausted while the node is down. We need to use a connection to an entire replica set, or find a way to fetch the needed information from mongos.