[MDEV-29419] Unable to change persistently slave_parallel_mode Created: 2022-08-31 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jozef Kováč | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 8.6 |
||
| Attachments: |
|
| Description |
| Comments |
| Comment by Angelique Sklavounos (Inactive) [ 2022-09-05 ] |
|
Hi lathander, Thank you for your report. Unfortunately, I cannot seem to reproduce the issue. I have a few questions...
And a general request:
Thank you. |
| Comment by Jozef Kováč [ 2022-09-05 ] |
|
exact commands: SHOW ALL SLAVES STATUS\G # showing optimistic STOP ALL SLAVES; SHOW ALL SLAVES STATUS\G # showing conservative and retry count stop increasing |
| Comment by Angelique Sklavounos (Inactive) [ 2022-09-05 ] |
|
Thanks, lathander, I now understand the behavior you are seeing. I believe it is intentional, but I am looking into it... |
| Comment by Angelique Sklavounos (Inactive) [ 2022-09-06 ] |
I thought this might be due to the text in this page: https://mariadb.com/kb/en/multi-source-replication/
But after some consultation with Elkin, it should be expected that setting slave_parallel_mode in the .cnf file would apply for all connections. I've attached a test case for the desired behavior. |