Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.7
-
None
Description
When readwritesplit is configured with master_reconnection=true and master_failure_mode=fail_on_write and all open connections are closed, a session command will not trigger reconnection even when it should.
Enabling lazy_connect seems to prevent this as it has special handling for the case when a session command is executed but no commands are available. This should be done whenever a reconnection can take place.