[MXS-1156] Support heartbeat and retry syntax for Binlog Router Created: 2017-03-02 Updated: 2017-08-31 Resolved: 2017-08-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Massimiliano Pinto (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2017-39, 2017-40 | ||||||||
| Description |
|
The best practice for defining a slave is to set short heartbeat checks , |
| Comments |
| Comment by Massimiliano Pinto (Inactive) [ 2017-08-30 ] |
|
[BinlogServer] master_retry_count=10 or router_options=master_retry_count=10,connect_retry=60,heartbeat=300 |
| Comment by Massimiliano Pinto (Inactive) [ 2017-08-30 ] |
|
maxadmin show services .... Number of connect retries: 0 |
| Comment by Massimiliano Pinto (Inactive) [ 2017-08-30 ] |
|
MariaDB [(none)]> change master to master_connect_retry=60, master_heartbeat_period=300; master_retry_count can onlt be changed in maxscale.cnf file. |
| Comment by Massimiliano Pinto (Inactive) [ 2017-08-31 ] |
|
Merged to develop with Documentation update. |