-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
Affects Version/s: 1.9.2
-
Component/s: libmongoc
-
None
The attempt to retry connection in our event loop here looks like it should be tweaked. If acmd->state is MONGOC_ASYNC_CMD_ERROR_STATE we won't attempt to retry. The state may need to be reset to MONGOC_ASYNC_CMD_SEND to retry. Also we may need to check the serverselectionretryonce option.
- related to
-
CDRIVER-610 Client should retry every .5 sec until server selection timeout
- Closed