-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1.0
-
Component/s: Internal Client
-
None
-
Fully Compatible
-
ALL
SyncClusterConnection logs but then ignores exceptions thrown when sending data to config servers (see syncclusterconnection.cpp::call() ) so long as a single config server is reachable. When a socket exception is detected here, a new connection should be created in case a new server has come back online.
There could also be a timeout interval for the new connection, to avoid repeated bad attempts.