[MXS-1856] Do not set read_only OFF if join_cluster() fails Created: 2018-05-07 Updated: 2018-05-08 Resolved: 2018-05-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbmon |
| Affects Version/s: | 2.2 |
| Fix Version/s: | 2.2.6, 2.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Esa Korhonen | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Apparently, MaxScale can think that the operation fails even if it actually succeeds. This is due to connector timeouts which expire while the server is performing the command. It should be ok to leave read_only ON even if rejoin really fails, as the target server should not be written to. |