[MXS-114] Disable recovery of disconnected slaves Created: 2015-04-23 Updated: 2017-12-01 Resolved: 2015-04-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.1 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
An option that that disables slave recovery needs to be added in order to allow disabling the session command history safely. With this option enabled, disconnected slaves will not be recovered and sessions across all servers will remain in a consistent state. |
| Comments |
| Comment by markus makela [ 2015-04-24 ] |
|
Added the option disable_slave_recovery=true|false. This allows for guaranteed consistency of session states when session command history is disabled. |