[MDEV-25674] No SQL variable for master_retry_count setting Created: 2021-05-14 Updated: 2021-07-21 Resolved: 2021-07-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Hartmut Holzgraefe |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Issue Links: |
|
||||||||
| Description |
|
The master-retry-count setting can't be changed, or at least verified, at runtime as there is no SQL variable for this setting. Also the setting is only documented as a command line option, even though it is also accepted as a valid option in configuration files https://mariadb.com/kb/en/mysqld-options/#-master-retry-count |
| Comments |
| Comment by Alice Sherepa [ 2021-05-14 ] | |||||||||||||||||||||||
|
On 10.6 there is performance_schema.replication_connection_configuration table, that shows CONNECTION_RETRY_COUNT:
and the default was changed to 100000 (86400 before) | |||||||||||||||||||||||
| Comment by Andrei Elkin [ 2021-05-21 ] | |||||||||||||||||||||||
|
hholzgra, does performance_schema.replication_connection_configuration present an acceptable solution from your point of view? |