Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-54
Description
Overview
If readwritesplit loses the connection to the master, it is possible for the client session to go into read-only mode if the master_failure_mode is set to fail_on_write or error_on_write. If a master server becomes available when the session is in read-only mode, it should be possible to reconnect to the same master.
Task Details
- Detect when new masters are available
- Refactor connection creation code to treat master and slave servers the same way