[MXS-2139] transaction_replay doesn't implicitly enable master_failure_mode=fail_on_write Created: 2018-11-05 Updated: 2018-11-08 Resolved: 2018-11-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.0 |
| Fix Version/s: | 2.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When transaction_replay is enabled, it is very desirable to also enable master_failure_mode=fail_on_write to get consistent behavior in all master failure cases. Without it, if the master goes down while the session is inactive, the client connection is closed. |